Searched refs:nxt_node (Results 1 – 2 of 2) sorted by relevance
173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument175 node_ptr prev(NodeTraits::get_previous(nxt_node)); in link_before()177 NodeTraits::set_next(this_node, nxt_node); in link_before()181 NodeTraits::set_previous(nxt_node, this_node); in link_before()
239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() argument240 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()