Searched refs:AddressToRangeMap (Results 1 – 5 of 5) sorted by relevance
113 typedef std::map<AddressType, ContainedRangeMap *> AddressToRangeMap; typedef114 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_;
120 typedef std::map<AddressType, Range> AddressToRangeMap; typedef121 typedef typename AddressToRangeMap::const_iterator MapConstIterator;122 typedef typename AddressToRangeMap::value_type MapValue;125 AddressToRangeMap map_;
68 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef69 typedef typename AddressToRangeMap::const_iterator MapConstIterator;90 AddressToRangeMap map_;
98 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef99 typedef typename AddressToRangeMap::const_iterator MapConstIterator;101 AddressToRangeMap map_;
73 map_ = new AddressToRangeMap(); in StoreRange()128 AddressToRangeMap *child_map = NULL; in StoreRange()134 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange()