Lines Matching refs:to_erase
761 void remove_values(field_type i, field_type to_erase, allocator_type *alloc);
1555 const field_type to_erase,
1558 value_destroy_n(i, to_erase, alloc);
1560 const field_type src_i = i + to_erase;
1565 for (int j = 0; j < to_erase; ++j) {
1569 for (int j = i + to_erase + 1; j <= orig_finish; ++j) {
1570 set_child(j - to_erase, child(j));
1574 set_finish(orig_finish - to_erase);
2193 const size_type to_erase =
2195 begin.node->remove_values(begin.position, to_erase, mutable_allocator());
2196 size_ -= to_erase;