Home
last modified time | relevance | path

Searched refs:map_value (Results 1 – 7 of 7) 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/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/golang-protobuf/proto/test_proto/
Dtest.proto569 map<int64, string> map_value = 5; field
/external/v8/src/compiler/backend/
Dregister-allocator.cc1402 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()