Home
last modified time | relevance | path

Searched defs:function_wrapper (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dfunction_wrapper.hpp26 class function_wrapper class
58 function_wrapper(F const& f): in function_wrapper() function in boost::detail::function_wrapper
63 function_wrapper(BOOST_THREAD_RV_REF(F) f): in function_wrapper() function in boost::detail::function_wrapper
66 function_wrapper(BOOST_THREAD_RV_REF(function_wrapper) other) BOOST_NOEXCEPT : in function_wrapper() function in boost::detail::function_wrapper
71 function_wrapper() in function_wrapper() function in boost::detail::function_wrapper
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dast_processing.cpp149 auto function_wrapper = function_decl_wrapper.GetFunctionDecl(); in VisitFunctionDecl() local
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-documentation.cpp299 struct function_wrapper {}; struct