Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp27 typedef const hook_type* const_hook_ptr; typedef
34 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()
Ddoc_function_hooks.cpp35 typedef const hook_type* const_hook_ptr; typedef
43 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()
/third_party/boost/libs/intrusive/test/
Dfunction_hook_test.cpp50 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)\
/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp157 typedef typename Functor::const_hook_ptr const_hook_ptr; typedef
187 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()
/third_party/boost/boost/fiber/
Dcontext.hpp79 using const_hook_ptr = const hook_type *; typedef
86 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()
/third_party/boost/libs/intrusive/doc/
Dintrusive.qbk2230 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);