Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMapFieldLite.java147 private static int calculateHashCodeForObject(Object a) { in calculateHashCodeForObject() method in MapFieldLite
166 result += calculateHashCodeForObject(entry.getKey()) in calculateHashCodeForMap()
167 ^ calculateHashCodeForObject(entry.getValue()); in calculateHashCodeForMap()