Searched defs:_Arg (Results 1 – 3 of 3) sorted by relevance
444 explicit pointer_to_unary_function(_Result (*__x)(_Arg)) : _M_ptr(__x) {} in pointer_to_unary_function()450 inline pointer_to_unary_function<_Arg, _Result> ptr_fun(_Result (*__x)(_Arg)) in ptr_fun()571 explicit mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t()592 explicit mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_ref_t()652 explicit mem_fun1_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t()674 explicit mem_fun1_ref_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_ref_t()712 inline mem_fun1_t<_Ret,_Tp,_Arg> mem_fun(_Ret (_Tp::*__f)(_Arg)) in mem_fun()720 inline mem_fun1_ref_t<_Ret,_Tp,_Arg> mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref()
30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) in pointer_to_unary_function()39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun()
489 pointer_to_unary_function(_Result (*__x)(_Arg)) in pointer_to_unary_function()500 ptr_fun(_Result (*__x)(_Arg)) in ptr_fun()651 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_t()683 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_ref_t()733 mem_fun(_Ret (_Tp::*__f)(_Arg)) in mem_fun()743 mem_fun_ref(_Ret (_Tp::*__f)(_Arg)) in mem_fun_ref()