Searched refs:binary_function (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | stl_function.h | 131 struct binary_function in _GLIBCXX_VISIBILITY() struct 184 struct plus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 195 struct minus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 205 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 215 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 225 struct modulus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() 373 struct equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 383 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 393 struct greater : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() 403 struct less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY() [all …]
|
| D | refwrap.h | 67 : std::binary_function<_T1, _T2, _Res> { }; in _GLIBCXX_VISIBILITY() 252 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY() 257 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY() 262 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY() 267 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY() 279 : binary_function<_T1, _T2, _Res> in _GLIBCXX_VISIBILITY()
|
| D | stl_multimap.h | 133 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
|
| D | stl_map.h | 134 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_VISIBILITY()
|
| D | shared_ptr_base.h | 2135 struct _Sp_owner_less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | base.h | 157 class _EqualFromLess : public std::binary_function<_T1, _T2, bool> 244 struct _EqualTo : std::binary_function<_T1, _T2, bool> 252 struct _Less : std::binary_function<_T1, _T2, bool> 272 struct _Plus : public std::binary_function<_Tp1, _Tp2, _Result> 288 struct _Multiplies : public std::binary_function<_Tp1, _Tp2, _Result>
|
| D | multiseq_selection.h | 54 : public std::binary_function<std::pair<_T1, _T2>, 80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | functional | 267 // Ignore warnings about std::unary_function and std::binary_function. 287 /// Determines if the type _Tp derives from binary_function. 293 static __one __test(const volatile binary_function<_T1, _T2, _Res>*); 360 * Knowing which of unary_function and binary_function _Tp derives 367 // Not a unary_function or binary_function, so try a weak result type. 373 // unary_function but not binary_function 380 // binary_function but not unary_function 383 : binary_function<typename _Tp::first_argument_type, 388 // Both unary_function and binary_function. Import result_type to 394 binary_function<typename _Tp::first_argument_type, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | functional | 207 struct _Project1st : public std::binary_function<_Arg1, _Arg2, _Arg1> 215 struct _Project2nd : public std::binary_function<_Arg1, _Arg2, _Arg2>
|
| D | rope | 439 // Ignore warnings about std::binary_function. 446 : public std::binary_function<rope<_CharT, _Alloc>, rope<_CharT, _Alloc>,
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog | 5073 * include/bits/stl_function.h (unary_function, binary_function): 5120 std::binary_function base class. 5144 * testsuite/25_algorithms/minmax/3.cc: Remove std::binary_function
|
| D | ChangeLog-2011 | 4880 unary_function and binary_function. 4889 instead of derivation from unary_function and binary_function.
|
| D | ChangeLog-2019 | 3415 * include/ext/functional (size_t, unary_function, binary_function)
|