Searched refs:UsrStgPagePtr_Impl (Results 1 – 1 of 1) sorted by relevance
55 > UsrStgPagePtr_Impl; typedef129 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 7 milliseconds