Lines Matching refs:Start
133 SlotIndex Start, Stop; in update() local
134 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
137 if (PrevPos != Start) { in update()
138 if (!PrevPos.isValid() || Start < PrevPos) { in update()
140 RUI.VirtI.find(Start); in update()
141 RUI.FixedI = RUI.Fixed->find(Start); in update()
145 RUI.VirtI.advanceTo(Start); in update()
147 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
150 PrevPos = Start; in update()
210 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
247 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update()