Searched refs:FirstFullyTested (Results 1 – 1 of 1) sorted by relevance
267 auto FirstFullyTested = in runStep() local272 if (FirstFullyTested != Leaves.end()) in runStep()273 FirstFullyTested++; in runStep()276 for (auto &Leaf : make_range(Leaves.begin(), FirstFullyTested)) in runStep()278 for (const auto &Leaf : make_range(FirstFullyTested, Leaves.end())) in runStep()282 std::distance(Leaves.begin(), FirstFullyTested)); in runStep()