Searched defs:mapInfo (Results 1 – 1 of 1) sorted by relevance
16 type mapInfo struct { struct17 goType reflect.Type18 keyWiretag uint6419 valWiretag uint6420 keyFuncs valueCoderFuncs21 valFuncs valueCoderFuncs22 keyZero protoreflect.Value23 keyKind protoreflect.Kind24 conv *mapConverter91 func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts marshalOptions) int {[all …]