Searched refs:thisHash (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc-java/context/src/main/java/io/grpc/ |
D | PersistentHashArrayMappedTrie.java | 98 int thisHash = this.key.hashCode(); in put() local 99 if (thisHash != hash) { in put() 102 new Leaf<K,V>(key, value), hash, this, thisHash, bitsConsumed); in put() 156 int thisHash = keys[0].hashCode(); in put() local 158 if (thisHash != hash) { in put() 161 new Leaf<K,V>(key, value), hash, this, thisHash, bitsConsumed); in put()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 463 int thisHash = peekCachedHashCode(); in equals() local 465 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
|
D | ByteString.java | 1369 int thisHash = peekCachedHashCode(); in equals() local 1371 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
|