Searched defs:IntervalSet (Results 1 – 3 of 3) sorted by relevance
36 friend class IntervalSet; variable
619 IntervalReferences IntervalSet; in getContaining() local628 static void sortIntervals(IntervalReferences &IntervalSet, Sorting Sort) { in sortIntervals()
324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef