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

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

Completed in 174 milliseconds