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

/external/google-breakpad/src/processor/
H A Dstatic_address_map.h30 // static_address_map.h: StaticAddressMap.
32 // StaticAddressMap is a wrapper class of StaticMap, just as AddressMap wraps
33 // std::map. StaticAddressMap provides read-only Retrieve() operation, similar
34 // as AddressMap. However, the difference between StaticAddressMap and
35 // AddressMap is that StaticAddressMap does not support dynamic operation
52 class StaticAddressMap { class in namespace:google_breakpad
54 StaticAddressMap(): map_() { } function in class:google_breakpad::StaticAddressMap
55 explicit StaticAddressMap(const char *map_data): map_(map_data) { } function in class:google_breakpad::StaticAddressMap
68 typedef StaticAddressMap* SelfPtr;

Completed in 75 milliseconds