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

/system/core/libutils/tests/
H A DLruCache_test.cpp26 typedef const char* StringValue; typedef in namespace:android
82 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> {
86 void operator()(SimpleKey& k, StringValue& v) {
93 StringValue lastValue;
117 LruCache<SimpleKey, StringValue> cache(100);
124 LruCache<SimpleKey, StringValue> cache(100);
136 LruCache<SimpleKey, StringValue> cache(2);
148 LruCache<SimpleKey, StringValue> cache(100);
161 LruCache<SimpleKey, StringValue> cache(100);
180 LruCache<SimpleKey, StringValue> cach
[all...]

Completed in 21 milliseconds