Home
last modified time | relevance | path

Searched refs:get_root_node (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dlist.hpp130 node_ptr get_root_node() in get_root_node() function in boost::intrusive::list_impl
133 const_node_ptr get_root_node() const in get_root_node() function in boost::intrusive::list_impl
183 node_algorithms::init_header(this->get_root_node()); in list_impl()
196 node_algorithms::init_header(this->get_root_node()); in list_impl()
213 node_algorithms::init_header(this->get_root_node()); in list_impl()
231 node_algorithms::init_header(this->get_root_node()); in list_impl()
254 node_algorithms::init(this->get_root_node()); in ~list_impl()
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()
319 node_ptr to_erase = node_traits::get_previous(this->get_root_node()); in pop_back_and_dispose()
[all …]
Dslist.hpp175 { return node_ptr(linear ? node_ptr() : this->get_root_node()); } in get_end_node()
180 (linear ? const_node_ptr() : this->get_root_node()); } in get_end_node()
182 node_ptr get_root_node() in get_root_node() function in boost::intrusive::slist_impl
185 const_node_ptr get_root_node() const in get_root_node() function in boost::intrusive::slist_impl
221 node_algorithms::init_header(this->get_root_node()); in set_default_constructed_state()
224 this->set_last_node(this->get_root_node()); in set_default_constructed_state()
293 node_traits::set_next(this->get_root_node(), f); in slist_impl()
375 node_algorithms::init(this->get_root_node()); in ~slist_impl()
440 node_algorithms::link_after(this->get_root_node(), to_insert); in push_front()
491 node_ptr to_erase = node_traits::get_next(this->get_root_node()); in pop_front_and_dispose()
[all …]
/external/sdv/vsomeip/third_party/boost/intrusive/doc/
Dintrusive.qbk2585 circular_list_algorithms::link_after(to_insert, get_root_node());