internal/abi.Type.Uncommon (method)
17 uses
internal/abi (current package)
type.go#L287: func (t *Type) Uncommon() *UncommonType {
type.go#L422: ut := t.Uncommon()
internal/reflectlite
type.go#L252: return t.Uncommon()
type.go#L478: v := V.Uncommon()
reflect
type.go#L298: return t.t.Uncommon()
type.go#L359: return t.Uncommon()
type.go#L1319: v := V.Uncommon()
type.go#L2270: if unt := ptr.Uncommon(); unt != nil {
type.go#L2293: if unt := ptr.Elem.Uncommon(); unt != nil {
type.go#L2310: if unt := ft.Uncommon(); unt != nil {
runtime
heapdump.go#L198: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
iface.go#L195: x := typ.Uncommon()
mfinal.go#L456: if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
type.go#L34: return t.Uncommon()
type.go#L349: ut := t.Uncommon()
type.go#L350: uv := v.Uncommon()
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. |