type internal/abi.InterfaceType

12 uses

	internal/abi (current package)
		iface.go#L15: 	Inter *InterfaceType
		switch.go#L13: 	Cases [1]*InterfaceType
		switch.go#L48: 	Inter   *InterfaceType
		type.go#L359: 			InterfaceType
		type.go#L427: func (t *Type) InterfaceType() *InterfaceType {
		type.go#L431: 	return (*InterfaceType)(unsafe.Pointer(t))
		type.go#L442: type InterfaceType struct {
		type.go#L458: 		tt := (*InterfaceType)(unsafe.Pointer(t))
		type.go#L465: func (t *InterfaceType) NumMethod() int { return len(t.Methods) }

	internal/reflectlite
		type.go#L112: type interfaceType = abi.InterfaceType

	reflect
		type.go#L364: 	abi.InterfaceType // can embed directly because not a public type.

	runtime
		type.go#L236: type interfacetype = abi.InterfaceType