Lines Matching refs:PageCache_Impl
260 class PageCache_Impl : class
310 PageCache_Impl (PageCache_Impl const &);
311 PageCache_Impl & operator= (PageCache_Impl const &);
316 explicit PageCache_Impl (sal_uInt16 nPageSize);
326 virtual ~PageCache_Impl (void);
331 PageCache_Impl::PageCache_Impl (sal_uInt16 nPageSize) in PageCache_Impl() function in PageCache_Impl
345 PageCache_Impl::~PageCache_Impl() in ~PageCache_Impl()
377 oslInterlockedCount PageCache_Impl::acquire() in acquire()
382 oslInterlockedCount PageCache_Impl::release() in release()
387 void PageCache_Impl::rescale_Impl (sal_Size new_size) in rescale_Impl()
427 Entry * PageCache_Impl::lookup_Impl (Entry * entry, sal_uInt32 nOffset) in lookup_Impl()
449 storeError PageCache_Impl::lookupPageAt_Impl ( in lookupPageAt_Impl()
470 storeError PageCache_Impl::insertPageAt_Impl ( in insertPageAt_Impl()
488 storeError PageCache_Impl::updatePageAt_Impl ( in updatePageAt_Impl()
505 storeError PageCache_Impl::removePageAt_Impl ( in removePageAt_Impl()
550 rxCache = new PageCache_Impl (nPageSize); in PageCache_createInstance()