Searched refs:old_pos_ (Results 1 – 6 of 6) sorted by relevance
45 (old_pos_ < 0 || in AddControlEntry()46 static_cast<uint64_t>(old_pos_) + entry.diff_size > old_size_)) { in AddControlEntry()47 LOG(ERROR) << "The pointer in the old stream [" << old_pos_ << ", " in AddControlEntry()48 << (static_cast<uint64_t>(old_pos_) + entry.diff_size) in AddControlEntry()60 diff[i] = new_buf_[written_output_ + i] - old_buf_[old_pos_ + i]; in AddControlEntry()74 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntry()
83 remaining.offset_increment += old_pos_; in AddControlEntry()84 old_pos_ = 0; in AddControlEntry()88 if (old_pos_ != 0) { in AddControlEntry()90 ControlEntry(0, 0, old_pos_))) in AddControlEntry()96 old_pos_ += remaining.offset_increment; in AddControlEntry()144 old_pos_ += entry.diff_size + entry.offset_increment; in AddControlEntryToCurrentPatch()
62 int64_t old_pos_{0};
80 uint64_t old_pos_{0};
120 uptr old_pos_ = pos_; in ParseString() local127 pos_ = old_pos_; in ParseString()
140 uptr old_pos_ = pos_; in ParseString() local147 pos_ = old_pos_; in ParseString()