Searched refs:MRUCacheHashMap (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/containers/ |
D | mru_cache.h | 242 struct MRUCacheHashMap { struct 251 : public MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap> { argument 254 MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
|
/external/angle/src/common/third_party/base/anglebase/containers/ |
D | mru_cache.h | 248 struct MRUCacheHashMap struct 257 class HashingMRUCache : public MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap> argument 260 using ParentType = MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
|