Searched defs:RangeSet (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/quiche/src/ |
D | ranges.rs | 34 pub struct RangeSet { struct 40 impl RangeSet { impl 156 impl Default for RangeSet { implementation 165 impl PartialEq<Range<u64>> for RangeSet { implementation 184 impl std::fmt::Debug for RangeSet { implementation
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | RangedConstraintManager.h | 76 RangeSet(PrimRangeSet RS) : ranges(RS) {} in RangeSet() function 93 RangeSet(Factory &F, const llvm::APSInt &from, const llvm::APSInt &to) in RangeSet() function 97 RangeSet(Factory &F, const llvm::APSInt &point) : RangeSet(F, point, point) {} in RangeSet() function
|
/external/pdfium/testing/ |
D | range_set.cpp | 11 RangeSet::RangeSet() {} in RangeSet() function in RangeSet
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | RangeSet.java | 55 public interface RangeSet<C extends Comparable> { interface
|
/external/guava/guava/src/com/google/common/collect/ |
D | RangeSet.java | 55 public interface RangeSet<C extends Comparable> { interface
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 73 class RangeSet { class 82 RangeSet(PrimRangeSet RS) : ranges(RS) {} in RangeSet() function in __anonb55f1c850111::RangeSet 99 RangeSet(Factory &F, const llvm::APSInt &from, const llvm::APSInt &to) in RangeSet() function in __anonb55f1c850111::RangeSet
|
/external/llvm-project/polly/lib/Support/ |
D | ISLTools.cpp | 517 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange() local
|
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 243 &mut self, ranges: &ranges::RangeSet, ack_delay: u64, in on_ack_received()
|