Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java176 static <K, V> int calculateHashCodeForMap(Map<K, V> a) { in calculateHashCodeForMap() method in MapFieldLite
187 return calculateHashCodeForMap(this); in hashCode()
DAbstractMessage.java278 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()
DMapField.java224 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode()