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