internal/abi.MapType.Flags (field)
12 uses
internal/abi (current package)
type.go#L450: Flags uint32
type.go#L456: return mt.Flags&1 != 0
type.go#L459: return mt.Flags&2 != 0
type.go#L462: return mt.Flags&4 != 0
type.go#L465: return mt.Flags&8 != 0
type.go#L468: return mt.Flags&16 != 0
reflect
type.go#L1687: mt.Flags = 0
type.go#L1690: mt.Flags |= 1 // indirect key
type.go#L1696: mt.Flags |= 2 // indirect value
type.go#L1702: mt.Flags |= 4
type.go#L1705: mt.Flags |= 8
type.go#L1708: mt.Flags |= 16
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |