Searched refs:aCaches (Results 1 – 1 of 1) sorted by relevance
255 BestFittingPageCaches aCaches; in Recycle() local262 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle()272 aCaches.push_back(BestFittingPageCaches::value_type( in Recycle()276 ::std::sort(aCaches.begin(), aCaches.end(), BestFittingCacheComparer(rPreviewSize)); in Recycle()279 for (iBestCache=aCaches.begin(); iBestCache!=aCaches.end(); ++iBestCache) in Recycle()
Completed in 15 milliseconds