Searched refs:map_value (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 351 def FieldSize(map_value): argument 353 for key in map_value: 354 value = map_value[key]
|
D | any_test.proto | 42 map<string,int32> map_value = 3; field
|
D | well_known_types_test.py | 995 submessage.map_value[str(i)] = i * 2
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.proto | 96 map<int64, string> map_value = 5; field
|
/external/protobuf/src/google/protobuf/ |
D | wire_format.cc | 905 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/golang-protobuf/proto/test_proto/ |
D | test.proto | 569 map<int64, string> map_value = 5; field
|
/external/v8/src/compiler/backend/ |
D | register-allocator.cc | 1402 TopTierRegisterAllocationData::PhiMapValue* map_value = in InitializePhiMap() local 1406 phi_map_.insert(std::make_pair(phi->virtual_register(), map_value)); in InitializePhiMap() 1409 return map_value; in InitializePhiMap() 1812 TopTierRegisterAllocationData::PhiMapValue* map_value = in ResolvePhis() local 1823 map_value->AddOperand(&move->destination()); in ResolvePhis()
|