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.2.8-preview. (GOOS=darwin GOARCH=arm64)