/external/libcxx/test/std/depr/depr.lib.binders/ |
test_func.h | 18 typedef double second_argument_type; typedef in class:test_func 25 result_type operator() (const first_argument_type& x, second_argument_type& y) const 27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const 29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/ |
test_func.h | 18 typedef double second_argument_type; typedef in class:test_func 25 result_type operator() (const first_argument_type& x, second_argument_type& y) const 27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const 29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
binders.h | 105 : public unary_function<typename _Operation::second_argument_type, 118 operator()(const typename _Operation::second_argument_type& __x) const 124 operator()(typename _Operation::second_argument_type& __x) const 145 typename _Operation::second_argument_type value; 149 const typename _Operation::second_argument_type& __y) 168 typedef typename _Operation::second_argument_type _Arg2_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
binders.h | 105 : public unary_function<typename _Operation::second_argument_type, 118 operator()(const typename _Operation::second_argument_type& __x) const 124 operator()(typename _Operation::second_argument_type& __x) const 145 typename _Operation::second_argument_type value; 149 const typename _Operation::second_argument_type& __y) 168 typedef typename _Operation::second_argument_type _Arg2_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
binders.h | 105 : public unary_function<typename _Operation::second_argument_type, 118 operator()(const typename _Operation::second_argument_type& __x) const 124 operator()(typename _Operation::second_argument_type& __x) const 145 typename _Operation::second_argument_type value; 149 const typename _Operation::second_argument_type& __y) 168 typedef typename _Operation::second_argument_type _Arg2_type;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
binders.h | 105 : public unary_function<typename _Operation::second_argument_type, 118 operator()(const typename _Operation::second_argument_type& __x) const 124 operator()(typename _Operation::second_argument_type& __x) const 145 typename _Operation::second_argument_type value; 149 const typename _Operation::second_argument_type& __y) 168 typedef typename _Operation::second_argument_type _Arg2_type;
|
/external/libcxx/test/std/depr/depr.function.objects/depr.base/ |
binary_function.pass.cpp | 16 // typedef Arg2 second_argument_type; 26 static_assert((std::is_same<std::binary_function<int, unsigned, char>::second_argument_type, unsigned>::value), "");
|
/external/libcxx/test/std/utilities/function.objects/func.require/ |
binary_function.pass.cpp | 21 static_assert((std::is_same<bf::second_argument_type, short>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/ |
binary_function.pass.cpp | 16 // typedef Arg2 second_argument_type; 26 static_assert((std::is_same<std::binary_function<int, unsigned, char>::second_argument_type, unsigned>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/ |
binary_function.pass.cpp | 21 static_assert((std::is_same<bf::second_argument_type, short>::value), "");
|
/external/libcxx/test/std/utilities/function.objects/negators/ |
binary_negate.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
/external/libcxx/test/std/containers/ |
test_compare.h | 29 typename std::add_lvalue_reference<const typename C::second_argument_type>::type y) const
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 14 // : public unary_function<typename Fn::second_argument_type, typename Fn::result_type> 20 // binder2nd(const Fn& x, const typename Fn::second_argument_type& y); 42 std::unary_function<test_func::second_argument_type,
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
divides.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
minus.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
multiplies.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
plus.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
modulus.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
test_compare.h | 29 typename std::add_lvalue_reference<const typename C::second_argument_type>::type y) const
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 14 // : public unary_function<typename Fn::second_argument_type, typename Fn::result_type> 20 // binder2nd(const Fn& x, const typename Fn::second_argument_type& y); 42 std::unary_function<test_func::second_argument_type,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux 161 typename __BINARY_ARG(_Predicate, second_argument_type), 164 typename __BINARY_ARG(_Predicate, second_argument_type), 168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate 171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType; 189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type), 191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type), 234 typedef typename __call_traits<typename _Operation::second_argument_type>::const_param_type _ValueParamType [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux 161 typename __BINARY_ARG(_Predicate, second_argument_type), 164 typename __BINARY_ARG(_Predicate, second_argument_type), 168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate 171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType; 189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type), 191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type), 234 typedef typename __call_traits<typename _Operation::second_argument_type>::const_param_type _ValueParamType [all...] |
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
equal_to.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
greater.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|
greater_equal.pass.cpp | 23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
|