Searched refs:hook_type (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/intrusive/detail/ |
D | hook_traits.hpp | 104 typedef Hook hook_type; typedef 105 typedef typename hook_type::hooktags::node_traits node_traits; 118 typedef hook_type& hook_reference; 119 typedef const hook_type & const_hook_reference; 155 typedef typename Functor::hook_type hook_type; typedef 158 typedef typename hook_type::hooktags::node_traits node_traits; 169 static const link_mode_type link_mode = hook_type::hooktags::link_mode; 185 { return hook_ptr(&*static_cast<hook_type*>(&*n)); } in to_hook_ptr() 188 { return const_hook_ptr(&*static_cast<const hook_type*>(&*n)); } in to_hook_ptr()
|
/third_party/boost/libs/intrusive/test/ |
D | function_hook_test.cpp | 48 typedef HOOKTYPE hook_type;\ 49 typedef hook_type* hook_ptr;\ 50 typedef const hook_type* const_hook_ptr;\ 81 typedef HOOKTYPE hook_type;\ 82 typedef hook_type* hook_ptr;\ 83 typedef const hook_type* const_hook_ptr;\
|
/third_party/boost/libs/intrusive/example/ |
D | doc_function_hooks.cpp | 33 typedef list_member_hook<> hook_type; typedef 34 typedef hook_type* hook_ptr; 35 typedef const hook_type* const_hook_ptr;
|
D | doc_recursive_member.cpp | 25 typedef list_member_hook<> hook_type; typedef 26 typedef hook_type* hook_ptr; 27 typedef const hook_type* const_hook_ptr;
|
/third_party/boost/boost/fiber/ |
D | context.hpp | 77 using hook_type = wait_hook; typedef 78 using hook_ptr = hook_type *; 79 using const_hook_ptr = const hook_type *; 339 …static_assert( std::is_same< typename List::value_traits::hook_type, detail::worker_hook >::value,… in worker_link() 346 …static_assert( std::is_same< typename List::value_traits::hook_type, detail::ready_hook >::value, … in ready_link() 353 …static_assert( std::is_same< typename List::value_traits::hook_type, detail::remote_ready_hook >::… in remote_ready_link() 360 …static_assert( std::is_same< typename Set::value_traits::hook_type,detail::sleep_hook >::value, "n… in sleep_link() 367 …static_assert( std::is_same< typename List::value_traits::hook_type, detail::terminated_hook >::va… in terminated_link() 374 …static_assert( std::is_same< typename List::value_traits::hook_type, detail::wait_hook >::value, "… in wait_link()
|
/third_party/boost/boost/container/ |
D | list.hpp | 77 typedef typename list_hook<VoidPointer>::type hook_type; typedef 121 { static_cast<hook_type*>(this)->~hook_type(); } in destroy_header()
|
D | slist.hpp | 82 typedef typename slist_hook<VoidPointer>::type hook_type; typedef 126 { static_cast<hook_type*>(this)->~hook_type(); } in destroy_header()
|
D | stable_vector.hpp | 148 > hook_type; typedef 154 BOOST_CONTAINER_FORCEINLINE explicit node(const typename hook_type::node_base_ptr_ptr &n) in node() 155 : hook_type(n) in node() 188 { static_cast<hook_type*>(this)->~hook_type(); } in destroy_header()
|
/third_party/boost/boost/container/detail/ |
D | tree.hpp | 130 <VoidPointer, tree_type_value, OptimizeSize>::type hook_type; typedef 180 { static_cast<hook_type*>(this)->~hook_type(); } in destroy_header() 333 , OptimizeSize>::type hook_type; typedef 337 , size_type, hook_type
|
/third_party/boost/libs/rational/test/ |
D | rational_test.cpp | 631 typedef my_configuration::hook<T> hook_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 632 typedef typename hook_type::rational_type rational_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() 634 hook_type h; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/boost/libs/intrusive/doc/ |
D | intrusive.qbk | 2224 //This functor converts between value_type and a hook_type 2228 typedef /*impl-defined*/ hook_type;
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 3468 void ImGui::CallContextHooks(ImGuiContext* ctx, ImGuiContextHookType hook_type) in CallContextHooks() argument 3472 if (g.Hooks[n].Type == hook_type) in CallContextHooks()
|