Searched defs:hook_type (Results 1 – 10 of 10) sorted by relevance
25 typedef list_member_hook<> hook_type; typedef
33 typedef list_member_hook<> hook_type; typedef
104 typedef Hook hook_type; typedef155 typedef typename Functor::hook_type hook_type; typedef
77 using hook_type = wait_hook; typedef
130 <VoidPointer, tree_type_value, OptimizeSize>::type hook_type; typedef333 , OptimizeSize>::type hook_type; typedef
77 typedef typename list_hook<VoidPointer>::type hook_type; typedef
82 typedef typename slist_hook<VoidPointer>::type hook_type; typedef
148 > hook_type; typedef
631 typedef my_configuration::hook<T> hook_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
3468 void ImGui::CallContextHooks(ImGuiContext* ctx, ImGuiContextHookType hook_type) in CallContextHooks()