Lines Matching refs:binary_function
116 struct binary_function in _GLIBCXX_VISIBILITY() struct
142 struct plus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
151 struct minus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
160 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
169 struct divides : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
178 struct modulus : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
206 struct equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
215 struct not_equal_to : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
224 struct greater : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
233 struct less : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
242 struct greater_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
251 struct less_equal : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
270 struct logical_and : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
279 struct logical_or : public binary_function<_Tp, _Tp, bool> in _GLIBCXX_VISIBILITY()
299 struct bit_and : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
307 struct bit_or : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
315 struct bit_xor : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY()
377 : public binary_function<typename _Predicate::first_argument_type, in _GLIBCXX_VISIBILITY()
450 : public binary_function<_Arg1, _Arg2, _Result> in _GLIBCXX_VISIBILITY()
624 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
642 class const_mem_fun1_t : public binary_function<const _Tp*, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
660 class mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> in _GLIBCXX_VISIBILITY()
678 class const_mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> in _GLIBCXX_VISIBILITY()