/external/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
result_of.pass.cpp | 12 // result_of<Fn(ArgTypes...)> 42 static_assert((std::is_same<typename std::result_of<T>::type, U>::value), ""); 69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; 77 static_assert((std::is_same<std::result_of<S(int)>::type, short>::value), "Error!"); 78 static_assert((std::is_same<std::result_of<S&(unsigned char, int&)>::type, double>::value), "Error!"); 79 static_assert((std::is_same<std::result_of<PF1()>::type, bool>::value), "Error!"); 80 static_assert((std::is_same<std::result_of<PMS(std::unique_ptr<S>, int)>::type, void>::value), "Error!"); 81 static_assert((std::is_same<std::result_of<PMS(S, int)>::type, void>::value), "Error!"); 82 static_assert((std::is_same<std::result_of<PMS(const S&, int)>::type, void>::value), "Error!"); 84 static_assert((std::is_same<std::result_of<PMD(S)>::type, char&&>::value), "Error!") [all...] |
Android.mk | 27 test_name := utilities/meta/meta.trans/meta.trans.other/result_of 28 test_src := result_of.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
result_of.pass.cpp | 12 // result_of<Fn(ArgTypes...)> 42 static_assert((std::is_same<typename std::result_of<T>::type, U>::value), ""); 69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type; 77 static_assert((std::is_same<std::result_of<S(int)>::type, short>::value), "Error!"); 78 static_assert((std::is_same<std::result_of<S&(unsigned char, int&)>::type, double>::value), "Error!"); 79 static_assert((std::is_same<std::result_of<PF1()>::type, bool>::value), "Error!"); 80 static_assert((std::is_same<std::result_of<PMS(std::unique_ptr<S>, int)>::type, void>::value), "Error!"); 81 static_assert((std::is_same<std::result_of<PMS(S, int)>::type, void>::value), "Error!"); 82 static_assert((std::is_same<std::result_of<PMS(const S&, int)>::type, void>::value), "Error!"); 84 static_assert((std::is_same<std::result_of<PMD(S)>::type, char&&>::value), "Error!") [all...] |
/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/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/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 221 // FIXME quick workaround around current limitation of result_of 223 // struct result_of<scalar_product_op<Scalar>(ArgType0,ArgType1)> {
|
/external/eigen/Eigen/src/Core/ |
CwiseUnaryOp.h | 41 typedef typename result_of<
|
CwiseUnaryView.h | 34 typedef typename result_of<
|
CwiseBinaryOp.h | 53 typedef typename result_of<
|
Redux.h | 325 EIGEN_STRONG_INLINE typename internal::result_of<Func(typename internal::traits<Derived>::Scalar)>::type
|
DenseBase.h | 415 typename internal::result_of<BinaryOp(typename internal::traits<Derived>::Scalar)>::type
|
VectorwiseOp.h | 136 typedef typename result_of<
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
base.hpp | 173 typename std::result_of<
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
base.hpp | 173 typename std::result_of<
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |