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

/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dbinary_function.h27 typedef _Arg2 second_argument_type; typedef in struct:binary_function
36 using second_argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg2;
H A Dbinary_negate.h27 typename _Predicate::second_argument_type,
37 const typename _Predicate::second_argument_type& __y) const
H A Dbinder1st.h26 : public __unary_function<typename __Operation::second_argument_type, typename __Operation::result_type>
36 (typename __Operation::second_argument_type& __x) const
39 (const typename __Operation::second_argument_type& __x) const
H A Dbinder2nd.h30 typename __Operation::second_argument_type value;
33 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y)
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h119 typedef _Arg2 second_argument_type; ///< the type of the second argument typedef in struct:binary_function
336 typename _Predicate::second_argument_type,
348 const typename _Predicate::second_argument_type& __y) const
393 : public unary_function<typename _Operation::second_argument_type,
405 operator()(const typename _Operation::second_argument_type& __x) const
411 operator()(typename _Operation::second_argument_type& __x) const
432 typename _Operation::second_argument_type value;
435 const typename _Operation::second_argument_type& __y)
454 typedef typename _Operation::second_argument_type _Arg2_type;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h113 typedef _Arg2 second_argument_type; ///< the type of the second argument typedef in struct:std::binary_function
295 typename _Predicate::second_argument_type,
302 const typename _Predicate::second_argument_type& __y) const
351 : public unary_function<typename _Operation::second_argument_type,
361 operator()(const typename _Operation::second_argument_type& __x) const {
367 operator()(typename _Operation::second_argument_type& __x) const {
389 typename _Operation::second_argument_type value;
392 const typename _Operation::second_argument_type& __y)
412 typedef typename _Operation::second_argument_type _Arg2_type;
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h473 typedef std::size_t second_argument_type; typedef in struct:std::__detail::_Mod_range_hashing
477 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 92 milliseconds