| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_function.h | 114 struct binary_function struct 134 struct plus : public binary_function<_Tp, _Tp, _Tp> argument 143 struct minus : public binary_function<_Tp, _Tp, _Tp> 152 struct multiplies : public binary_function<_Tp, _Tp, _Tp> 161 struct divides : public binary_function<_Tp, _Tp, _Tp> 170 struct modulus : public binary_function<_Tp, _Tp, _Tp> 196 struct equal_to : public binary_function<_Tp, _Tp, bool> 214 struct greater : public binary_function<_Tp, _Tp, bool> 223 struct less : public binary_function<_Tp, _Tp, bool> 241 struct less_equal : public binary_function<_Tp, _Tp, bool> [all …]
|
| H A D | stl_multimap.h | 111 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| H A D | stl_map.h | 112 : public std::binary_function<value_type, value_type, bool> in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __functional_base | 28 struct _LIBCPP_TEMPLATE_VIS binary_function 51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool> 95 static binary_function<_A1, _A2, _Rp> 96 __test(const volatile binary_function<_A1, _A2, _Rp>*); 213 : public binary_function<_A1, _A2, _Rp> 219 : public binary_function<_A1, _A2, _Rp> 225 : public binary_function<_A1, _A2, _Rp> 231 : public binary_function<_Cp*, _A1, _Rp> 237 : public binary_function<const _Cp*, _A1, _Rp> 243 : public binary_function<volatile _Cp*, _A1, _Rp> [all …]
|
| H A D | functional | 28 struct binary_function 77 struct plus : binary_function<T, T, T> 83 struct minus : binary_function<T, T, T> 89 struct multiplies : binary_function<T, T, T> 95 struct divides : binary_function<T, T, T> 101 struct modulus : binary_function<T, T, T> 113 struct equal_to : binary_function<T, T, bool> 125 struct greater : binary_function<T, T, bool> 131 struct less : binary_function<T, T, bool> 143 struct less_equal : binary_function<T, T, bool> [all …]
|
| H A D | map | 47 : public binary_function<value_type, value_type, bool> 286 : public binary_function<value_type,value_type,bool> 916 : public binary_function<value_type, value_type, bool> 1651 : public binary_function<value_type, value_type, bool>
|
| H A D | valarray | 490 struct __bit_shift_left : binary_function<_Tp, _Tp, _Tp> 498 struct __bit_shift_right : binary_function<_Tp, _Tp, _Tp> 552 struct __atan2_expr : binary_function<_Tp, _Tp, _Tp> 600 struct __pow_expr : binary_function<_Tp, _Tp, _Tp>
|
| H A D | memory | 553 : binary_function<shared_ptr<T>, shared_ptr<T>, bool> 563 : binary_function<weak_ptr<T>, weak_ptr<T>, bool> 5288 : binary_function<shared_ptr<_Tp>, shared_ptr<_Tp>, bool> 5304 : binary_function<weak_ptr<_Tp>, weak_ptr<_Tp>, bool>
|
| H A D | __functional_03 | 1008 : public binary_function<_A0, _A1, _Rp>
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | functional | 218 // unary_function but not binary_function 225 // binary_function but not unary_function 228 : binary_function<typename _Tp::first_argument_type, 239 binary_function<typename _Tp::first_argument_type, 251 * derive from both unary_function and binary_function. 271 : binary_function<_T1, _T2, _Res> 283 : binary_function<_T1, _T2, _Res> 295 : binary_function<_T1*, _T2, _Res> 307 : binary_function<const _T1*, _T2, _Res> 319 : binary_function<volatile _T1*, _T2, _Res> [all …]
|
| H A D | functional_iterate.h | 182 : public binary_function<_Class*, _T1, _Res> 236 : public binary_function<const _Class*, _T1, _Res> 290 : public binary_function<volatile _Class*, _T1, _Res> 343 : public binary_function<const volatile _Class*, _T1, _Res> 599 : public binary_function<_T1, _T2, _Res>, private _Function_base
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | function.h | 67 using std::binary_function;
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | functional | 72 using std::binary_function; 211 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> 219 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
|
| H A D | rope | 423 : public std::binary_function<rope<_CharT, _Alloc>, rope<_CharT, _Alloc>,
|