Home
last modified time | relevance | path

Searched refs:UsrStgPagePtr_Impl (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sot/source/sdstor/
H A Dstgcache.cxx55 > UsrStgPagePtr_Impl; typedef
129 delete (UsrStgPagePtr_Impl*)pLRUCache; in ~StgCache()
166 pLRUCache = new UsrStgPagePtr_Impl(); in Create()
167 (*(UsrStgPagePtr_Impl*)pLRUCache)[pElem->nPage] = pElem; in Create()
206 ((UsrStgPagePtr_Impl*)pLRUCache)->erase( pElem->nPage ); in Erase()
230 delete (UsrStgPagePtr_Impl*)pLRUCache; in Clear()
240 UsrStgPagePtr_Impl::iterator aIt = ((UsrStgPagePtr_Impl*)pLRUCache)->find( nPage ); in Find()
241 if( aIt != ((UsrStgPagePtr_Impl*)pLRUCache)->end() ) in Find()

Completed in 25 milliseconds