Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java525 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue); in testSegmentGetAndContains() local
526 nullEntry.setValueReference(nullValueRef); in testSegmentGetAndContains()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1041 ValueReference<Object, Object> nullValueRef = map.newValueReference(nullEntry, nullValue, 1); in testSegmentGetAndContains() local
1042 nullEntry.setValueReference(nullValueRef); in testSegmentGetAndContains()