Lines Matching refs:Stop
133 SlotIndex Start, Stop; in update() local
134 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
168 if (StartI >= Stop) in update()
181 if (StartI >= Stop) in update()
190 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update()
199 PrevPos = Stop; in update()
210 std::tie(Start, Stop) = Indexes->getMBBRange(MBBNum); in update()
216 if (!I.valid() || I.start() >= Stop) in update()
218 I.advanceTo(Stop); in update()
219 bool Backup = !I.valid() || I.start() >= Stop; in update()
233 if (I == LR->end() || I->start >= Stop) in update()
235 I = LR->advanceTo(I, Stop); in update()
236 bool Backup = I == LR->end() || I->start >= Stop; in update()