internal/abi.MapType.Flags (field)
12 uses
internal/abi (current package)
type.go#L477: Flags uint32
type.go#L483: return mt.Flags&1 != 0
type.go#L486: return mt.Flags&2 != 0
type.go#L489: return mt.Flags&4 != 0
type.go#L492: return mt.Flags&8 != 0
type.go#L495: return mt.Flags&16 != 0
reflect
type.go#L1848: mt.Flags = 0
type.go#L1851: mt.Flags |= 1 // indirect key
type.go#L1857: mt.Flags |= 2 // indirect value
type.go#L1863: mt.Flags |= 4
type.go#L1866: mt.Flags |= 8
type.go#L1869: mt.Flags |= 16
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |