HomeSort by relevance Sort by last modified time
    Searched defs:RangeMap (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/processor/
range_map.h 53 class RangeMap {
55 RangeMap() : map_() {}
90 // Returns the number of ranges stored in the RangeMap.
112 // be stored, because RangeMap uses it as the key to the map.
  /external/guava/guava/src/com/google/common/collect/
RangeMap.java 36 public interface RangeMap<K extends Comparable, V> {
56 * in this {@code RangeMap}.
74 * Puts all the associations from {@code rangeMap} into this range map (optional operation).
76 void putAll(RangeMap<K, V> rangeMap);
103 * <p>For example, if {@code rangeMap} had the entries
105 * then {@code rangeMap.subRangeMap(Range.open(3, 12))} would return a range map
114 RangeMap<K, V> subRangeMap(Range<K> range);
117 * Returns {@code true} if {@code obj} is another {@code RangeMap} that has an equivalent
  /external/v8/src/profiler/
allocation-tracker.h 91 typedef std::map<Address, RangeStack> RangeMap;
95 RangeMap ranges_;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp     [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 474 milliseconds