Lines Matching refs:binary_function
118 struct binary_function in _GLIBCXX_VISIBILITY() struct
167 struct plus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
177 struct minus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
187 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
197 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
207 struct modulus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
351 struct equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
361 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
371 struct greater : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
381 struct less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
391 struct greater_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
401 struct less_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
411 struct greater<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY()
424 struct less<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY()
437 struct greater_equal<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY()
450 struct less_equal<_Tp*> : public binary_function<_Tp*, _Tp*, bool> in _GLIBCXX_VISIBILITY()
762 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
772 struct logical_or : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
855 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
864 struct bit_or : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
873 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
1006 : public binary_function<typename _Predicate::first_argument_type, in _GLIBCXX_VISIBILITY()
1082 : public binary_function<_Arg1, _Arg2, _Result> in _GLIBCXX_VISIBILITY()
1251 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
1269 class const_mem_fun1_t : public binary_function<const _Tp*, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
1287 class mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
1305 class const_mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> in _GLIBCXX_VISIBILITY()