Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp27 typedef const char* StringValue; typedef
111 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {
115 void operator()(SimpleKey& k, StringValue& v) { in operator ()()
122 StringValue lastValue;
125 class InvalidateKeyCallback : public OnEntryRemoved<KeyWithPointer, StringValue> {
127 void operator()(KeyWithPointer& k, StringValue&) { in operator ()() argument
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()
[all …]