Home
last modified time | relevance | path

Searched refs:AddressToRangeMap (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dcontained_range_map.h113 typedef std::map<AddressType, ContainedRangeMap *> AddressToRangeMap; typedef
114 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
115 typedef typename AddressToRangeMap::iterator MapIterator;
116 typedef typename AddressToRangeMap::value_type MapValue;
122 AddressToRangeMap *map) in ContainedRangeMap()
143 AddressToRangeMap *map_;
Drange_map.h120 typedef std::map<AddressType, Range> AddressToRangeMap; typedef
121 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
122 typedef typename AddressToRangeMap::value_type MapValue;
125 AddressToRangeMap map_;
Dstatic_contained_range_map.h68 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef
69 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
90 AddressToRangeMap map_;
Dstatic_range_map.h98 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef
99 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
101 AddressToRangeMap map_;
Dcontained_range_map-inl.h73 map_ = new AddressToRangeMap(); in StoreRange()
128 AddressToRangeMap *child_map = NULL; in StoreRange()
134 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange()