Home
last modified time | relevance | path

Searched defs:node_base (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/iterator/example/
Dnode.hpp11 struct node_base struct
13 node_base() : m_next(0) {} in node_base() function
15 virtual ~node_base() in ~node_base() argument
20 node_base* next() const in next() argument
28 void append(node_base* p) in append() argument
37 node_base* m_next; argument
/third_party/boost/boost/log/attributes/
Dattribute_value_set.hpp101 struct node_base struct in boost::attribute_value_set
103 node_base* m_pPrev;
104 node_base* m_pNext;
Dattribute_set.hpp125 struct node_base struct in boost::attribute_set
127 node_base* m_pPrev;
128 node_base* m_pNext;
/third_party/boost/boost/xpressive/detail/core/
Dlist.hpp35 struct node_base struct
37 node_base *_prev;
38 node_base *_next;
/third_party/boost/boost/log/detail/
Dthreadsafe_queue.hpp56 struct node_base struct
58 pointer_storage next;
/third_party/boost/libs/log/src/
Dattribute_set.cpp43 inline attribute_set::node_base::node_base() : in node_base() function in boost::attribute_set::node_base
Dattribute_value_set.cpp36 BOOST_FORCEINLINE attribute_value_set::node_base::node_base() : in node_base() function in boost::attribute_value_set::node_base
/third_party/boost/boost/container/
Dstable_vector.hpp109 struct node_base struct
113 pointer_traits<VoidPtr> void_ptr_traits;
116 <node_base>::type node_base_ptr;
121 <node_base_ptr>::type node_base_ptr_ptr;
124 BOOST_CONTAINER_FORCEINLINE explicit node_base(const node_base_ptr_ptr &n) in node_base() argument
128 BOOST_CONTAINER_FORCEINLINE node_base() in node_base() function
132 node_base_ptr_ptr up;
/third_party/boost/boost/heap/detail/
Dheap_node.hpp159 typedef heap_node_base<!constant_time_child_size> node_base; typedef