Searched refs:first_argument_type (Results 1 - 12 of 12) sorted by relevance

/external/libcxx/test/depr/depr.lib.binders/
H A Dtest_func.h17 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/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dcctype_tolower_equal.cc30 result_type operator()(first_argument_type a, second_argument_type b) const {
38 const first_argument_type& a, const second_argument_type& b) const {
H A Dcctype_tolower_equal.h28 result_type operator()(const first_argument_type& a,
/external/libcxx/test/depr/depr.function.objects/depr.base/
H A Dbinary_function.pass.cpp15 // typedef Arg1 first_argument_type;
25 static_assert((std::is_same<std::binary_function<int, unsigned, char>::first_argument_type, int>::value), "");
/external/libcxx/test/utilities/function.objects/func.require/
H A Dbinary_function.pass.cpp20 static_assert((std::is_same<bf::first_argument_type, int>::value), "");
/external/libcxx/test/containers/
H A Dtest_compare.h28 operator()(typename std::add_lvalue_reference<const typename C::first_argument_type>::type x,
/external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
H A Dbinder2nd.pass.cpp14 // : 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/stlport/stlport/stl/
H A D_function.h121 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_typ
[all...]
H A D_function_base.h54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
H A D_istream.c80 typedef char_type* first_argument_type;
96 typedef char_type* first_argument_type;
114 typedef char_type* first_argument_type;
130 typedef char_type* first_argument_type;
148 typedef char_type* first_argument_type;
/external/stlport/test/unit/
H A Dfadapter.h68 typedef Arg1 first_argument_type; typedef in class:pointer_to_binary_procedure
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dpreload_supplier.cc53 result_type operator()(const first_argument_type& a,

Completed in 208 milliseconds