Lines Matching full:void
26 void Init(BackendImpl* backend);
27 void Stop();
32 void TrimCache(bool empty);
35 void UpdateRank(EntryImpl* entry, bool modified);
38 void OnOpenEntry(EntryImpl* entry);
39 void OnCreateEntry(EntryImpl* entry);
40 void OnDoomEntry(EntryImpl* entry);
41 void OnDestroyEntry(EntryImpl* entry);
44 void SetTestMode();
45 void TrimDeletedList(bool empty);
48 void PostDelayedTrim();
49 void DelayedTrim();
51 void ReportTrimTimes(EntryImpl* entry);
58 void TrimCacheV2(bool empty);
59 void UpdateRankV2(EntryImpl* entry, bool modified);
60 void OnOpenEntryV2(EntryImpl* entry);
61 void OnCreateEntryV2(EntryImpl* entry);
62 void OnDoomEntryV2(EntryImpl* entry);
63 void OnDestroyEntryV2(EntryImpl* entry);
65 void TrimDeleted(bool empty);
70 void ReportListStats();