Home
last modified time | relevance | path

Searched defs:hook_type (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/intrusive/example/
Ddoc_recursive_member.cpp25 typedef list_member_hook<> hook_type; typedef
Ddoc_function_hooks.cpp33 typedef list_member_hook<> hook_type; typedef
/third_party/boost/boost/intrusive/detail/
Dhook_traits.hpp104 typedef Hook hook_type; typedef
155 typedef typename Functor::hook_type hook_type; typedef
/third_party/boost/boost/fiber/
Dcontext.hpp77 using hook_type = wait_hook; typedef
/third_party/boost/boost/container/detail/
Dtree.hpp130 <VoidPointer, tree_type_value, OptimizeSize>::type hook_type; typedef
333 , OptimizeSize>::type hook_type; typedef
/third_party/boost/boost/container/
Dlist.hpp77 typedef typename list_hook<VoidPointer>::type hook_type; typedef
Dslist.hpp82 typedef typename slist_hook<VoidPointer>::type hook_type; typedef
Dstable_vector.hpp148 > hook_type; typedef
/third_party/boost/libs/rational/test/
Drational_test.cpp631 typedef my_configuration::hook<T> hook_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp3468 void ImGui::CallContextHooks(ImGuiContext* ctx, ImGuiContextHookType hook_type) in CallContextHooks()