HomeSort by relevance Sort by last modified time
    Searched refs:hashOne (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 415 int hashOne = map.hash(keyOne);
416 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null);
422 assertEquals(hashOne, entryOne.getHash());
447 int hashOne = map.hash(keyOne);
448 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null);
466 assertEquals(hashOne, entryOne.getHash());
886 int hashOne = map.hash(keyOne);
887 DummyEntry<Object, Object> entryOne = createDummyEntry(keyOne, hashOne, valueOne, null);
900 assertFalse(segment.reclaimKey(entryOne, hashOne));
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 928 int hashOne = map.hash(keyOne);
929 ReferenceEntry<Object, Object> entryOne = map.newEntry(keyOne, hashOne, null);
935 assertEquals(hashOne, entryOne.getHash());
    [all...]

Completed in 164 milliseconds