Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java163 static <K, V> int calculateHashCodeForMap(Map<K, V> a) { in calculateHashCodeForMap() method in MapFieldLite
174 return calculateHashCodeForMap(this); in hashCode()
DAbstractMessage.java286 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()
DMapField.java224 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode()