google.golang.org/protobuf/internal/impl.mapInfo.valFuncs (field)
7 uses
google.golang.org/protobuf/internal/impl (current package)
codec_map.go#L22: valFuncs valueCoderFuncs
codec_map.go#L43: valFuncs: valFuncs,
codec_map.go#L104: valSize = mapi.valFuncs.size(value, mapValTagSize, opts)
codec_map.go#L150: v, o, err = mapi.valFuncs.unmarshal(b, val, num, wtyp, opts)
codec_map.go#L242: size += mapi.valFuncs.size(val, mapValTagSize, opts)
codec_map.go#L248: return mapi.valFuncs.marshal(b, val, mapi.valWiretag, opts)
codec_map.go#L332: if err := mapi.valFuncs.isInit(val); err != nil {
 |
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. |