Searched refs:FuzzCache (Results 1 – 1 of 1) sorted by relevance
/system/core/libutils/ |
D | LruCache_fuzz.cpp | 23 typedef android::LruCache<size_t, size_t> FuzzCache; typedef 36 static const std::vector<std::function<void(FuzzedDataProvider*, FuzzCache*)>> operations = { 37 [](FuzzedDataProvider*, FuzzCache* cache) -> void { cache->removeOldest(); }, in __anon8490bc0f0102() 38 [](FuzzedDataProvider*, FuzzCache* cache) -> void { cache->peekOldestValue(); }, in __anon8490bc0f0202() 39 [](FuzzedDataProvider*, FuzzCache* cache) -> void { cache->clear(); }, in __anon8490bc0f0302() 40 [](FuzzedDataProvider*, FuzzCache* cache) -> void { cache->size(); }, in __anon8490bc0f0402() 41 [](FuzzedDataProvider*, FuzzCache* cache) -> void { in __anon8490bc0f0502() 48 [](FuzzedDataProvider* dataProvider, FuzzCache* cache) -> void { in __anon8490bc0f0602() 53 [](FuzzedDataProvider* dataProvider, FuzzCache* cache) -> void { in __anon8490bc0f0702() 57 [](FuzzedDataProvider* dataProvider, FuzzCache* cache) -> void { in __anon8490bc0f0802() [all …]
|