reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
624 while (Idx != EndIdx && Seg != EndSeg) { 627 if (Seg->end <= *Idx) { 628 Seg = std::upper_bound(++Seg, EndSeg, *Idx, 629 [=](typename std::remove_reference<decltype(*Idx)>::type V, 636 auto NotLessStart = std::lower_bound(Idx, EndIdx, Seg->start); 644 Idx = NotLessEnd;