Home | History | Annotate | Download | only in src

Lines Matching full:removes_

1132         removes_(),
1143 ++removes_;
1163 bool has_edits() const { return adds_ || removes_; }
1177 if (removes_) {
1178 *ss << "-" << left_start_ << "," << (removes_ + common_);
1180 if (removes_ && adds_) {
1190 size_t adds_, removes_, common_;