type internal/abi.InterfaceType
9 uses
	internal/abi (current package)
		type.go#L332: 			InterfaceType
		type.go#L400: func (t *Type) InterfaceType() *InterfaceType {
		type.go#L404: 	return (*InterfaceType)(unsafe.Pointer(t))
		type.go#L415: type InterfaceType struct {
		type.go#L431: 		tt := (*InterfaceType)(unsafe.Pointer(t))
		type.go#L438: func (t *InterfaceType) NumMethod() int { return len(t.Methods) }
	internal/reflectlite
		type.go#L112: type interfaceType = abi.InterfaceType
	reflect
		type.go#L335: 	abi.InterfaceType // can embed directly because not a public type.
	runtime
		type.go#L218: type interfacetype = abi.InterfaceType
|  | The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |