Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java463 int thisHash = peekCachedHashCode(); in equals() local
465 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
DByteString.java1369 int thisHash = peekCachedHashCode(); in equals() local
1371 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()