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

/external/chromium_org/base/containers/
H A Dmru_cache.h143 // MRUCache entries are often processed in reverse order, so we add this
205 // MRUCache --------------------------------------------------------------------
207 // A functor that does nothing. Used by the MRUCache.
218 class MRUCache : public MRUCacheBase<KeyType, class in namespace:base
227 explicit MRUCache(typename ParentType::size_type max_size) function in class:base::MRUCache
230 virtual ~MRUCache() {
234 DISALLOW_COPY_AND_ASSIGN(MRUCache);
278 // This class is similar to MRUCache, except that it uses base::hash_map as

Completed in 75 milliseconds