Searched refs:getLiveValue (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | ComputingConcurrentHashMap.java | 85 V value = getLiveValue(e); in getOrCompute()
|
D | MapMakerInternalMap.java | 1922 return segmentFor(entry.getHash()).getLiveValue(entry) != null; in isLive() 1945 V getLiveValue(ReferenceEntry<K, V> entry) { in getLiveValue() method in MapMakerInternalMap 2515 V entryValue = getLiveValue(e); in containsValue() 3070 V getLiveValue(ReferenceEntry<K, V> entry) { in getLiveValue() method in MapMakerInternalMap.Segment 3537 V v = segment.getLiveValue(e); 3720 V value = getLiveValue(entry);
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 1909 return segmentFor(entry.getHash()).getLiveValue(entry, now) != null; in isLive() 1935 V getLiveValue(ReferenceEntry<K, V> entry, long now) { in getLiveValue() method in LocalCache 2214 V value = getLiveValue(e, now); in get() 2762 V getLiveValue(ReferenceEntry<K, V> entry, long now) { in getLiveValue() method in LocalCache.Segment 2833 V entryValue = getLiveValue(e, now); in containsValue() 4161 V v = segment.getLiveValue(e, now); 4355 V value = getLiveValue(entry, now);
|