type internal/reflectlite.interfaceType
8 uses
internal/reflectlite (current package)
type.go#L235: type interfaceType struct {
type.go#L506: interfaceType
type.go#L545: tt := (*interfaceType)(unsafe.Pointer(t))
type.go#L698: func (t *interfaceType) NumMethod() int { return len(t.methods) }
type.go#L734: t := (*interfaceType)(unsafe.Pointer(T))
type.go#L752: v := (*interfaceType)(unsafe.Pointer(V))
type.go#L898: t := (*interfaceType)(unsafe.Pointer(T))
type.go#L899: v := (*interfaceType)(unsafe.Pointer(V))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |