Home
last modified time | relevance | path

Searched defs:to_value_ptr (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp58 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
66 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
135 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
142 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
177 static pointer to_value_ptr(const node_ptr & n) in to_value_ptr() function
180 static const_pointer to_value_ptr(const const_node_ptr & n) in to_value_ptr() function
/third_party/boost/boost/intrusive/
Dtrivial_value_traits.hpp50 …BOOST_INTRUSIVE_FORCEINLINE static const pointer & to_value_ptr(const node_ptr &n) { … in to_value_ptr() function
51 …BOOST_INTRUSIVE_FORCEINLINE static const const_pointer &to_value_ptr(const const_node_ptr &n) { … in to_value_ptr() function
Dderivation_value_traits.hpp61 static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function
66 static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
Dmember_value_traits.hpp66 BOOST_INTRUSIVE_FORCEINLINE static pointer to_value_ptr(const node_ptr &n) in to_value_ptr() function
72 BOOST_INTRUSIVE_FORCEINLINE static const_pointer to_value_ptr(const const_node_ptr &n) in to_value_ptr() function
/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp57 inline Functor::pointer Functor::to_value_ptr(Functor::hook_ptr n) in to_value_ptr() function in Functor
59 inline Functor::const_pointer Functor::to_value_ptr(Functor::const_hook_ptr n) in to_value_ptr() function in Functor
Ddoc_function_hooks.cpp45 static pointer to_value_ptr(hook_ptr n) in to_value_ptr() function
52 static const_pointer to_value_ptr(const_hook_ptr n) in to_value_ptr() function
Ddoc_stateful_value_traits.cpp43 pointer to_value_ptr(node_ptr n) const in to_value_ptr() function
45 const_pointer to_value_ptr(const_node_ptr n) const in to_value_ptr() function
Ddoc_value_traits.cpp66 static pointer to_value_ptr(node_ptr n) { return pointer(n); } in to_value_ptr() function
67 static const_pointer to_value_ptr(const_node_ptr n) { return const_pointer(n); } in to_value_ptr() function
Ddoc_advanced_value_traits.cpp60 …static pointer to_value_ptr(node_ptr n) { return static_cast<value_type*>(n);… in to_value_ptr() function
61 …static const_pointer to_value_ptr(const_node_ptr n) { return static_cast<const value_type… in to_value_ptr() function
/third_party/boost/libs/intrusive/test/
Dnonhook_node.hpp103 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function
110 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
Dcustom_bucket_traits_test.cpp50 static pointer to_value_ptr(node_ptr n) in to_value_ptr() function
52 static const_pointer to_value_ptr(const_node_ptr n) in to_value_ptr() function
Dstateful_value_traits_test.cpp66 pointer to_value_ptr(const node_ptr &n) const in to_value_ptr() function
69 const_pointer to_value_ptr(const const_node_ptr &n) const in to_value_ptr() function
Dbptr_value.hpp200 static const_pointer to_value_ptr(const_node_ptr p) { return p; } in to_value_ptr() function
201 static pointer to_value_ptr(node_ptr p) { return p; } in to_value_ptr() function
/third_party/boost/boost/fiber/
Dcontext.hpp495 wait_functor::pointer wait_functor::to_value_ptr( wait_functor::hook_ptr n) { in to_value_ptr() function in boost::fibers::detail::wait_functor
500 wait_functor::const_pointer wait_functor::to_value_ptr( wait_functor::const_hook_ptr n) { in to_value_ptr() function in boost::fibers::detail::wait_functor