Lines Matching refs:old_node
2822 const auto transfer_and_delete = [&](node_type *old_node,
2824 new_node->transfer_n(old_node->count(), new_node->start(),
2825 old_node->start(), old_node, alloc);
2826 new_node->set_finish(old_node->finish());
2827 old_node->set_finish(old_node->start());
2828 new_node->set_generation(old_node->generation());
2829 node_type::clear_and_delete(old_node, alloc);
2860 node_type *old_node = iter.node_;
2861 const bool was_rightmost = rightmost() == old_node;
2862 const bool was_leftmost = leftmost() == old_node;
2863 node_type *parent = old_node->parent();
2864 const field_type position = old_node->position();
2867 transfer_and_delete(old_node, new_node);