Searched refs:MapConstIterator (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/processor/ |
D | module_comparer.cc | 110 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()
|
D | range_map-inl.h | 68 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()
|
D | static_range_map-inl.h | 48 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()
|
D | contained_range_map-inl.h | 167 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()
|
D | static_address_map-inl.h | 56 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
|
D | static_address_map.h | 70 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
|
D | static_contained_range_map.h | 69 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
|
D | address_map.h | 76 typedef typename AddressToEntryMap::const_iterator MapConstIterator; typedef
|
D | static_contained_range_map-inl.h | 68 MapConstIterator iterator = map_.lower_bound(address); in RetrieveRange()
|
D | address_map-inl.h | 74 MapConstIterator iterator = map_.upper_bound(address); in Retrieve()
|
D | static_range_map.h | 99 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
|
D | contained_range_map.h | 114 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
|
D | range_map.h | 121 typedef typename AddressToRangeMap::const_iterator MapConstIterator; typedef
|