Searched defs:IntervalSet (Results 1 – 3 of 3) sorted by relevance
20 pub struct IntervalSet<I> { struct22 map: SmallVec<[(u32, u32); 4]>,46 impl<I: Idx> IntervalSet<I> { argument
36 pub struct IntervalSet<I> { struct40 impl<I: Interval> IntervalSet<I> { impl
325 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>; in apply() typedef