Home
last modified time | relevance | path

Searched refs:MapValueRef (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field.cc156 : 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 …]
Dmap_field.h91 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_;
Dmessage.h138 class MapValueRef; variable
962 MapValueRef* /* val */) const { in InsertOrLookupMapValue() argument
Dgenerated_message_reflection.h63 class MapValueRef; variable
273 MapValueRef* val) const;
Dmap_field_test.cc81 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) { in InsertOrLookupMapValue()
Dmap.h297 class LIBPROTOBUF_EXPORT MapValueRef {
299 MapValueRef() : data_(NULL), type_(0) {} in MapValueRef() function
433 void CopyFrom(const MapValueRef& other) { in CopyFrom()
Dmap_field_inl.h267 MapValueRef* val) { in InsertOrLookupMapValue()
Dmap_test_util.cc563 MapValueRef map_val; in SetMapFieldsViaMapReflection()
773 MapValueRef map_val; in ModifyMapFieldsViaReflection()
Dgenerated_message_reflection.cc1793 MapValueRef* val) const { in InsertOrLookupMapValue()
Dmap_test.cc229 MapValueRef value; in TEST_P()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc204 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()