Searched defs:MRUCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/containers/
H A Dmru_cache.h148 // MRUCache entries are often processed in reverse order, so we add this
210 // MRUCache --------------------------------------------------------------------
212 // A functor that does nothing. Used by the MRUCache.
223 class MRUCache : public MRUCacheBase<KeyType, class in namespace:base
232 explicit MRUCache(typename ParentType::size_type max_size) function in class:base::MRUCache
235 virtual ~MRUCache() {
239 DISALLOW_COPY_AND_ASSIGN(MRUCache);
283 // This class is similar to MRUCache, except that it uses base::hash_map as

Completed in 120 milliseconds