internal/abi.Type.Uncommon (method)
17 uses
internal/abi (current package)
type.go#L319: func (t *Type) Uncommon() *UncommonType {
type.go#L454: ut := t.Uncommon()
internal/reflectlite
type.go#L242: return t.Uncommon()
type.go#L467: v := V.Uncommon()
reflect
type.go#L360: return t.t.Uncommon()
type.go#L421: return t.Uncommon()
type.go#L1555: v := V.Uncommon()
type.go#L2344: if unt := ptr.Uncommon(); unt != nil {
type.go#L2367: if unt := ptr.Elem.Uncommon(); unt != nil {
type.go#L2384: if unt := ft.Uncommon(); unt != nil {
runtime
heapdump.go#L199: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
iface.go#L207: x := typ.Uncommon()
mfinal.go#L509: if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
type.go#L41: return t.Uncommon()
type.go#L532: ut := t.Uncommon()
type.go#L533: uv := v.Uncommon()
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |