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

/external/google-breakpad/src/processor/
H A Dstatic_contained_range_map-inl.h59 bool StaticContainedRangeMap<AddressType, EntryType>::RetrieveRange( function in class:google_breakpad::StaticContainedRangeMap
84 if (!child_map.RetrieveRange(address, entry))
H A Dstatic_range_map-inl.h45 bool StaticRangeMap<AddressType, EntryType>::RetrieveRange( function in class:google_breakpad::StaticRangeMap
79 // If address is within a range, RetrieveRange can handle it.
80 if (RetrieveRange(address, entry, entry_base, entry_size))
H A Dcontained_range_map-inl.h151 bool ContainedRangeMap<AddressType, EntryType>::RetrieveRange( function in class:google_breakpad::ContainedRangeMap
153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires "
174 if (!iterator->second->RetrieveRange(address, entry))
H A Drange_map-inl.h118 bool RangeMap<AddressType, EntryType>::RetrieveRange( function in class:google_breakpad::RangeMap
121 BPLOG_IF(ERROR, !entry) << "RangeMap::RetrieveRange requires |entry|";
153 // If address is within a range, RetrieveRange can handle it.
154 if (RetrieveRange(address, entry, entry_base, entry_size))

Completed in 115 milliseconds