Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java137 private static int calculateHashCodeForObject(Object a) { in calculateHashCodeForObject() method in MapFieldLite
156 result += calculateHashCodeForObject(entry.getKey()) in calculateHashCodeForMap()
157 ^ calculateHashCodeForObject(entry.getValue()); in calculateHashCodeForMap()