Searched refs:MapFieldLiteType (Results 1 – 3 of 3) sorted by relevance
217 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()
214 WireFormatLite::TYPE_INT32, false> MapFieldLiteType; typedef in google::protobuf::internal::MapFieldStateTest260 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()
234 default_enum_value> MapFieldLiteType; typedef265 void MergeFrom(const MapFieldLiteType& other);266 void Swap(MapFieldLiteType* other);