Home
last modified time | relevance | path

Searched defs:to_node_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp74 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function
82 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
123 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function
129 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
171 static node_ptr to_node_ptr(reference value) in to_node_ptr() function
174 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
/third_party/boost/boost/intrusive/
Dtrivial_value_traits.hpp46 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function
48 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
Dderivation_value_traits.hpp55 static node_ptr to_node_ptr(reference value) in to_node_ptr() function
58 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
Dmember_value_traits.hpp60 BOOST_INTRUSIVE_FORCEINLINE static node_ptr to_node_ptr(reference value) in to_node_ptr() function
63 BOOST_INTRUSIVE_FORCEINLINE static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
/third_party/boost/libs/intrusive/example/
Ddoc_stateful_value_traits.cpp39 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function
41 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
Ddoc_value_traits.cpp64 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function
65 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
Ddoc_advanced_value_traits.cpp58 static node_ptr to_node_ptr (value_type &value) { return node_ptr(&value); } in to_node_ptr() function
59 static const_node_ptr to_node_ptr (const value_type &value) { return const_node_ptr(&value); } in to_node_ptr() function
/third_party/boost/libs/intrusive/test/
Dnonhook_node.hpp93 static node_ptr to_node_ptr(reference value) in to_node_ptr() function
98 static const_node_ptr to_node_ptr(const_reference value) in to_node_ptr() function
Dcustom_bucket_traits_test.cpp46 static node_ptr to_node_ptr (value_type &value) in to_node_ptr() function
48 static const_node_ptr to_node_ptr (const value_type &value) in to_node_ptr() function
Dstateful_value_traits_test.cpp60 node_ptr to_node_ptr (value_type &value) const in to_node_ptr() function
63 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr() function
Dbptr_value.hpp198 static const_node_ptr to_node_ptr(const_reference v) { return &v; } in to_node_ptr() function
199 static node_ptr to_node_ptr(reference v) { return &v; } in to_node_ptr() function
/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp71 static node_ptr to_node_ptr(const VoidPointer &p) in to_node_ptr() function in boost::container::dtl::basic_multiallocation_chain