Home
last modified time | relevance | path

Searched refs:last_to_remove (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp125 node_ptr last_to_remove = bcur; in stable_partition() local
135 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()
/third_party/boost/boost/intrusive/
Dcircular_list_algorithms.hpp396 node_ptr last_to_remove = bcur; in stable_partition() local
406 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()