Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_fuzz.cpp38 [](FuzzedDataProvider*, FuzzCache* cache) -> void { cache->peekOldestValue(); }, in __anon8490bc0f0202()
/system/core/libutils/include/utils/
DLruCache.h54 const TValue& peekOldestValue();
247 const TValue& LruCache<TKey, TValue>::peekOldestValue() { in peekOldestValue() function