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>
157 static binary_function<_A1, _A2, _Rp>
158 __test(const volatile binary_function<_A1, _A2, _Rp>*);
275 : public binary_function<_A1, _A2, _Rp>
281 : public binary_function<_A1, _A2, _Rp>
287 : public binary_function<_A1, _A2, _Rp>
293 : public binary_function<_Cp*, _A1, _Rp>
299 : public binary_function<const _Cp*, _A1, _Rp>
305 : public binary_function<volatile _Cp*, _A1, _Rp>
311 : public binary_function<const volatile _Cp*, _A1, _Rp>