Home
last modified time | relevance | path

Searched refs:init_header (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/container/detail/
Dblock_slist.hpp78 { slist_algo::init_header(&m_slist); } in block_slist_base()
114 slist_algo::init_header(&m_slist); in release()
Dblock_list.hpp84 { list_algo::init_header(&m_list); } in block_list_base()
130 list_algo::init_header(&m_list); in release()
/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp136 BOOST_INTRUSIVE_FORCEINLINE static void init_header(typename base_type::node_ptr n) in init_header() function
138 base_type::init_header(n); in init_header()
139 group_algorithms::init_header(n); in init_header()
Dcircular_list_algorithms.hpp94 BOOST_INTRUSIVE_FORCEINLINE static void init_header(node_ptr this_node) in init_header() function in boost::intrusive::circular_list_algorithms
221 init_header(this_node); in swap_nodes()
224 init_header(other_node); in swap_nodes()
Dlist.hpp183 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()
729 node_algorithms::init_header(this->get_root_node()); in clear()
756 node_algorithms::init_header(this->get_root_node()); in clear_and_dispose()
Dlinear_slist_algorithms.hpp144 BOOST_INTRUSIVE_FORCEINLINE static void init_header(const node_ptr & this_node) in init_header() function in boost::intrusive::linear_slist_algorithms
Dcircular_slist_algorithms.hpp144 BOOST_INTRUSIVE_FORCEINLINE static void init_header(node_ptr this_node) in init_header() function in boost::intrusive::circular_slist_algorithms
Drbtree_algorithms.hpp276 BOOST_INTRUSIVE_FORCEINLINE static void init_header(node_ptr header) in init_header() function in boost::intrusive::rbtree_algorithms
278 bstree_algo::init_header(header); in init_header()
Davltree_algorithms.hpp261 static void init_header(node_ptr header) in init_header() function in boost::intrusive::avltree_algorithms
263 bstree_algo::init_header(header); in init_header()
Dsgtree_algorithms.hpp134 static void init_header(node_ptr header);
Dbstree.hpp127 node_algorithms::init_header(this->header_ptr()); in bstbase3()
1586 node_algorithms::init_header(this->header_ptr()); in clear()
1605 node_algorithms::init_header(this->header_ptr()); in clear_and_dispose()
Dtreap_algorithms.hpp240 static void init_header(node_ptr header);
Dsplaytree_algorithms.hpp224 static void init_header(node_ptr header);
Dbstree_algorithms.hpp591 BOOST_INTRUSIVE_FORCEINLINE static void init_header(node_ptr header) in init_header() function in boost::intrusive::bstree_algorithms
616 init_header(header); in clear_and_dispose()
Dtreap.hpp1030 node_algorithms::init_header(this->tree_type::header_ptr()); in clear_and_dispose()
Dslist.hpp222 node_algorithms::init_header(this->get_root_node()); in set_default_constructed_state()
/third_party/boost/libs/intrusive/example/
Ddoc_slist_algorithms.cpp39 algo::init_header(&one); in main()
Ddoc_list_algorithms.cpp41 algo::init_header(&one); in main()
Ddoc_splaytree_algorithms.cpp54 algo::init_header(&header); in main()
Ddoc_splay_algorithms.cpp55 algo::init_header(&header); in main()
Ddoc_rbtree_algorithms.cpp59 algo::init_header(&header); in main()
Ddoc_avltree_algorithms.cpp61 algo::init_header(&header); in main()
Ddoc_treap_algorithms.cpp55 algo::init_header(&header); in main()
/third_party/boost/libs/container/src/
Dpool_resource.cpp40 { slist_algo::init_header(&free_slist); } in pool_data_t()
61 slist_algo::init_header(&free_slist); in release()