Searched refs:Eviction (Results 1 – 6 of 6) sorted by relevance
81 Eviction::Eviction() = default;83 Eviction::~Eviction() = default;85 void Eviction::Init(BackendImpl* backend) { in Init()102 void Eviction::Stop() { in Stop()115 void Eviction::TrimCache(bool empty) { in TrimCache()152 FROM_HERE, base::BindOnce(&Eviction::TrimCache, in TrimCache()169 void Eviction::UpdateRank(EntryImpl* entry, bool modified) { in UpdateRank()176 void Eviction::OnOpenEntry(EntryImpl* entry) { in OnOpenEntry()181 void Eviction::OnCreateEntry(EntryImpl* entry) { in OnCreateEntry()188 void Eviction::OnDoomEntry(EntryImpl* entry) { in OnDoomEntry()[all …]
20 class Eviction {22 Eviction();24 Eviction(const Eviction&) = delete;25 Eviction& operator=(const Eviction&) = delete;27 ~Eviction();91 base::WeakPtrFactory<Eviction> ptr_factory_{this};
55 friend class Eviction; variable412 Eviction eviction_; // Handler of the eviction algorithm.
52 TEST(QuicLRUCacheTest, Eviction) { in TEST() argument
220 # Eviction from a key slot to be able to import a new persistent key.224 # Eviction from a key slot to be able to import a new volatile key.