Home
last modified time | relevance | path

Searched defs:RangeMap (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/vulkano/src/
Drange_map.rs18 pub struct RangeMap<K, V> { struct
24 impl<K, V> Default for RangeMap<K, V> implementation
34 impl<K, V> RangeMap<K, V> implementation
560 impl<K, V> IntoIterator for RangeMap<K, V> { implementation
589 impl<K: Debug, V: Debug> Debug for RangeMap<K, V> implementation
599 impl<K, V> FromIterator<(Range<K>, V)> for RangeMap<K, V> implementation
611 impl<K, V> Extend<(Range<K>, V)> for RangeMap<K, V> implementation
948 impl<K, V> RangeMapExt<K, V> for RangeMap<K, V> implementation
/external/google-breakpad/src/processor/
Drange_map.h69 RangeMap() : merge_strategy_(MergeRangeStrategy::kExclusiveRanges), map_() {} in RangeMap() function
/external/guava/android/guava/src/com/google/common/collect/
DRangeMap.java40 public interface RangeMap<K extends Comparable, V> { interface
/external/guava/guava/src/com/google/common/collect/
DRangeMap.java42 public interface RangeMap<K extends Comparable, V> { interface
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h109 template<typename AddressType, typename EntryType> class RangeMap; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1307 std::map<OffsetRange, IndexList> RangeMap; in assignInits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1306 std::map<OffsetRange, IndexList> RangeMap; in assignInits() local