Searched defs:to_node_ptr (Results 1 – 12 of 12) sorted by relevance
74 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function82 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function123 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function129 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function171 static node_ptr to_node_ptr(reference value) in to_node_ptr() function174 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
46 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function48 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
55 static node_ptr to_node_ptr(reference value) in to_node_ptr() function58 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
60 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function63 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
39 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function41 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
64 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function65 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
58 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function59 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
93 static node_ptr to_node_ptr(reference value) in to_node_ptr() function98 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
46 static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function48 static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
60 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function63 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
198 static const_node_ptr to_node_ptr(const_reference v) { return &v; } in to_node_ptr() function199 static node_ptr to_node_ptr(reference v) { return &v; } in to_node_ptr() function
71 static node_ptr to_node_ptr(const VoidPointer &p) in to_node_ptr() function in boost::container::dtl::basic_multiallocation_chain