Searched defs:IntervalSet (Results 1 – 3 of 3) sorted by relevance
36 friend class IntervalSet; variable
618 IntervalReferences IntervalSet; in getContaining() local 627 sortIntervals(IntervalReferences & IntervalSet,Sorting Sort) sortIntervals() argument [all...]
324 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef