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#L366: InterfaceType
type.go#L434: func (t *Type) InterfaceType() *InterfaceType {
type.go#L438: return (*InterfaceType)(unsafe.Pointer(t))
type.go#L449: type InterfaceType struct {
type.go#L465: tt := (*InterfaceType)(unsafe.Pointer(t))
type.go#L472: func (t *InterfaceType) NumMethod() int { return len(t.Methods) }
internal/reflectlite
type.go#L112: type interfaceType = abi.InterfaceType
internal/runtime/maps
map.go#L839: i := (*abi.InterfaceType)(unsafe.Pointer(t))
reflect
type.go#L374: abi.InterfaceType // can embed directly because not a public type.
runtime
type.go#L404: type interfacetype = abi.InterfaceType
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)