Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unusedIfaceIndir (0.1 sec)

  1. src/reflect/badlinkname.go

    // ifaceIndir reports whether t is stored indirectly in an interface value.
    // It is no longer used by this package and is here entirely for the
    // linkname uses.
    //
    //go:linkname unusedIfaceIndir reflect.ifaceIndir
    func unusedIfaceIndir(t *abi.Type) bool {
    	return t.Kind_&abi.KindDirectIface == 0
    }
    
    //go:linkname valueInterface
    
    // The compiler doesn't allow linknames on methods, for good reasons.
    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