Home
last modified time | relevance | path

Searched refs:MapConstIterator (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/processor/
Dmodule_comparer.cc113 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1; in CompareModule()
114 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2; in CompareModule()
132 AddressMap<MemAddr, linked_ptr<BasicPubSymbol> >::MapConstIterator iter1; in CompareModule()
133 StaticAddressMap<MemAddr, FastPubSymbol>::MapConstIterator iter2; in CompareModule()
156 RangeMap<MemAddr, string>::MapConstIterator iter1; in CompareModule()
157 StaticRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareModule()
203 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1; in CompareFunction()
204 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2; in CompareFunction()
283 ContainedRangeMap<MemAddr, linked_ptr<WFI> >::MapConstIterator iter1; in CompareCRM()
284 StaticContainedRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareCRM()
Dstatic_range_map-inl.h47 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
88 MapConstIterator iterator = map_.upper_bound(address); in RetrieveNearestRange()
113 MapConstIterator iterator = map_.IteratorAtIndex(index); in RetrieveRangeAtIndex()
Drange_map-inl.h81 MapConstIterator iterator_base = map_.lower_bound(base); in StoreRangeInternal()
82 MapConstIterator iterator_high = map_.lower_bound(high); in StoreRangeInternal()
194 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
234 MapConstIterator iterator = map_.upper_bound(address); in RetrieveNearestRange()
265 MapConstIterator iterator = map_.begin(); in RetrieveRangeAtIndex()
Dcontained_range_map-inl.h170 MapConstIterator iterator = map_->lower_bound(address); in RetrieveRange()
201 MapConstIterator end = map_->end(); in Clear()
202 for (MapConstIterator child = map_->begin(); child != end; ++child) in Clear()
Dstatic_contained_range_map-inl.h67 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
93 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRanges()
Dstatic_address_map-inl.h55 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
Dstatic_address_map.h69 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
Dstatic_contained_range_map.h74 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Daddress_map.h75 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
Daddress_map-inl.h73 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
Dstatic_range_map.h98 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Dcontained_range_map.h120 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Drange_map.h157 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef