const internal/abi.TFlagUncommon
6 uses
internal/abi (current package)
type.go#L100: TFlagUncommon TFlag = 1 << 0
type.go#L315: if t.TFlag&TFlagUncommon == 0 {
type.go#L545: if t.TFlag&TFlagUncommon != 0 {
type.go#L559: if t.TFlag&TFlagUncommon != 0 {
reflect
type.go#L2648: typ.TFlag |= abi.TFlagUncommon
runtime
iface.go#L50: if typ.TFlag&abi.TFlagUncommon == 0 {
![]() |
The pages are generated with Golds v0.7.6. (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. |