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

/external/google-breakpad/src/processor/
H A Dstatic_contained_range_map.h64 // AddressToRangeMap stores pointers. This makes reparenting simpler in
68 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef in class:google_breakpad::StaticContainedRangeMap
69 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
90 AddressToRangeMap map_;
H A Dcontained_range_map.h111 // AddressToRangeMap stores pointers. This makes reparenting simpler in
113 typedef std::map<AddressType, ContainedRangeMap *> AddressToRangeMap; typedef in class:google_breakpad::ContainedRangeMap
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_;
H A Dstatic_range_map.h98 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef in class:google_breakpad::StaticRangeMap
99 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
101 AddressToRangeMap map_;
H A Drange_map.h120 typedef std::map<AddressType, Range> AddressToRangeMap; typedef in class:google_breakpad::RangeMap
121 typedef typename AddressToRangeMap::const_iterator MapConstIterator;
122 typedef typename AddressToRangeMap::value_type MapValue;
125 AddressToRangeMap map_;
H A Dcontained_range_map-inl.h73 map_ = new AddressToRangeMap();
128 AddressToRangeMap *child_map = NULL;
134 child_map = new AddressToRangeMap(iterator_base, iterator_high);

Completed in 38 milliseconds