Lines Matching refs:StringValue
27 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()
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()
317 LruCache<SimpleKey, StringValue> cache(100); in TEST_F()
330 LruCache<KeyWithPointer, StringValue> cache(1); in TEST_F()