Searched refs:to_hook_ptr (Results 1 – 6 of 6) sorted by relevance
33 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 Functor55 inline Functor::const_hook_ptr Functor::to_hook_ptr(const Functor::value_type &value) in to_hook_ptr() function in Functor
41 static hook_ptr to_hook_ptr (value_type &value) in to_hook_ptr() function43 static const_hook_ptr to_hook_ptr(const value_type &value) in to_hook_ptr() function
172 { 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() function187 static const_hook_ptr to_hook_ptr(const const_node_ptr & n) in to_hook_ptr() function
55 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)\
85 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_functor490 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
2235 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)); }