HomeSort by relevance Sort by last modified time
    Searched refs:AddressToRangeMap (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/processor/
contained_range_map.h 111 // AddressToRangeMap stores pointers. This makes reparenting simpler in
113 typedef std::map<AddressType, ContainedRangeMap *> AddressToRangeMap;
114 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
115 typedef typename AddressToRangeMap::iterator MapIterator;
116 typedef typename AddressToRangeMap::value_type MapValue;
122 AddressToRangeMap *map)
143 AddressToRangeMap *map_;
static_contained_range_map.h 64 // AddressToRangeMap stores pointers. This makes reparenting simpler in
68 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap;
69 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
90 AddressToRangeMap map_;
static_range_map.h 98 typedef StaticMap<AddressType, Range> AddressToRangeMap;
99 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
101 AddressToRangeMap map_;
range_map.h 120 typedef std::map<AddressType, Range> AddressToRangeMap;
121 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
122 typedef typename AddressToRangeMap::value_type MapValue;
125 AddressToRangeMap map_;
contained_range_map-inl.h 73 map_ = new AddressToRangeMap();
128 AddressToRangeMap *child_map = NULL;
134 child_map = new AddressToRangeMap(iterator_base, iterator_high);

Completed in 251 milliseconds