Home
last modified time | relevance | path

Searched refs:MapFieldLiteType (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_inl.h217 return MapFieldLiteType::GetInternalMap().size(); in size()
228 MapFieldLiteType::MutableInternalMap()->clear(); in Clear()
302 return MapFieldLiteType::GetInternalMap(); in GetMap()
313 Map<Key, T>* result = MapFieldLiteType::MutableInternalMap(); in MutableMap()
325 const MapFieldLiteType& other) { in MergeFrom()
329 MapFieldLiteType::MergeFrom(other); in MergeFrom()
340 MapFieldLiteType* other) { in Swap()
343 MapFieldLiteType::Swap(other); in Swap()
375 return MapFieldLiteType::GetInternalMap(); in GetInternalMap()
385 return MapFieldLiteType::MutableInternalMap(); in MutableInternalMap()
Dmap_field_test.cc214 WireFormatLite::TYPE_INT32, false> MapFieldLiteType; typedef in google::protobuf::internal::MapFieldStateTest
260 Map<int32, int32>* map = implicit_cast<MapFieldLiteType*>(map_field) in MakeRepeatedDirty()
261 ->MapFieldLiteType::MutableMap(); in MakeRepeatedDirty()
273 Map<int32, int32>* map = implicit_cast<MapFieldLiteType*>(map_field) in Expect()
274 ->MapFieldLiteType::MutableMap(); in Expect()
Dmap_field.h234 default_enum_value> MapFieldLiteType; typedef
265 void MergeFrom(const MapFieldLiteType& other);
266 void Swap(MapFieldLiteType* other);