Searched refs:old_size_ (Results 1 – 2 of 2) sorted by relevance
31 old_size_(old_size), in DiffEncoder()54 uint64_t old_size_; variable
46 static_cast<uint64_t>(old_pos_) + entry.diff_size > old_size_)) { in AddControlEntry()49 << ") is out of bounds [0, " << old_size_ << ")"; in AddControlEntry()