type internal/abi.InterfaceType
13 uses
internal/abi (current package)
iface.go#L15: Inter *InterfaceType
switch.go#L15: Cases [1]*InterfaceType
switch.go#L45: Inter *InterfaceType
type.go#L364: InterfaceType
type.go#L432: func (t *Type) InterfaceType() *InterfaceType {
type.go#L436: return (*InterfaceType)(unsafe.Pointer(t))
type.go#L447: type InterfaceType struct {
type.go#L463: tt := (*InterfaceType)(unsafe.Pointer(t))
type.go#L470: func (t *InterfaceType) NumMethod() int { return len(t.Methods) }
internal/reflectlite
type.go#L112: type interfaceType = abi.InterfaceType
internal/runtime/maps
map.go#L836: i := (*abi.InterfaceType)(unsafe.Pointer(t))
reflect
type.go#L397: abi.InterfaceType // can embed directly because not a public type.
runtime
type.go#L403: type interfacetype = abi.InterfaceType
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |