Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dencoder.py351 def FieldSize(map_value): argument
353 for key in map_value:
354 value = map_value[key]
Dany_test.proto42 map<string,int32> map_value = 3; field
Dwell_known_types_test.py995 submessage.map_value[str(i)] = i * 2
/external/golang-protobuf/proto/proto3_proto/
Dproto3.proto96 map<int64, string> map_value = 5; field
/external/libcppbor/src/
Dcppbor.cpp215 for (auto& [map_key, map_value] : *map) { in prettyPrintInternal()
228 if (!prettyPrintInternal(map_value.get(), out, indent + 2, maxBStrSize, in prettyPrintInternal()
/external/protobuf/src/google/protobuf/
Dwire_format.cc905 MapValueRef map_value; in SerializeFieldWithCachedSizes() local
907 const_cast<Message*>(&message), field, *it, &map_value); in SerializeFieldWithCachedSizes()
908 SerializeMapEntry(field, *it, map_value, output); in SerializeFieldWithCachedSizes()
/external/rust/crates/log/src/kv/
Dsource.rs478 .map_value(value) in stream()
/external/golang-protobuf/proto/test_proto/
Dtest.proto569 map<int64, string> map_value = 5; field