Home
last modified time | relevance | path

Searched refs:slist_node (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/container/detail/
Dblock_slist.hpp40 struct slist_node struct
42 slist_node *next; argument
47 typedef slist_node node;
48 typedef slist_node* node_ptr;
49 typedef const slist_node* const_node_ptr;
59 : public slist_node
69 slist_node m_slist;
106 slist_node *n = slist_algo::node_traits::get_next(&m_slist); in release()
/third_party/boost/boost/intrusive/detail/
Dslist_node.hpp33 struct slist_node struct
35 typedef typename pointer_rebind<VoidPointer, slist_node>::type node_ptr; argument
45 typedef slist_node<VoidPointer> node;
/third_party/boost/libs/container/src/
Dpool_resource.cpp47 slist_node *pv = slist_algo::node_traits::get_next(&free_slist); in allocate_block()
49 pv->~slist_node(); in allocate_block()
55 slist_node *pv = ::new(p, boost_container_new_t()) slist_node(); in deallocate_block()
79 slist_node *const pv = ::new(p, boost_container_new_t()) slist_node(); in replenish()
91 slist_node free_slist;
/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp36 : public slist_node<VoidPointer>
48 : public slist_node<VoidPointer>
59 : public slist_node<VoidPointer>
Dhashtable.hpp373 typedef typename reduced_node_traits::node slist_node; typedef
638 typedef typename pointer_traits<SlistNodePtr>::element_type slist_node; typedef
646 BOOST_INTRUSIVE_FORCEINLINE typename base_t::node_ptr operator()(const slist_node &to_clone) in operator ()()
/third_party/boost/boost/container/
Dslist.hpp76 struct slist_node struct
117 BOOST_CONTAINER_FORCEINLINE ~slist_node() in ~slist_node() argument
131 struct iiterator_node_value_type< slist_node<T,VoidPointer> > {
144 typedef typename dtl::slist_node