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.3.2-preview. (GOOS=darwin 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. |