Searched refs:MapValueRef (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 156 : TypeDefinedMapFieldBase<MapKey, MapValueRef>(arena), in DynamicMapField() 163 for (Map<MapKey, MapValueRef>::iterator iter = map_.begin(); in ~DynamicMapField() 176 const Map<MapKey, MapValueRef>& map = GetMap(); in ContainsMapKey() 177 Map<MapKey, MapValueRef>::const_iterator iter = map.find(map_key); in ContainsMapKey() 182 const MapKey& map_key, MapValueRef* val) { in InsertOrLookupMapValue() 185 Map<MapKey, MapValueRef>* map = MutableMap(); in InsertOrLookupMapValue() 186 Map<MapKey, MapValueRef>::iterator iter = map->find(map_key); in InsertOrLookupMapValue() 189 MapValueRef& map_val = (*map)[map_key]; in InsertOrLookupMapValue() 231 Map<MapKey, MapValueRef>::iterator iter = map_.find(map_key); in DeleteMapValue() 242 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() [all …]
|
D | map_field.h | 91 const MapKey& map_key, MapValueRef* val) = 0; 255 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val); 298 class LIBPROTOBUF_EXPORT DynamicMapField: public TypeDefinedMapFieldBase<MapKey, MapValueRef> { 306 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val); 309 const Map<MapKey, MapValueRef>& GetMap() const; 310 Map<MapKey, MapValueRef>* MutableMap(); 315 Map<MapKey, MapValueRef> map_; 364 const MapValueRef& GetValueRef() { in GetValueRef() 367 MapValueRef* MutableValueRef() { in MutableValueRef() 391 MapValueRef value_;
|
D | generated_message_reflection.h | 63 class MapValueRef; variable 273 MapValueRef* val) const;
|
D | message.h | 138 class MapValueRef; variable 962 MapValueRef* /* val */) const { in InsertOrLookupMapValue() argument
|
D | map_field_test.cc | 81 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) { in InsertOrLookupMapValue()
|
D | map.h | 297 class LIBPROTOBUF_EXPORT MapValueRef { 299 MapValueRef() : data_(NULL), type_(0) {} in MapValueRef() function 433 void CopyFrom(const MapValueRef& other) { in CopyFrom()
|
D | map_field_inl.h | 267 MapValueRef* val) { in InsertOrLookupMapValue()
|
D | map_test_util.cc | 563 MapValueRef map_val; in SetMapFieldsViaMapReflection() 773 MapValueRef map_val; in ModifyMapFieldsViaReflection()
|
D | generated_message_reflection.cc | 1793 MapValueRef* val) const { in InsertOrLookupMapValue()
|
D | map_test.cc | 229 MapValueRef value; in TEST_P()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 204 MapValueRef* value) { in MapValueRefToPython() 237 MapValueRef* value_ref) { in PythonToMapValueRef() 443 MapValueRef value; in ScalarMapGetItem() 464 MapValueRef value; in ScalarMapSetItem() 703 MapValueRef value; in MessageMapSetItem() 728 MapValueRef value; in MessageMapGetItem()
|