OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashingMRUCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/nacl/browser/
nacl_validation_cache.h
58
typedef base::
HashingMRUCache
<std::string, bool> ValidationCacheType;
nacl_browser.h
189
typedef base::
HashingMRUCache
<std::string, base::FilePath> PathCacheType;
/external/chromium_org/base/containers/
mru_cache.h
276
//
HashingMRUCache
------------------------------------------------------------
287
class
HashingMRUCache
: public MRUCacheBase<KeyType,
298
explicit
HashingMRUCache
(typename ParentType::size_type max_size)
301
virtual ~
HashingMRUCache
() {
305
DISALLOW_COPY_AND_ASSIGN(
HashingMRUCache
);
mru_cache_unittest.cc
255
TEST(MRUCacheTest,
HashingMRUCache
) {
257
typedef base::
HashingMRUCache
<std::string, CachedItem> Cache;
/external/chromium_org/base/memory/
discardable_memory_manager.h
130
typedef
HashingMRUCache
<Allocation*, AllocationInfo> AllocationMap;
Completed in 1020 milliseconds