Home
last modified time | relevance | path

Searched refs:first_argument_type (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h116 typedef _Arg1 first_argument_type; ///< the type of the first argument typedef
335 : public binary_function<typename _Predicate::first_argument_type,
347 operator()(const typename _Predicate::first_argument_type& __x, in operator()
398 typename _Operation::first_argument_type value;
401 const typename _Operation::first_argument_type& __y) in binder1st()
420 typedef typename _Operation::first_argument_type _Arg1_type; in bind1st()
427 : public unary_function<typename _Operation::first_argument_type,
439 operator()(const typename _Operation::first_argument_type& __x) const in operator()
445 operator()(typename _Operation::first_argument_type& __x) const in operator()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const500 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
513 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
526 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
539 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
552 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
565 typedef experimental::fundamentals_v2::propagate_const<_Tp> first_argument_type;
/freebsd-12.1/contrib/libc++/include/
H A Dfunctional30 typedef Arg1 first_argument_type;
204 : public binary_function<typename Predicate::first_argument_type,
210 bool operator()(const typename Predicate::first_argument_type& x,
251 typename Operation::first_argument_type value;
263 : public unary_function<typename Operation::first_argument_type,
1011 : public binary_function<typename _Predicate::first_argument_type,
1021 bool operator()(const typename _Predicate::first_argument_type& __x,
1039 typename __Operation::first_argument_type value;
1060 : public unary_function<typename __Operation::first_argument_type,
1071 ( typename __Operation::first_argument_type& __x) const
[all …]
H A D__functional_base30 typedef _Arg1 first_argument_type;
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h472 typedef std::size_t first_argument_type; in _GLIBCXX_BEGIN_NAMESPACE()
477 operator()(first_argument_type __num, second_argument_type __den) const in _GLIBCXX_BEGIN_NAMESPACE()
H A Dfunctional228 : binary_function<typename _Tp::first_argument_type,
239 binary_function<typename _Tp::first_argument_type,
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dfunctional274 typedef _Arg1 first_argument_type;