Home
last modified time | relevance | path

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

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java527 result += hashCodeForMap(entry.getKey()) in hashCode()
528 ^ hashCodeForMap(entry.getValue()); in hashCode()
533 private static int hashCodeForMap(Object o) { in hashCodeForMap() method in InternalNano