Home
last modified time | relevance | path

Searched refs:MutableMap (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field_test.cc116 map_ = map_field_->MutableMap(); in MapFieldBasePrimitiveTest()
178 (*map_field->MutableMap())[100] = 101; in TEST_F()
231 Map<int32, int32>* map = map_field->MutableMap(); in AddOneStillClean()
238 Map<int32, int32>* map = map_field->MutableMap(); in MakeMapDirty()
248 Map<int32, int32>* map = map_field->impl_.MutableMap(); in MakeRepeatedDirty()
261 Map<int32, int32>* map = map_field->impl_.MutableMap(); in Expect()
310 TEST_P(MapFieldStateTest, MutableMap) { in TEST_P() argument
311 map_field_->MutableMap(); in TEST_P()
Dmap_field_inl.h186 impl_.MutableMap()->clear(); in Clear()
226 Map<Key, T>* map = MutableMap(); in InsertOrLookupMapValue()
245 return MutableMap()->erase(key); in DeleteMapValue()
317 Map<Key, T>* map = const_cast<MapField*>(this)->impl_.MutableMap(); in SyncMapWithRepeatedFieldNoLock()
344 Map<Key, T>* map = const_cast<MapField*>(this)->impl_.MutableMap(); in SpaceUsedExcludingSelfNoLock()
Dmap_field_lite.h72 Map<Key, T>* MutableMap() { return &map_; } in MutableMap() function
87 MutableMap()->SetDefaultEnumValue(default_enum_value); in SetDefaultEnumValue()
Dmap_field.h406 virtual Map<Key, T>* MutableMap() = 0;
468 Map<Key, T>* MutableMap() override { in MutableMap() function
470 Map<Key, T>* result = impl_.MutableMap(); in MutableMap()
562 Map<MapKey, MapValueRef>* MutableMap() override;
Dmap_field.cc234 Map<MapKey, MapValueRef>* map = MutableMap(); in InsertOrLookupMapValue()
268 Map<MapKey, MapValueRef>* DynamicMapField::MutableMap() { in MutableMap() function in google::protobuf::internal::DynamicMapField
285 Map<MapKey, MapValueRef>* map = MutableMap(); in MergeFrom()
Dmap_entry_lite.h345 explicit Parser(MapField* mf) : mf_(mf), map_(mf->MutableMap()) {}
Dstruct.pb.h725 return fields_.MutableMap(); in _internal_mutable_fields()