HomeSort by relevance Sort by last modified time
    Searched full:first_argument_type (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/std/depr/depr.lib.binders/
test_func.h 17 typedef int first_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 17 typedef int first_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
  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 14 // : public unary_function<typename Fn::first_argument_type, typename Fn::result_type>
22 // typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
23 // typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
42 std::unary_function<test_func::first_argument_type,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 14 // : public unary_function<typename Fn::first_argument_type, typename Fn::result_type>
22 // typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
23 // typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
42 std::unary_function<test_func::first_argument_type,
  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 18 // typename Fn::first_argument_type value;
22 // typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
23 // typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 18 // typename Fn::first_argument_type value;
22 // typename Fn::result_type operator()(const typename Fn::first_argument_type& x) const;
23 // typename Fn::result_type operator()(typename Fn::first_argument_type& x) const;
  /external/libcxx/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 15 // typedef Arg1 first_argument_type;
25 static_assert((std::is_same<std::binary_function<int, unsigned, char>::first_argument_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 15 // typedef Arg1 first_argument_type;
25 static_assert((std::is_same<std::binary_function<int, unsigned, char>::first_argument_type, int>::value), "");
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
126 typedef typename _Operation::first_argument_type _Arg1_type;
133 : public unary_function<typename _Operation::first_argument_type,
146 operator()(const typename _Operation::first_argument_type& __x) const
152 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
126 typedef typename _Operation::first_argument_type _Arg1_type;
133 : public unary_function<typename _Operation::first_argument_type,
146 operator()(const typename _Operation::first_argument_type& __x) const
152 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
126 typedef typename _Operation::first_argument_type _Arg1_type;
133 : public unary_function<typename _Operation::first_argument_type,
146 operator()(const typename _Operation::first_argument_type& __x) const
152 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
binders.h 103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
126 typedef typename _Operation::first_argument_type _Arg1_type;
133 : public unary_function<typename _Operation::first_argument_type,
146 operator()(const typename _Operation::first_argument_type& __x) const
152 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 106 typename _Operation::first_argument_type value;
110 const typename _Operation::first_argument_type& __y)
129 typedef typename _Operation::first_argument_type _Arg1_type;
136 : public unary_function<typename _Operation::first_argument_type,
149 operator()(const typename _Operation::first_argument_type& __x) const
155 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 106 typename _Operation::first_argument_type value;
110 const typename _Operation::first_argument_type& __y)
129 typedef typename _Operation::first_argument_type _Arg1_type;
136 : public unary_function<typename _Operation::first_argument_type,
149 operator()(const typename _Operation::first_argument_type& __x) const
155 operator()(typename _Operation::first_argument_type& __x) const
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 18 // typedef T1 first_argument_type; // iff sizeof...(ArgTypes) == 2 and
47 template <typename C> static yes check( typename C::first_argument_type * );
88 static_assert((std::is_same<typename F::first_argument_type, arg_type1>::value), "" );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 110 typename _Operation::first_argument_type value;
114 const typename _Operation::first_argument_type& __y)
133 typedef typename _Operation::first_argument_type _Arg1_type;
140 : public unary_function<typename _Operation::first_argument_type,
153 operator()(const typename _Operation::first_argument_type& __x) const
159 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 110 typename _Operation::first_argument_type value;
114 const typename _Operation::first_argument_type& __y)
133 typedef typename _Operation::first_argument_type _Arg1_type;
140 : public unary_function<typename _Operation::first_argument_type,
153 operator()(const typename _Operation::first_argument_type& __x) const
159 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 110 typename _Operation::first_argument_type value;
114 const typename _Operation::first_argument_type& __y)
133 typedef typename _Operation::first_argument_type _Arg1_type;
140 : public unary_function<typename _Operation::first_argument_type,
153 operator()(const typename _Operation::first_argument_type& __x) const
159 operator()(typename _Operation::first_argument_type& __x) const
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 111 typename _Operation::first_argument_type value;
115 const typename _Operation::first_argument_type& __y)
134 typedef typename _Operation::first_argument_type _Arg1_type;
141 : public unary_function<typename _Operation::first_argument_type,
154 operator()(const typename _Operation::first_argument_type& __x) const
160 operator()(typename _Operation::first_argument_type& __x) const

Completed in 5623 milliseconds

1 2 3 4 5 6