Home
last modified time | relevance | path

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

/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java98 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/
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()