Home
last modified time | relevance | path

Searched refs:function_wrapper (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dfunction_wrapper.hpp26 class function_wrapper class
54 BOOST_THREAD_MOVABLE_ONLY(function_wrapper)
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
75 ~function_wrapper() in ~function_wrapper()
79 function_wrapper& operator=(BOOST_THREAD_RV_REF(function_wrapper) other) BOOST_NOEXCEPT in operator =()
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-documentation.cpp299 struct function_wrapper {}; struct
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;
/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
155 return AddMangledFunctions(function_wrapper.get(), module_, manglings); in VisitFunctionDecl()
159 return MutateFunctionWithLinkageName(function_wrapper.get(), module_, in VisitFunctionDecl()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/
Dcompliance.qbk241 [[VI.D] [`function_wrapper`] [Partial] [ renamed `work` ]]