Searched defs:AddressToEntryMap (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
H A Daddress_map.h75 typedef std::map<AddressType, EntryType> AddressToEntryMap; typedef in class:google_breakpad::AddressMap
76 typedef typename AddressToEntryMap::const_iterator MapConstIterator;
77 typedef typename AddressToEntryMap::value_type MapValue;
80 AddressToEntryMap map_;
H A Dstatic_address_map.h69 typedef StaticMap<AddressType, EntryType> AddressToEntryMap; typedef in class:google_breakpad::StaticAddressMap
70 typedef typename AddressToEntryMap::const_iterator MapConstIterator;
72 AddressToEntryMap map_;

Completed in 280 milliseconds