Searched refs:other_high (Results 1 – 1 of 1) sorted by relevance
/external/google-breakpad/src/processor/ |
D | range_map-inl.h | 89 AddressType other_high, other_size, other_delta; in StoreRangeInternal() local 90 other_high = iterator_base->first; in StoreRangeInternal() 91 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal() 131 AddressType other_high, other_size, other_delta; in StoreRangeInternal() local 132 other_high = iterator_high->first; in StoreRangeInternal() 133 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal() 145 AddressType other_high = iterator_high->first; in StoreRangeInternal() local 151 RetrieveRange(other_high, &other_entry, &other_base, &other_delta, in StoreRangeInternal() 154 map_.insert(MapValue(other_high, in StoreRangeInternal()
|