Home
last modified time | relevance | path

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

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