Home
last modified time | relevance | path

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

/third_party/boost/boost/intrusive/
Dlinear_slist_algorithms.hpp292 node_ptr old_last(first), next_to_it, new_last(p); in move_first_n_forward() local
294 while(!!(next_to_it = node_traits::get_next(old_last))){ in move_first_n_forward()
297 old_last = next_to_it; in move_first_n_forward()
Dcircular_slist_algorithms.hpp361 node_ptr old_last(first), next_to_it, new_last(p); in move_forward() local
363 while(p != (next_to_it = node_traits::get_next(old_last))){ in move_forward()
366 old_last = next_to_it; in move_forward()