Searched refs:predictBuildList_ (Results 1 – 2 of 2) sorted by relevance
105 … AddCacheItemsInFront(gridLayoutInfo_.startIndex_, layoutWrapper, cacheCnt, predictBuildList_); in Measure()106 if (!predictBuildList_.empty()) { in Measure()108 std::move(predictBuildList_), in Measure()114 predictBuildList_.clear(); in Measure()1836 if (!predictBuildList_.empty()) { in FillCacheLineAtEnd()1869 predictBuildList_.emplace_back(currentIndex++); in FillNewCacheLineBackward()1920 predictBuildList_.emplace_back(currentIndex++); in FillNewCacheLineBackward()2007 if (predictBuildList_.back().idx < currentIndex) { in CompleteItemCrossPosition()2008 predictBuildList_.emplace_front(currentIndex); in CompleteItemCrossPosition()2009 } else if (predictBuildList_.front().idx > currentIndex) { in CompleteItemCrossPosition()[all …]
242 std::list<GridPreloadItem> predictBuildList_; variable