Searched refs:StgCache (Results 1 – 4 of 4) sorted by relevance
68 StgPage::StgPage( StgCache* p, short n ) in StgPage()112 StgCache::StgCache() in StgCache() function in StgCache125 StgCache::~StgCache() in ~StgCache()132 void StgCache::SetPhysPageSize( short n ) in SetPhysPageSize()148 StgPage* StgCache::Create( sal_Int32 nPg ) in Create()194 void StgCache::Erase( StgPage* pElem ) in Erase()218 void StgCache::Clear() in Clear()236 StgPage* StgCache::Find( sal_Int32 nPage ) in Find()266 StgPage* StgCache::Get( sal_Int32 nPage, sal_Bool bForce ) in Get()286 StgPage* StgCache::Copy( sal_Int32 nNew, sal_Int32 nOld ) in Copy()[all …]
43 class StgCache { class64 StgCache();65 ~StgCache();95 friend class StgCache;96 StgCache* pCache; // the cache104 StgPage( StgCache*, short );
55 class StgIo : public StgCache {
39 StgIo::StgIo() : StgCache() in StgIo()