runtime._type.tflag (field)
10 uses
runtime (current package)
alg.go#L145: if t.tflag&tflagRegularMemory != 0 {
alg.go#L184: if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
alg.go#L192: if f.typ.tflag&tflagRegularMemory == 0 {
iface.go#L39: if typ.tflag&tflagUncommon == 0 {
type.go#L35: tflag tflag
type.go#L52: if t.tflag&tflagExtraStar != 0 {
type.go#L59: if t.tflag&tflagUncommon == 0 {
type.go#L121: if t.tflag&tflagNamed == 0 {
type.go#L322: if t.typ.tflag&tflagUncommon != 0 {
type.go#L331: if t.typ.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. |