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

  /external/google-breakpad/src/processor/
contained_range_map-inl.h 57 bool ContainedRangeMap<AddressType, EntryType>::StoreRange(
67 // BPLOG(INFO) << "StoreRange failed, " << HexString(base) << "+"
89 // BPLOG(INFO) << "StoreRange failed, identical range is already "
95 return iterator_base->second->StoreRange(base, size, entry);
112 // BPLOG(INFO) << "StoreRange failed, new range partially contains "
range_map-inl.h 50 bool RangeMap<AddressType, EntryType>::StoreRange(const AddressType &base,
60 BPLOG_IF(INFO, size != 0) << "StoreRange failed, " << HexString(base) <<
81 // BPLOG(INFO) << "StoreRange failed, an existing range is contained by or "
101 // BPLOG(INFO) << "StoreRange failed, an existing range contains or "

Completed in 207 milliseconds