runtime.interfacetype.typ (field)
9 uses
runtime (current package)
iface.go#L30: return uintptr(inter.typ.hash ^ typ.hash)
iface.go#L43: name := inter.typ.nameOff(inter.mhdr[0].name)
iface.go#L44: panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
iface.go#L91: panic(&TypeAssertionError{concrete: typ, asserted: &inter.typ, missingMethod: m.init()})
iface.go#L209: itype := inter.typ.typeOff(i.ityp)
iface.go#L210: name := inter.typ.nameOff(i.name)
iface.go#L454: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
iface.go#L487: panic(&TypeAssertionError{nil, nil, &inter.typ, ""})
type.go#L367: typ _type
 |
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. |