Searched refs:thatHash (Results 1 – 2 of 2) sorted by relevance
464 int thatHash = otherByteString.peekCachedHashCode(); in equals() local465 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
1370 int thatHash = otherAsLiteral.peekCachedHashCode(); in equals() local1371 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()