HomeSort by relevance Sort by last modified time
    Searched defs:RetrieveRange (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/processor/
static_contained_range_map-inl.h 59 bool StaticContainedRangeMap<AddressType, EntryType>::RetrieveRange(
84 if (!child_map.RetrieveRange(address, entry))
static_range_map-inl.h 45 bool StaticRangeMap<AddressType, EntryType>::RetrieveRange(
79 // If address is within a range, RetrieveRange can handle it.
80 if (RetrieveRange(address, entry, entry_base, entry_size))
contained_range_map-inl.h 151 bool ContainedRangeMap<AddressType, EntryType>::RetrieveRange(
153 BPLOG_IF(ERROR, !entry) << "ContainedRangeMap::RetrieveRange requires "
174 if (!iterator->second->RetrieveRange(address, entry))
range_map-inl.h 118 bool RangeMap<AddressType, EntryType>::RetrieveRange(
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 78 milliseconds