Home
last modified time | relevance | path

Searched defs:RangeSet (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/quiche/src/
Dranges.rs34 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/
DRangedConstraintManager.h76 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/
Drange_set.cpp11 RangeSet::RangeSet() {} in RangeSet() function in RangeSet
/external/guava/android/guava/src/com/google/common/collect/
DRangeSet.java55 public interface RangeSet<C extends Comparable> { interface
/external/guava/guava/src/com/google/common/collect/
DRangeSet.java55 public interface RangeSet<C extends Comparable> { interface
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp73 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/
DISLTools.cpp517 isl::set RangeSet = Range.extract_set(Map.get_space().range()); in intersectRange() local
/external/rust/crates/quiche/src/recovery/
Dmod.rs243 &mut self, ranges: &ranges::RangeSet, ack_delay: u64, in on_ack_received()