Searched refs:calculateHashCodeForMap (Results 1 – 3 of 3) sorted by relevance
176 static <K, V> int calculateHashCodeForMap(Map<K, V> a) { in calculateHashCodeForMap() method in MapFieldLite187 return calculateHashCodeForMap(this); in hashCode()
278 return MapFieldLite.calculateHashCodeForMap(convertMapEntryListToMap((List) value)); in hashMapField()
224 return MapFieldLite.<K, V>calculateHashCodeForMap(getMap()); in hashCode()