Lines Matching refs:binary_function
34 struct _LIBCPP_TYPE_VIS_ONLY binary_function
59 struct _LIBCPP_TYPE_VIS_ONLY less : binary_function<_Tp, _Tp, bool>
154 static binary_function<_A1, _A2, _Rp>
155 __test(const volatile binary_function<_A1, _A2, _Rp>*);
272 : public binary_function<_A1, _A2, _Rp>
278 : public binary_function<_A1, _A2, _Rp>
284 : public binary_function<_A1, _A2, _Rp>
290 : public binary_function<_Cp*, _A1, _Rp>
296 : public binary_function<const _Cp*, _A1, _Rp>
302 : public binary_function<volatile _Cp*, _A1, _Rp>
308 : public binary_function<const volatile _Cp*, _A1, _Rp>