• Home
  • Raw
  • Download

Lines Matching refs:node_ptr

47    typedef typename pointer_rebind<VoidPointer, node >::type         node_ptr;  typedef
50 node_ptr parent_, left_, right_;
58 typedef typename pointer_rebind<VoidPointer, node >::type node_ptr; typedef
62 node_ptr parent_, left_, right_;
72 typedef typename node::node_ptr node_ptr; typedef
77 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
80 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const node_ptr & n) in get_parent()
83 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()
86 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
89 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const node_ptr & n) in get_left()
92 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()
95 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()
98 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const node_ptr & n) in get_right()
101 BOOST_INTRUSIVE_FORCEINLINE static void set_right(node_ptr n, node_ptr r) in set_right()
107 BOOST_INTRUSIVE_FORCEINLINE static color get_color(const node_ptr & n) in get_color()
110 BOOST_INTRUSIVE_FORCEINLINE static void set_color(const node_ptr & n, color c) in set_color()
126 typedef typename node::node_ptr node_ptr; typedef
129 typedef pointer_plus_bits<node_ptr, 1> ptr_bit;
133 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
136 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const node_ptr & n) in get_parent()
139 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()
142 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
145 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const node_ptr & n) in get_left()
148 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()
151 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()
154 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const node_ptr & n) in get_right()
157 BOOST_INTRUSIVE_FORCEINLINE static void set_right(node_ptr n, node_ptr r) in set_right()
163 BOOST_INTRUSIVE_FORCEINLINE static color get_color(const node_ptr & n) in get_color()
166 BOOST_INTRUSIVE_FORCEINLINE static void set_color(const node_ptr & n, color c) in set_color()