reflect.rtype.tflag (field)
15 uses
reflect (current package)
type.go#L309: tflag tflag // extra type information flags
type.go#L698: if t.tflag&tflagUncommon == 0 {
type.go#L757: if t.tflag&tflagExtraStar != 0 {
type.go#L855: if t.tflag&tflagNamed == 0 {
type.go#L866: return t.tflag&tflagNamed != 0
type.go#L1008: if t.tflag&tflagUncommon != 0 {
type.go#L1019: if t.tflag&tflagUncommon != 0 {
type.go#L1826: ch.tflag = tflagRegularMemory
type.go#L1872: mt.tflag = 0
type.go#L2004: ft.tflag = 0
type.go#L2310: slice.tflag = 0
type.go#L2685: typ.tflag = 0 // TODO: set tflagRegularMemory
type.go#L2693: typ.tflag |= tflagUncommon
type.go#L2855: array.tflag = typ.tflag & tflagRegularMemory
![]() |
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. |