Home
last modified time | relevance | path

Searched refs:to_hook_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp33 static hook_ptr to_hook_ptr (value_type &value);
34 static const_hook_ptr to_hook_ptr(const value_type &value);
53 inline Functor::hook_ptr Functor::to_hook_ptr (Functor::value_type &value) in to_hook_ptr() function in Functor
55 inline Functor::const_hook_ptr Functor::to_hook_ptr(const Functor::value_type &value) in to_hook_ptr() function in Functor
Ddoc_function_hooks.cpp41 static hook_ptr to_hook_ptr (value_type &value) in to_hook_ptr() function
43 static const_hook_ptr to_hook_ptr(const value_type &value) in to_hook_ptr() function
/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp172 { return static_cast<node*>(boost::movelib::to_raw_pointer(Functor::to_hook_ptr(value))); } in to_node_ptr()
175 …{ return static_cast<const node*>(boost::movelib::to_raw_pointer(Functor::to_hook_ptr(value))); } in to_node_ptr()
178 { return Functor::to_value_ptr(to_hook_ptr(n)); } in to_value_ptr()
181 { return Functor::to_value_ptr(to_hook_ptr(n)); } in to_value_ptr()
184 static hook_ptr to_hook_ptr(const node_ptr & n) in to_hook_ptr() function
187 static const_hook_ptr to_hook_ptr(const const_node_ptr & n) in to_hook_ptr() function
/third_party/boost/libs/intrusive/test/
Dfunction_hook_test.cpp55 static hook_ptr to_hook_ptr (value_type &value)\
57 static const_hook_ptr to_hook_ptr(const value_type &value)\
88 static hook_ptr to_hook_ptr (value_type &value)\
90 static const_hook_ptr to_hook_ptr(const value_type &value)\
/third_party/boost/boost/fiber/
Dcontext.hpp85 static hook_ptr to_hook_ptr( value_type &value);
86 static const_hook_ptr to_hook_ptr( value_type const& value);
485 wait_functor::hook_ptr wait_functor::to_hook_ptr( wait_functor::value_type & value) { in to_hook_ptr() function in boost::fibers::detail::wait_functor
490 wait_functor::const_hook_ptr wait_functor::to_hook_ptr( wait_functor::value_type const& value) { in to_hook_ptr() function in boost::fibers::detail::wait_functor
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk2235 static hook_ptr to_hook_ptr (value_type &value);
2236 static const_hook_ptr to_hook_ptr(const value_type &value);
2533 static my_slist_base_hook *to_hook_ptr(node_ptr p)
2624 { static_cast<value_type*>(slist_base_hook::to_hook_ptr(n)); }