Searched refs:transfer_after (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/intrusive/ |
D | circular_slist_algorithms.hpp | 133 static void transfer_after(node_ptr p, node_ptr b, node_ptr e); 285 base_t::transfer_after(e, i, nxt); in reverse()
|
D | linear_slist_algorithms.hpp | 133 static void transfer_after(const node_ptr & p, const node_ptr & b, const node_ptr & e);
|
D | slist.hpp | 1279 node_algorithms::transfer_after( prev_n, x.before_begin().pointed_node(), last_x_n); in splice_after() 2008 node_algorithms::transfer_after(prev_pos_n, before_f_n, before_l_n); in priv_splice_after() 2097 node_algorithms::transfer_after(other_bfirst, this_bfirst, this_old_last); in priv_swap_cache_last() 2105 node_algorithms::transfer_after(this_bfirst, this_old_last, other_old_last); in priv_swap_cache_last()
|
/third_party/boost/boost/intrusive/detail/ |
D | common_slist_algorithms.hpp | 89 static void transfer_after(node_ptr bp, node_ptr bb, node_ptr be) in transfer_after() function in boost::intrusive::detail::common_slist_algorithms
|