runtime._type.uncommon (method)
8 uses
runtime (current package)
heapdump.go#L197: if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
iface.go#L194: x := typ.uncommon()
mfinal.go#L390: if (fint.uncommon() == nil || etyp.uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem == ot.elem {
type.go#L58: func (t *_type) uncommon() *uncommontype {
type.go#L137: if u := t.uncommon(); u != nil {
type.go#L616: ut := t.uncommon()
type.go#L617: uv := v.uncommon()
 |
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. |