Lines Matching refs:Unbounded
18 use crate::Bound::{self, Excluded, Included, Unbounded};
1478 Unbounded => true,
1536 Unbounded => false,
2352 t.range(Unbounded, Unbounded)
2359 t.range(Included(&0), Unbounded)
2365 t.range(Excluded(&0), Unbounded)
2371 t.range(Included(&25), Unbounded)
2377 t.range(Excluded(&25), Unbounded)
2383 t.range(Included(&70), Unbounded)
2389 t.range(Excluded(&70), Unbounded)
2395 t.range(Included(&100), Unbounded)
2401 t.range(Excluded(&100), Unbounded)
2408 t.range(Unbounded, Included(&90))
2414 t.range(Unbounded, Excluded(&90))
2420 t.range(Unbounded, Included(&25))
2426 t.range(Unbounded, Excluded(&25))
2432 t.range(Unbounded, Included(&70))
2438 t.range(Unbounded, Excluded(&70))
2444 t.range(Unbounded, Included(&-1))
2450 t.range(Unbounded, Excluded(&-1))
2607 let c = t.upper_bound(Unbounded);
2611 let c = t.upper_bound_mut(Unbounded);
2651 let c = t.lower_bound(Unbounded);
2655 let c = t.lower_bound_mut(Unbounded);