encoding/gob.wireType.MapT (field)
11 uses
encoding/gob (current package)
decode.go#L823: keyId := dec.wireType[wireId].MapT.Key
decode.go#L824: elemId := dec.wireType[wireId].MapT.Elem
decode.go#L904: case wire.MapT != nil:
decode.go#L905: keyId := dec.wireType[wireId].MapT.Key
decode.go#L906: elemId := dec.wireType[wireId].MapT.Elem
decode.go#L1015: if !ok || wire.MapT == nil {
decode.go#L1018: MapType := wire.MapT
type.go#L643: MapT *mapType
type.go#L661: case w.MapT != nil:
type.go#L662: return w.MapT.Name
type.go#L742: info.wire = &wireType{MapT: t.(*mapType)}
![]() |
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. |