Searched refs:last_to_remove (Results 1 – 2 of 2) sorted by relevance
125 node_ptr last_to_remove = bcur; in stable_partition() local135 node_traits::set_next(last_to_remove, cur); in stable_partition()136 last_to_remove = cur; in stable_partition()149 node_traits::set_next(last_to_remove, new_f); in stable_partition()153 node_traits::set_next(last_to_remove, new_f); in stable_partition()
396 node_ptr last_to_remove = bcur; in stable_partition() local406 node_traits::set_next (last_to_remove, cur); in stable_partition()407 node_traits::set_previous(cur, last_to_remove); in stable_partition()408 last_to_remove = cur; in stable_partition()422 node_traits::set_next (last_to_remove, new_f); in stable_partition()423 node_traits::set_previous(new_f, last_to_remove); in stable_partition()427 node_traits::set_next(last_to_remove, new_f); in stable_partition()428 node_traits::set_previous(new_f, last_to_remove); in stable_partition()