Home
last modified time | relevance | path

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

/external/libchrome/base/containers/
Dmru_cache.h295 class HashingMRUCache : public MRUCacheBase<KeyType,
306 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache() function
309 virtual ~HashingMRUCache() { in ~HashingMRUCache()
313 DISALLOW_COPY_AND_ASSIGN(HashingMRUCache);