Searched refs:iQueue (Results 1 – 1 of 1) sorted by relevance
268 if (iQueue != mpRecentlyUsedPageCaches->end()) in Recycle()271 for (iRecentCache=iQueue->second.begin();iRecentCache!=iQueue->second.end();++iRecentCache) in Recycle()373 for (iCache2=iQueue->second.begin(); iCache2!=iQueue->second.end(); ++iCache2) in InvalidatePreviewBitmap()399 if (iQueue != mpRecentlyUsedPageCaches->end()) in InvalidateAllPreviewBitmaps()402 for (iCache2=iQueue->second.begin(); iCache2!=iQueue->second.end(); ++iCache2) in InvalidateAllPreviewBitmaps()444 if (iQueue != mpRecentlyUsedPageCaches->end()) in GetRecentlyUsedCache()447 for (iCache=iQueue->second.begin(); iCache!= iQueue->second.end(); ++iCache) in GetRecentlyUsedCache()451 iQueue->second.erase(iCache); in GetRecentlyUsedCache()469 if (iQueue == mpRecentlyUsedPageCaches->end()) in PutRecentlyUsedCache()470 iQueue = mpRecentlyUsedPageCaches->insert( in PutRecentlyUsedCache()[all …]
Completed in 12 milliseconds