Lines Matching refs:unary_function
105 struct unary_function in _GLIBCXX_VISIBILITY() struct
217 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
782 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY()
882 struct bit_not : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
980 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
1056 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY()
1108 : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
1124 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
1149 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
1179 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY()
1197 class const_mem_fun_t : public unary_function<const _Tp*, _Ret> in _GLIBCXX_VISIBILITY()
1215 class mem_fun_ref_t : public unary_function<_Tp, _Ret> in _GLIBCXX_VISIBILITY()
1233 class const_mem_fun_ref_t : public unary_function<_Tp, _Ret> in _GLIBCXX_VISIBILITY()