Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmodule_comparer.cc110 RangeMap<MemAddr, linked_ptr<BasicFunc> >::MapConstIterator iter1; in CompareModule()
111 StaticRangeMap<MemAddr, FastFunc>::MapConstIterator iter2; in CompareModule()
129 AddressMap<MemAddr, linked_ptr<BasicPubSymbol> >::MapConstIterator iter1; in CompareModule()
130 StaticAddressMap<MemAddr, FastPubSymbol>::MapConstIterator iter2; in CompareModule()
153 RangeMap<MemAddr, string>::MapConstIterator iter1; in CompareModule()
154 StaticRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareModule()
200 RangeMap<MemAddr, linked_ptr<BasicLine> >::MapConstIterator iter1; in CompareFunction()
201 StaticRangeMap<MemAddr, FastLine>::MapConstIterator iter2; in CompareFunction()
280 ContainedRangeMap<MemAddr, linked_ptr<WFI> >::MapConstIterator iter1; in CompareCRM()
281 StaticContainedRangeMap<MemAddr, char>::MapConstIterator iter2; in CompareCRM()
Drange_map-inl.h68 MapConstIterator iterator_base = map_.lower_bound(base); in StoreRange()
69 MapConstIterator iterator_high = map_.lower_bound(high); in StoreRange()
124 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
162 MapConstIterator iterator = map_.upper_bound(address); in RetrieveNearestRange()
191 MapConstIterator iterator = map_.begin(); in RetrieveRangeAtIndex()
Dstatic_range_map-inl.h48 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
89 MapConstIterator iterator = map_.upper_bound(address); in RetrieveNearestRange()
114 MapConstIterator iterator = map_.IteratorAtIndex(index); in RetrieveRangeAtIndex()
Dcontained_range_map-inl.h167 MapConstIterator iterator = map_->lower_bound(address); in RetrieveRange()
184 MapConstIterator end = map_->end(); in Clear()
185 for (MapConstIterator child = map_->begin(); child != end; ++child) in Clear()
Dstatic_address_map-inl.h56 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
Dstatic_address_map.h70 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
Dstatic_contained_range_map.h69 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Daddress_map.h76 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
Dstatic_contained_range_map-inl.h68 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
Daddress_map-inl.h74 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
Dstatic_range_map.h99 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Dcontained_range_map.h114 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
Drange_map.h121 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef