Searched refs:SimpleKey (Results 1 – 1 of 1) sorted by relevance
26 typedef int SimpleKey; typedef111 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 …]