Lines Matching refs:const_node_ptr

38    typedef typename pointer_rebind<VoidPointer, const node>::type const_node_ptr;  typedef
50 typedef typename node::const_node_ptr const_node_ptr; typedef
52 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()
58 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous()
71 typedef typename node::const_node_ptr const_node_ptr; typedef
73 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()
88 typedef typename reduced_slist_node_traits::const_node_ptr const_node_ptr; typedef
93 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()
99 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_prev_in_group(const const_node_ptr & n) in get_prev_in_group()
105 BOOST_INTRUSIVE_FORCEINLINE static std::size_t get_hash(const const_node_ptr & n) in get_hash()
118 typedef typename node::const_node_ptr const_node_ptr; typedef
122 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
128 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
134 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()
140 BOOST_INTRUSIVE_FORCEINLINE static color get_color(const const_node_ptr & n) in get_color()
159 typedef typename node::const_node_ptr const_node_ptr; typedef
163 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
169 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
175 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()
181 BOOST_INTRUSIVE_FORCEINLINE static balance get_balance(const const_node_ptr & n) in get_balance()
203 typedef typename node::const_node_ptr const_node_ptr; typedef
205 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
211 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
217 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()
230 typedef typename node::const_node_ptr const_node_ptr; typedef in boost::intrusive::any_node_traits
243 typedef typename node::const_node_ptr const_node_ptr; typedef in boost::intrusive::any_algorithms
263 BOOST_INTRUSIVE_FORCEINLINE static bool inited(const const_node_ptr & node) in inited()
266 BOOST_INTRUSIVE_FORCEINLINE static bool unique(const const_node_ptr & node) in unique()