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