Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dcontained_range_map.h119 typedef std::map<AddressType, ContainedRangeMap*> AddressToRangeMap; typedef
120 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
121 typedef typename AddressToRangeMap::iterator MapIterator;
122 typedef typename AddressToRangeMap::value_type MapValue;
129 AddressToRangeMap* map, in ContainedRangeMap()
154 AddressToRangeMap* map_;
H A Drange_map.h156 typedef std::map<AddressType, Range> AddressToRangeMap; typedef
157 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
158 typedef typename AddressToRangeMap::value_type MapValue;
163 AddressToRangeMap map_;
H A Dstatic_contained_range_map.h73 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef
74 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
95 AddressToRangeMap map_;
H A Dstatic_range_map.h97 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef
98 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
100 AddressToRangeMap map_;
H A Dcontained_range_map-inl.h72 map_ = new AddressToRangeMap(); in StoreRange()
129 AddressToRangeMap* child_map = NULL; in StoreRange()
135 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange()