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