Home
last modified time | relevance | path

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

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