const internal/abi.TFlagUncommon
6 uses
internal/abi (current package)
type.go#L100: TFlagUncommon TFlag = 1 << 0
type.go#L288: if t.TFlag&TFlagUncommon == 0 {
type.go#L518: if t.TFlag&TFlagUncommon != 0 {
type.go#L532: if t.TFlag&TFlagUncommon != 0 {
reflect
type.go#L2491: typ.TFlag |= abi.TFlagUncommon
runtime
iface.go#L40: if typ.TFlag&abi.TFlagUncommon == 0 {
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. |