Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp26 typedef int SimpleKey; typedef
111 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {
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()
[all …]