Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dmru_cache.h47 class MRUCacheBase {
72 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { in MRUCacheBase() function
75 MRUCacheBase(size_type max_size, const DeletorType& deletor) in MRUCacheBase() function
79 virtual ~MRUCacheBase() { in ~MRUCacheBase()
144 void Swap(MRUCacheBase& other) { in Swap()
218 DISALLOW_COPY_AND_ASSIGN(MRUCacheBase);
233 class MRUCache : public MRUCacheBase<KeyType,
237 typedef MRUCacheBase<KeyType, PayloadType,
265 : public MRUCacheBase<KeyType,
269 typedef MRUCacheBase<KeyType, PayloadType,
[all …]