Searched refs:next_to_it (Results 1 – 2 of 2) sorted by relevance
292 node_ptr old_last(first), next_to_it, new_last(p); in move_first_n_forward() local294 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()
361 node_ptr old_last(first), next_to_it, new_last(p); in move_forward() local363 while(p != (next_to_it = node_traits::get_next(old_last))){ in move_forward()366 old_last = next_to_it; in move_forward()