internal/reflectlite.rtype.tflag (field)
7 uses
internal/reflectlite (current package)
type.go#L155: tflag tflag // extra type information flags
type.go#L462: if t.tflag&tflagUncommon == 0 {
type.go#L521: if t.tflag&tflagExtraStar != 0 {
type.go#L552: if t.tflag&tflagNamed == 0 {
type.go#L563: return t.tflag&tflagNamed != 0
type.go#L665: if t.tflag&tflagUncommon != 0 {
type.go#L676: if t.tflag&tflagUncommon != 0 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)