Home
last modified time | relevance | path

Searched refs:MapFieldLite (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_lite.h48 class MapFieldLite {
54 MapFieldLite();
55 explicit MapFieldLite(Arena* arena);
56 virtual ~MapFieldLite();
65 virtual void MergeFrom(const MapFieldLite& other);
66 virtual void Swap(MapFieldLite* other);
98 MapFieldLite<Key, T, key_wire_type, value_wire_type,
99 default_enum_value>::MapFieldLite() in MapFieldLite() function
109 MapFieldLite<Key, T, key_wire_type, value_wire_type,
110 default_enum_value>::MapFieldLite(Arena* arena) in MapFieldLite() function
[all …]
Dmap_field.h219 public MapFieldLite<Key, T, kKeyFieldType, kValueFieldType,
233 typedef MapFieldLite<Key, T, kKeyFieldType, kValueFieldType,
Dmap_entry_lite.h50 class MapFieldLite; variable
392 friend class internal::MapFieldLite;
Dmap_field_inl.h179 MapFieldLite<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>( in MapField()
198 MapFieldLite<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>( in MapField()
Dmap_field_test.cc213 typedef MapFieldLite<int32, int32, WireFormatLite::TYPE_INT32,
Dmap.h68 class MapFieldLite; variable
1679 friend class internal::MapFieldLite;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java49 public final class MapFieldLite<K, V> implements MutabilityOracle { class
53 private MapFieldLite(Map<K, V> mapData) { in MapFieldLite() method in MapFieldLite
59 private static final MapFieldLite EMPTY_MAP_FIELD =
60 new MapFieldLite(Collections.emptyMap());
67 public static <K, V> MapFieldLite<K, V> emptyMapField() { in emptyMapField()
68 return (MapFieldLite<K, V>) EMPTY_MAP_FIELD; in emptyMapField()
72 public static <K, V> MapFieldLite<K, V> newMapField() { in newMapField()
73 return new MapFieldLite<K, V>(new LinkedHashMap<K, V>()); in newMapField()
86 public void mergeFrom(MapFieldLite<K, V> other) { in mergeFrom()
130 if (!(object instanceof MapFieldLite)) { in equals()
[all …]
DMapField.java33 import com.google.protobuf.MapFieldLite.MutatabilityAwareMap;
203 getMutableMap().putAll(MapFieldLite.copy(other.getMap())); in mergeFrom()
218 return MapFieldLite.<K, V>equals(getMap(), other.getMap()); in equals()
223 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode()
229 converter, StorageMode.MAP, MapFieldLite.copy(getMap())); in copy()
DGeneratedMessageLite.java1550 <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other); in visitMap()
1800 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
2001 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
2237 public <K, V> MapFieldLite<K, V> visitMap(MapFieldLite<K, V> mine, MapFieldLite<K, V> other) { in visitMap()
DAbstractMessage.java197 return MapFieldLite.equals(ma, mb); in compareMapField()
258 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()
/external/protobuf/
Dbuild.gradle60 include 'com/google/protobuf/MapFieldLite.java'
DAndroid.mk43 java/core/src/main/java/com/google/protobuf/MapFieldLite.java \
DMakefile.am228 java/core/src/main/java/com/google/protobuf/MapFieldLite.java \
/external/protobuf/util/
DMakefile.am228 java/core/src/main/java/com/google/protobuf/MapFieldLite.java \