Searched refs:AddressToRangeMap (Results 1 – 5 of 5) sorted by relevance
119 typedef std::map<AddressType, ContainedRangeMap*> AddressToRangeMap; typedef120 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_;
156 typedef std::map<AddressType, Range> AddressToRangeMap; typedef157 typedef typename AddressToRangeMap::const_iterator MapConstIterator;158 typedef typename AddressToRangeMap::value_type MapValue;163 AddressToRangeMap map_;
73 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef74 typedef typename AddressToRangeMap::const_iterator MapConstIterator;95 AddressToRangeMap map_;
97 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef98 typedef typename AddressToRangeMap::const_iterator MapConstIterator;100 AddressToRangeMap map_;
72 map_ = new AddressToRangeMap(); in StoreRange()129 AddressToRangeMap* child_map = NULL; in StoreRange()135 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange()