Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dcircular_list_algorithms.hpp173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() argument
175 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()
Dcircular_slist_algorithms.hpp239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() argument
240 { base_t::link_after(get_previous_node(nxt_node), this_node); } in link_before()