/third_party/boost/boost/intrusive/detail/ |
D | hook_traits.hpp | 58 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/ |
D | trivial_value_traits.hpp | 50 …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
|
D | derivation_value_traits.hpp | 61 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
|
D | member_value_traits.hpp | 66 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/ |
D | doc_recursive_member.cpp | 57 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
|
D | doc_function_hooks.cpp | 45 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
|
D | doc_stateful_value_traits.cpp | 43 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
|
D | doc_value_traits.cpp | 66 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
|
D | doc_advanced_value_traits.cpp | 60 …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/ |
D | nonhook_node.hpp | 103 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
|
D | custom_bucket_traits_test.cpp | 50 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
|
D | stateful_value_traits_test.cpp | 66 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
|
D | bptr_value.hpp | 200 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/ |
D | context.hpp | 495 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
|