/external/libcxx/test/std/utilities/function.objects/refwrap/ |
binary.pass.cpp | 12 // reference_wrapper 53 std::reference_wrapper<functor1> >::value), ""); 55 std::reference_wrapper<functor2> >::value), ""); 57 std::reference_wrapper<functor3> >::value), ""); 59 std::reference_wrapper<functor4> >::value), ""); 61 std::reference_wrapper<C> >::value), ""); 63 std::reference_wrapper<float ()> >::value), ""); 65 std::reference_wrapper<float (int)> >::value), ""); 67 std::reference_wrapper<float (int, int)> >::value), ""); 69 std::reference_wrapper<float(*)()> >::value), "") [all...] |
unary.pass.cpp | 12 // reference_wrapper 53 std::reference_wrapper<functor1> >::value), ""); 55 std::reference_wrapper<functor2> >::value), ""); 57 std::reference_wrapper<functor3> >::value), ""); 59 std::reference_wrapper<functor4> >::value), ""); 61 std::reference_wrapper<C> >::value), ""); 63 std::reference_wrapper<float(*)()> >::value), ""); 65 std::reference_wrapper<float (int)> >::value), ""); 67 std::reference_wrapper<float (int, int)> >::value), ""); 69 std::reference_wrapper<float(*)(int)> >::value), "") [all...] |
weak_result.pass.cpp | 12 // reference_wrapper 59 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type, 61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type, 63 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type, 65 static_assert((std::is_same<std::reference_wrapper<void()>::result_type, 67 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type, 69 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type, 71 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::result_type, 73 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::result_type, 75 static_assert((std::is_same<std::reference_wrapper<int (C::*)(double*) const volatile>::result_type [all...] |
type.pass.cpp | 12 // reference_wrapper 23 static_assert((std::is_same<std::reference_wrapper<C>::type, 25 static_assert((std::is_same<std::reference_wrapper<void ()>::type, 27 static_assert((std::is_same<std::reference_wrapper<int* (double*)>::type, 29 static_assert((std::is_same<std::reference_wrapper<void(*)()>::type, 31 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::type, 33 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::type, 35 static_assert((std::is_same<std::reference_wrapper<int (C::*)(double*) const volatile>::type,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/ |
binary.pass.cpp | 12 // reference_wrapper 53 std::reference_wrapper<functor1> >::value), ""); 55 std::reference_wrapper<functor2> >::value), ""); 57 std::reference_wrapper<functor3> >::value), ""); 59 std::reference_wrapper<functor4> >::value), ""); 61 std::reference_wrapper<C> >::value), ""); 63 std::reference_wrapper<float ()> >::value), ""); 65 std::reference_wrapper<float (int)> >::value), ""); 67 std::reference_wrapper<float (int, int)> >::value), ""); 69 std::reference_wrapper<float(*)()> >::value), "") [all...] |
unary.pass.cpp | 12 // reference_wrapper 53 std::reference_wrapper<functor1> >::value), ""); 55 std::reference_wrapper<functor2> >::value), ""); 57 std::reference_wrapper<functor3> >::value), ""); 59 std::reference_wrapper<functor4> >::value), ""); 61 std::reference_wrapper<C> >::value), ""); 63 std::reference_wrapper<float(*)()> >::value), ""); 65 std::reference_wrapper<float (int)> >::value), ""); 67 std::reference_wrapper<float (int, int)> >::value), ""); 69 std::reference_wrapper<float(*)(int)> >::value), "") [all...] |
weak_result.pass.cpp | 12 // reference_wrapper 59 static_assert((std::is_same<std::reference_wrapper<functor1>::result_type, 61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type, 63 static_assert((std::is_same<std::reference_wrapper<functor3>::result_type, 65 static_assert((std::is_same<std::reference_wrapper<void()>::result_type, 67 static_assert((std::is_same<std::reference_wrapper<int*(double*)>::result_type, 69 static_assert((std::is_same<std::reference_wrapper<void(*)()>::result_type, 71 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::result_type, 73 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::result_type, 75 static_assert((std::is_same<std::reference_wrapper<int (C::*)(double*) const volatile>::result_type [all...] |
type.pass.cpp | 12 // reference_wrapper 23 static_assert((std::is_same<std::reference_wrapper<C>::type, 25 static_assert((std::is_same<std::reference_wrapper<void ()>::type, 27 static_assert((std::is_same<std::reference_wrapper<int* (double*)>::type, 29 static_assert((std::is_same<std::reference_wrapper<void(*)()>::type, 31 static_assert((std::is_same<std::reference_wrapper<int*(*)(double*)>::type, 33 static_assert((std::is_same<std::reference_wrapper<int*(C::*)(double*)>::type, 35 static_assert((std::is_same<std::reference_wrapper<int (C::*)(double*) const volatile>::type,
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/ |
copy_assign.pass.cpp | 12 // reference_wrapper 14 // reference_wrapper& operator=(const reference_wrapper<T>& x); 28 std::reference_wrapper<T> r(t); 30 std::reference_wrapper<T> r2(t2); 41 std::reference_wrapper<void ()> r(f); 42 std::reference_wrapper<void ()> r2(g);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/ |
copy_assign.pass.cpp | 12 // reference_wrapper 14 // reference_wrapper& operator=(const reference_wrapper<T>& x); 28 std::reference_wrapper<T> r(t); 30 std::reference_wrapper<T> r2(t2); 41 std::reference_wrapper<void ()> r(f); 42 std::reference_wrapper<void ()> r2(g);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
ref.hpp | 32 template<class T> class reference_wrapper class in namespace:boost 39 explicit reference_wrapper(T& t): t_(&t) {} function in class:boost::reference_wrapper 43 explicit reference_wrapper(T& t): t_(boost::addressof(t)) {} function in class:boost::reference_wrapper 64 template<class T> inline reference_wrapper<T> BOOST_REF_CONST ref(T & t) 66 return reference_wrapper<T>(t); 69 template<class T> inline reference_wrapper<T const> BOOST_REF_CONST cref(T const & t) 71 return reference_wrapper<T const>(t); 106 AUX_REFERENCE_WRAPPER_METAFUNCTIONS_DEF(reference_wrapper<T>) 108 AUX_REFERENCE_WRAPPER_METAFUNCTIONS_DEF(reference_wrapper<T> const) 109 AUX_REFERENCE_WRAPPER_METAFUNCTIONS_DEF(reference_wrapper<T> volatile [all...] |
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ |
cref_2.pass.cpp | 12 // reference_wrapper 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t); 22 std::reference_wrapper<const int> r1 = std::cref(i); 23 std::reference_wrapper<const int> r2 = std::cref(r1);
|
ref_2.pass.cpp | 12 // reference_wrapper 14 // template <ObjectType T> reference_wrapper<T> ref(reference_wrapper<T>t); 30 std::reference_wrapper<int> r1 = std::ref(i); 31 std::reference_wrapper<int> r2 = std::ref(r1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ |
cref_2.pass.cpp | 12 // reference_wrapper 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t); 22 std::reference_wrapper<const int> r1 = std::cref(i); 23 std::reference_wrapper<const int> r2 = std::cref(r1);
|
ref_2.pass.cpp | 12 // reference_wrapper 14 // template <ObjectType T> reference_wrapper<T> ref(reference_wrapper<T>t); 22 std::reference_wrapper<int> r1 = std::ref(i); 23 std::reference_wrapper<int> r2 = std::ref(r1);
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
invoke.pass.cpp | 12 // reference_wrapper 48 std::reference_wrapper<void (int)> r1(f_void_1); 57 std::reference_wrapper<void (*)(int)> r1(fp); 66 std::reference_wrapper<A_void_1> r1(a0); 75 std::reference_wrapper<void (A_void_1::*)()> r1(fp); 88 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); 125 std::reference_wrapper<int (int)> r1(f_int_1); 132 std::reference_wrapper<int (*)(int)> r1(fp); 139 std::reference_wrapper<A_int_1> r1(a0); 146 std::reference_wrapper<int (A_int_1::*)()> r1(fp) [all...] |
invoke_int_0.pass.cpp | 12 // reference_wrapper 41 std::reference_wrapper<int ()> r1(f_int_0); 47 std::reference_wrapper<int (*)()> r1(fp); 53 std::reference_wrapper<A_int_0> r1(a0);
|
invoke_void_0.pass.cpp | 12 // reference_wrapper 42 std::reference_wrapper<void ()> r1(f_void_0); 50 std::reference_wrapper<void (*)()> r1(fp); 58 std::reference_wrapper<A_void_0> r1(a0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/ |
invoke.pass.cpp | 12 // reference_wrapper 48 std::reference_wrapper<void (int)> r1(f_void_1); 57 std::reference_wrapper<void (*)(int)> r1(fp); 66 std::reference_wrapper<A_void_1> r1(a0); 75 std::reference_wrapper<void (A_void_1::*)()> r1(fp); 88 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); 125 std::reference_wrapper<int (int)> r1(f_int_1); 132 std::reference_wrapper<int (*)(int)> r1(fp); 139 std::reference_wrapper<A_int_1> r1(a0); 146 std::reference_wrapper<int (A_int_1::*)()> r1(fp) [all...] |
invoke_int_0.pass.cpp | 12 // reference_wrapper 41 std::reference_wrapper<int ()> r1(f_int_0); 47 std::reference_wrapper<int (*)()> r1(fp); 53 std::reference_wrapper<A_int_0> r1(a0);
|
invoke_void_0.pass.cpp | 12 // reference_wrapper 42 std::reference_wrapper<void ()> r1(f_void_0); 50 std::reference_wrapper<void (*)()> r1(fp); 58 std::reference_wrapper<A_void_0> r1(a0);
|
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/ |
copy_ctor.pass.cpp | 12 // reference_wrapper 14 // reference_wrapper(const reference_wrapper<T>& x); 28 std::reference_wrapper<T> r(t); 29 std::reference_wrapper<T> r2 = r;
|
type_ctor.fail.cpp | 12 // reference_wrapper 14 // reference_wrapper(T&&) = delete; 21 std::reference_wrapper<const int> r(3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.const/ |
copy_ctor.pass.cpp | 12 // reference_wrapper 14 // reference_wrapper(const reference_wrapper<T>& x); 28 std::reference_wrapper<T> r(t); 29 std::reference_wrapper<T> r2 = r;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
unwrap.hpp | 32 unwrap(reference_wrapper<F>& f, int) 40 unwrap(reference_wrapper<F> const& f, int)
|