Lines Matching refs:unary_function
103 struct unary_function in _GLIBCXX_VISIBILITY() struct
187 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
288 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY()
354 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
424 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY()
479 : public unary_function<_Tp,_Tp> in _GLIBCXX_VISIBILITY()
494 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
521 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
552 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY()
570 class const_mem_fun_t : public unary_function<const _Tp*, _Ret> in _GLIBCXX_VISIBILITY()
588 class mem_fun_ref_t : public unary_function<_Tp, _Ret> in _GLIBCXX_VISIBILITY()
606 class const_mem_fun_ref_t : public unary_function<_Tp, _Ret> in _GLIBCXX_VISIBILITY()