/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
result_of.pass.cpp | 12 // result_of<Fn(ArgTypes...)> 40 static_assert((std::is_same<typename std::result_of<T>::type, U>::value), ""); 59 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; 67 static_assert((std::is_same<std::result_of<S(int)>::type, short>::value), "Error!"); 68 static_assert((std::is_same<std::result_of<S&(unsigned char, int&)>::type, double>::value), "Error!"); 69 static_assert((std::is_same<std::result_of<PF1()>::type, bool>::value), "Error!"); 70 static_assert((std::is_same<std::result_of<PMS(std::unique_ptr<S>, int)>::type, void>::value), "Error!"); 71 static_assert((std::is_same<std::result_of<PMS(S, int)>::type, void>::value), "Error!"); 72 static_assert((std::is_same<std::result_of<PMS(const S&, int)>::type, void>::value), "Error!"); 74 static_assert((std::is_same<std::result_of<PMD(S)>::type, char&&>::value), "Error!") [all...] |
/external/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
functional | 49 #include <boost/utility/result_of.hpp> 60 template<typename F> struct result_of; 78 using ::boost::result_of;
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
multi-level-substitution.cpp | 107 struct result_of; 120 metafun_tuple<some_function_object<Types1, Types2>::template result_of...> > { 129 some_function_object<short, unsigned short>::result_of, 130 some_function_object<int, unsigned int>::result_of, 131 some_function_object<long, unsigned long>::result_of> 137 some_function_object<short, unsigned short>::result_of, 138 some_function_object<int, unsigned int>::result_of, 139 some_function_object<long, unsigned long>::result_of>
|
/external/eigen/Eigen/src/Core/util/ |
Meta.h | 113 template<typename T> struct result_of {}; struct in namespace:Eigen::internal 129 struct result_of<Func(ArgType)> { struct in namespace:Eigen::internal 153 struct result_of<Func(ArgType0,ArgType1)> { struct in namespace:Eigen::internal 209 // FIXME quick workaround around current limitation of result_of 211 // struct result_of<scalar_product_op<Scalar>(ArgType0,ArgType1)> {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 149 class result_of; 152 * Actual implementation of result_of. When _Has_result_type is 173 class result_of<_Functor(_ArgTypes...)> 263 typename result_of<_Functor(_Args...)>::type 276 typename result_of<_Functor(_Args...)>::type 289 typename result_of<_Functor(_Args...)>::type 429 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 461 typename result_of<_M_func_type(_Args...)>::type 992 : public result_of<_CVArg(_Args...)> { }; 995 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
functional | 168 class result_of; 171 * Actual implementation of result_of. When _Has_result_type is 192 class result_of<_Functor(_ArgTypes...)> 282 typename result_of<_Functor(_Args...)>::type 295 typename result_of<_Functor(_Args...)>::type 308 typename result_of<_Functor(_Args...)>::type 448 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 481 typename result_of<_M_func_type(_Args...)>::type 1017 : public result_of<_CVArg(_Args...)> { }; 1020 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
functional | 168 class result_of; 171 * Actual implementation of result_of. When _Has_result_type is 192 class result_of<_Functor(_ArgTypes...)> 282 typename result_of<_Functor(_Args...)>::type 295 typename result_of<_Functor(_Args...)>::type 308 typename result_of<_Functor(_Args...)>::type 448 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 481 typename result_of<_M_func_type(_Args...)>::type 1017 : public result_of<_CVArg(_Args...)> { }; 1020 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 149 class result_of; 152 * Actual implementation of result_of. When _Has_result_type is 173 class result_of<_Functor(_ArgTypes...)> 263 typename result_of<_Functor(_Args...)>::type 276 typename result_of<_Functor(_Args...)>::type 289 typename result_of<_Functor(_Args...)>::type 429 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 461 typename result_of<_M_func_type(_Args...)>::type 992 : public result_of<_CVArg(_Args...)> { }; 995 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 149 class result_of; 152 * Actual implementation of result_of. When _Has_result_type is 173 class result_of<_Functor(_ArgTypes...)> 263 typename result_of<_Functor(_Args...)>::type 276 typename result_of<_Functor(_Args...)>::type 289 typename result_of<_Functor(_Args...)>::type 429 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 461 typename result_of<_M_func_type(_Args...)>::type 992 : public result_of<_CVArg(_Args...)> { }; 995 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 149 class result_of; 152 * Actual implementation of result_of. When _Has_result_type is 173 class result_of<_Functor(_ArgTypes...)> 263 typename result_of<_Functor(_Args...)>::type 276 typename result_of<_Functor(_Args...)>::type 289 typename result_of<_Functor(_Args...)>::type 429 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 461 typename result_of<_M_func_type(_Args...)>::type 992 : public result_of<_CVArg(_Args...)> { }; 995 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
functional | 149 class result_of; 152 * Actual implementation of result_of. When _Has_result_type is 173 class result_of<_Functor(_ArgTypes...)> 263 typename result_of<_Functor(_Args...)>::type 276 typename result_of<_Functor(_Args...)>::type 289 typename result_of<_Functor(_Args...)>::type 429 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 461 typename result_of<_M_func_type(_Args...)>::type 992 : public result_of<_CVArg(_Args...)> { }; 995 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
functional | 168 class result_of; 171 * Actual implementation of result_of. When _Has_result_type is 192 class result_of<_Functor(_ArgTypes...)> 282 typename result_of<_Functor(_Args...)>::type 295 typename result_of<_Functor(_Args...)>::type 308 typename result_of<_Functor(_Args...)>::type 448 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 481 typename result_of<_M_func_type(_Args...)>::type 1017 : public result_of<_CVArg(_Args...)> { }; 1020 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 182 class result_of; 185 * Actual implementation of result_of. When _Has_result_type is 206 class result_of<_Functor(_ArgTypes...)> 296 typename result_of<_Functor(_Args...)>::type 309 typename result_of<_Functor(_Args...)>::type 322 typename result_of<_Functor(_Args...)>::type 462 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 495 typename result_of<_M_func_type(_Args...)>::type 1043 : public result_of<_CVArg(_Args...)> { }; 1046 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
functional | 168 class result_of; 171 * Actual implementation of result_of. When _Has_result_type is 192 class result_of<_Functor(_ArgTypes...)> 282 typename result_of<_Functor(_Args...)>::type 295 typename result_of<_Functor(_Args...)>::type 308 typename result_of<_Functor(_Args...)>::type 448 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 481 typename result_of<_M_func_type(_Args...)>::type 1017 : public result_of<_CVArg(_Args...)> { }; 1020 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 182 class result_of; 185 * Actual implementation of result_of. When _Has_result_type is 206 class result_of<_Functor(_ArgTypes...)> 296 typename result_of<_Functor(_Args...)>::type 309 typename result_of<_Functor(_Args...)>::type 322 typename result_of<_Functor(_Args...)>::type 462 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 495 typename result_of<_M_func_type(_Args...)>::type 1043 : public result_of<_CVArg(_Args...)> { }; 1046 typename result_of<_CVArg(_Args...)>::typ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
functional | 181 class result_of; 184 * Actual implementation of result_of. When _Has_result_type is 205 class result_of<_Functor(_ArgTypes...)> 295 typename result_of<_Functor(_Args...)>::type 308 typename result_of<_Functor(_Args...)>::type 321 typename result_of<_Functor(_Args...)>::type 461 // If _Tp is a function type, we can't form result_of<_Tp(...)>, 494 typename result_of<_M_func_type(_Args...)>::type 1042 : public result_of<_CVArg(_Args...)> { }; 1045 typename result_of<_CVArg(_Args...)>::typ [all...] |
/external/eigen/Eigen/src/Core/ |
CwiseUnaryOp.h | 41 typedef typename result_of<
|
CwiseUnaryView.h | 34 typedef typename result_of<
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/ |
async.pass.cpp | 13 // future<typename result_of<F(Args...)>::type> 17 // future<typename result_of<F(Args...)>::type>
|