Home
last modified time | relevance | path

Searched defs:mapInfo (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/internal/impl/
Dcodec_map.go16 type mapInfo struct { struct
17 goType reflect.Type
18 keyWiretag uint64
19 valWiretag uint64
20 keyFuncs valueCoderFuncs
21 valFuncs valueCoderFuncs
22 keyZero protoreflect.Value
23 keyKind protoreflect.Kind
24 conv *mapConverter
91 func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts marshalOptions) int {
[all …]