Home
last modified time | relevance | path

Searched refs:move_backwards (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/intrusive/
Dcircular_slist_algorithms.hpp297 static node_ptr move_backwards(node_ptr p, std::size_t n) in move_backwards() function in boost::intrusive::circular_slist_algorithms
Dcircular_list_algorithms.hpp319 static void move_backwards(node_ptr p, std::size_t n) in move_backwards() function in boost::intrusive::circular_list_algorithms
Dlist.hpp577 { node_algorithms::move_backwards(this->get_root_node(), n); } in shift_forward()
Dslist.hpp2054 node_ptr l = node_algorithms::move_backwards(this->get_root_node(), (std::size_t)n); in priv_shift_forward()