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

/external/google-breakpad/src/processor/
H A Dstatic_range_map.h30 // static_range_map.h: StaticRangeMap.
32 // StaticRangeMap is similar as RangeMap. However, StaticRangeMap wraps a
34 // StoreRange(...). StaticRangeMap provides same Retrieve*() interfaces as
50 class StaticRangeMap { class in namespace:google_breakpad
52 StaticRangeMap(): map_() { } function in class:google_breakpad::StaticRangeMap
53 explicit StaticRangeMap(const char *memory): map_(memory) { } function in class:google_breakpad::StaticRangeMap
97 typedef StaticRangeMap* SelfPtr;

Completed in 426 milliseconds