Searched refs:function_wrapper (Results 1 – 4 of 4) sorted by relevance
26 class function_wrapper class54 BOOST_THREAD_MOVABLE_ONLY(function_wrapper)58 function_wrapper(F const& f): in function_wrapper() function in boost::detail::function_wrapper63 function_wrapper(BOOST_THREAD_RV_REF(F) f): in function_wrapper() function in boost::detail::function_wrapper66 function_wrapper(BOOST_THREAD_RV_REF(function_wrapper) other) BOOST_NOEXCEPT : in function_wrapper() function in boost::detail::function_wrapper71 function_wrapper() in function_wrapper() function in boost::detail::function_wrapper75 ~function_wrapper() in ~function_wrapper()79 function_wrapper& operator=(BOOST_THREAD_RV_REF(function_wrapper) other) BOOST_NOEXCEPT in operator =()
299 struct function_wrapper {}; struct334 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;
149 auto function_wrapper = function_decl_wrapper.GetFunctionDecl(); in VisitFunctionDecl() local155 return AddMangledFunctions(function_wrapper.get(), module_, manglings); in VisitFunctionDecl()159 return MutateFunctionWithLinkageName(function_wrapper.get(), module_, in VisitFunctionDecl()
241 [[VI.D] [`function_wrapper`] [Partial] [ renamed `work` ]]