Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DLruCache_test.cpp26 typedef int SimpleKey; typedef
115 void operator()(SimpleKey& k, StringValue& v) { in operator ()()
121 SimpleKey lastKey;
154 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
161 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
173 LruCache<SimpleKey, StringValue> cache(2); in TEST_F()
185 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
198 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
217 LruCache<SimpleKey, StringValue> cache(512); in TEST_F()
302 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
[all …]