Searched defs:IntervalSet (Results 1 – 2 of 2) sorted by relevance
36 pub struct IntervalSet<I> { struct40 impl<I: Interval> IntervalSet<I> { implementation
325 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef