Searched defs:LRUCache (Results 1 – 13 of 13) sorted by relevance
44 TEST(LRUCache, Empty) in TEST() argument61 TEST(LRUCache, AddNoEviction) in TEST() argument83 TEST(LRUCache, AddWithEviction) in TEST() argument109 TEST(LRUCache, AddClearAdd) in TEST() argument158 TEST(LRUCache, Reordering) in TEST() argument
49 private static class LRUCache<K, V> { class in RegexCache55 public LRUCache(int size) { in LRUCache() method in RegexCache.LRUCache
26 class LRUCache class94 LRUCache<Key, Data>::LRUCache(int n) in LRUCache() function in sw::LRUCache
29 class LRUCache class217 LRUCache<KEY, DATA, HASH>::LRUCache(size_t capacity) in LRUCache() function in sw::LRUCache
27 class LRUCache { class
341 class LRUCache(object): class
421 class LRUCache: class
306 class LRUCache(object): class
139 class LRUCache { class
136 export class LRUCache { class