Home
last modified time | relevance | path

Searched defs:LruCache (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/common/
Dlru_cache.h62 explicit LruCache(size_t capacity) : capacity_(capacity) { in LruCache() function
72 LruCache(const LruCache& other) : capacity_(other.capacity_), list_map_(other.list_map_) {} in LruCache() function
/system/bt/common/
Dlru.h45 LruCache(const size_t& capacity, const std::string& log_tag) in LruCache() function
/system/core/libutils/include/utils/
DLruCache.h163 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) in LruCache() function