Home
last modified time | relevance | path

Searched defs:range_map_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h632 RangeMap<uint64_t, unsigned int>* range_map_; variable
689 RangeMap<uint64_t, unsigned int>* range_map_; variable
945 RangeMap<uint64_t, unsigned int>* range_map_; variable
1090 RangeMap<uint64_t, unsigned int>* range_map_; variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dmap_serializers_unittest.cc213 google_breakpad::RangeMap<AddrType, EntryType> range_map_; member in TestRangeMapSerializer