Lines Matching refs:EntryCache
150 class EntryCache class
155 static EntryCache & get();
162 EntryCache();
163 ~EntryCache();
174 EntryCache & EntryCache::get() in get()
176 static EntryCache g_entry_cache; in get()
180 EntryCache::EntryCache() in EntryCache() function in EntryCache
195 EntryCache::~EntryCache() in ~EntryCache()
200 Entry * EntryCache::create (PageHolder const & rxPage, sal_uInt32 nOffset) in create()
211 void EntryCache::destroy (Entry * entry) in destroy()
356 EntryCache::get().destroy (entry); in ~PageCache_Impl()
474 Entry * entry = EntryCache::get().create (rxPage, nOffset); in insertPageAt_Impl()
518 EntryCache::get().destroy (entry); in removePageAt_Impl()