encoding/gob.mapType.Key (field)
6 uses
encoding/gob (current package)
decode.go#L823: keyId := dec.wireType[wireId].MapT.Key
decode.go#L905: keyId := dec.wireType[wireId].MapT.Key
decode.go#L1019: return dec.compatibleType(t.Key(), MapType.Key, inProgress) && dec.compatibleType(t.Elem(), MapType.Elem, inProgress)
type.go#L336: Key typeId
type.go#L348: m.Key = key.id()
type.go#L357: key := m.Key.gobType().safeString(seen)
![]() |
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. |