Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badlinkname_rtype_Align (0.33 sec)

  1. src/reflect/badlinkname.go

    // The compiler doesn't allow linknames on methods, for good reasons.
    // We use this trick to push linknames of the methods.
    // Do not call them in this package.
    
    //go:linkname badlinkname_rtype_Align reflect.(*rtype).Align
    func badlinkname_rtype_Align(*rtype) int
    
    //go:linkname badlinkname_rtype_AssignableTo reflect.(*rtype).AssignableTo
    func badlinkname_rtype_AssignableTo(*rtype, Type) bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top