Searched refs:const_hook_ptr (Results 1 – 6 of 6) sorted by relevance
27 typedef const hook_type* const_hook_ptr; typedef34 static const_hook_ptr to_hook_ptr(const value_type &value);36 static const_pointer to_value_ptr(const_hook_ptr n);55 inline Functor::const_hook_ptr Functor::to_hook_ptr(const Functor::value_type &value) in to_hook_ptr()59 inline Functor::const_pointer Functor::to_value_ptr(Functor::const_hook_ptr n) in to_value_ptr()
35 typedef const hook_type* const_hook_ptr; typedef43 static const_hook_ptr to_hook_ptr(const value_type &value) in to_hook_ptr()52 static const_pointer to_value_ptr(const_hook_ptr n) in to_value_ptr()
50 typedef const hook_type* const_hook_ptr;\57 static const_hook_ptr to_hook_ptr(const value_type &value)\66 static const_pointer to_value_ptr(const_hook_ptr n)\83 typedef const hook_type* const_hook_ptr;\90 static const_hook_ptr to_hook_ptr(const value_type &value)\96 static const_pointer to_value_ptr(const_hook_ptr n)\
157 typedef typename Functor::const_hook_ptr const_hook_ptr; typedef187 static const_hook_ptr to_hook_ptr(const const_node_ptr & n) in to_hook_ptr()188 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
79 using const_hook_ptr = const hook_type *; typedef86 static const_hook_ptr to_hook_ptr( value_type const& value);88 static const_pointer to_value_ptr( const_hook_ptr n);490 wait_functor::const_hook_ptr wait_functor::to_hook_ptr( wait_functor::value_type const& value) { in to_hook_ptr()500 wait_functor::const_pointer wait_functor::to_value_ptr( wait_functor::const_hook_ptr n) { in to_value_ptr()
2230 typedef /*impl-defined*/ const_hook_ptr;2236 static const_hook_ptr to_hook_ptr(const value_type &value);2238 static const_pointer to_value_ptr(const_hook_ptr n);