Searched refs:calculateHashCodeForMap (Results 1 – 3 of 3) sorted by relevance
153 static <K, V> int calculateHashCodeForMap(Map<K, V> a) { in calculateHashCodeForMap() method in MapFieldLite164 return calculateHashCodeForMap(mapData); in hashCode()
223 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode()
258 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()