Home
last modified time | relevance | path

Searched defs:AddressToRangeMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstatic_contained_range_map.h73 StaticMap<AddressType, StaticContainedRangeMap> AddressToRangeMap; typedef
H A Dstatic_range_map.h97 typedef StaticMap<AddressType, Range> AddressToRangeMap; typedef
H A Dcontained_range_map.h119 typedef std::map<AddressType, ContainedRangeMap*> AddressToRangeMap; typedef
H A Drange_map.h156 typedef std::map<AddressType, Range> AddressToRangeMap; typedef