Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h119 typedef _Arg2 second_argument_type; ///< the type of the second argument typedef
336 typename _Predicate::second_argument_type,
348 const typename _Predicate::second_argument_type& __y) const in operator()
393 : public unary_function<typename _Operation::second_argument_type,
405 operator()(const typename _Operation::second_argument_type& __x) const in operator()
411 operator()(typename _Operation::second_argument_type& __x) const in operator()
432 typename _Operation::second_argument_type value;
435 const typename _Operation::second_argument_type& __y) in binder2nd()
454 typedef typename _Operation::second_argument_type _Arg2_type; in bind2nd()
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const501 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
514 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
527 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
540 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
553 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
566 typedef experimental::fundamentals_v2::propagate_const<_Tp> second_argument_type;
/freebsd-12.1/contrib/libc++/include/
H A Dfunctional31 typedef Arg2 second_argument_type;
205 typename Predicate::second_argument_type,
211 const typename Predicate::second_argument_type& y) const;
246 : public unary_function<typename Operation::second_argument_type,
268 typename Operation::second_argument_type value;
1012 typename _Predicate::second_argument_type,
1022 const typename _Predicate::second_argument_type& __y) const
1034 : public unary_function<typename __Operation::second_argument_type,
1045 (typename __Operation::second_argument_type& __x) const
1048 (const typename __Operation::second_argument_type& __x) const
[all …]
H A D__functional_base31 typedef _Arg2 second_argument_type;
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h473 typedef std::size_t second_argument_type; in _GLIBCXX_BEGIN_NAMESPACE()
477 operator()(first_argument_type __num, second_argument_type __den) const in _GLIBCXX_BEGIN_NAMESPACE()
H A Dfunctional229 typename _Tp::second_argument_type,
240 typename _Tp::second_argument_type,
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dfunctional275 typedef _Arg2 second_argument_type;