Lines Matching refs:__f
52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun() argument
53 {return mem_fun_t<_Sp,_Tp>(__f);} in mem_fun()
58 mem_fun(_Sp (_Tp::*__f)(_Ap)) in mem_fun()
59 {return mem_fun1_t<_Sp,_Tp,_Ap>(__f);} in mem_fun()
88 mem_fun_ref(_Sp (_Tp::*__f)()) in mem_fun_ref() argument
89 {return mem_fun_ref_t<_Sp,_Tp>(__f);} in mem_fun_ref()
94 mem_fun_ref(_Sp (_Tp::*__f)(_Ap)) in mem_fun_ref()
95 {return mem_fun1_ref_t<_Sp,_Tp,_Ap>(__f);} in mem_fun_ref()
124 mem_fun(_Sp (_Tp::*__f)() const) in mem_fun()
125 {return const_mem_fun_t<_Sp,_Tp>(__f);} in mem_fun()
130 mem_fun(_Sp (_Tp::*__f)(_Ap) const) in mem_fun()
131 {return const_mem_fun1_t<_Sp,_Tp,_Ap>(__f);} in mem_fun()
160 mem_fun_ref(_Sp (_Tp::*__f)() const) in mem_fun_ref()
161 {return const_mem_fun_ref_t<_Sp,_Tp>(__f);} in mem_fun_ref()
166 mem_fun_ref(_Sp (_Tp::*__f)(_Ap) const) in mem_fun_ref()
167 {return const_mem_fun1_ref_t<_Sp,_Tp,_Ap>(__f);} in mem_fun_ref()