Searched refs:link_before (Results 1 – 5 of 5) sorted by relevance
45 algo::link_before(&one, &two); in main()
173 BOOST_INTRUSIVE_FORCEINLINE static void link_before(node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_list_algorithms331 link_before(first, p); in move_backwards()
272 node_algorithms::link_before(this->get_root_node(), to_insert); in push_back()290 node_algorithms::link_before(node_traits::get_next(this->get_root_node()), to_insert); in push_front()829 node_algorithms::link_before(p.pointed_node(), to_insert); in insert()
239 BOOST_INTRUSIVE_FORCEINLINE static void link_before (node_ptr nxt_node, node_ptr this_node) in link_before() function in boost::intrusive::circular_slist_algorithms
611 link_before(that->m_next); in link_after()615 void link_before(semaphore* that) BOOST_NOEXCEPT in link_before() function675 sem->link_before(m_head); in push_front()784 m_wait_semaphores.eject()->link_before(sem); in notify_all()