Searched refs:vf1 (Results 1 – 1 of 1) sorted by relevance
48 void vf1(S1&);59 void vf1(const S1&);85 ptr_fun(vf1)(s1); in mem_ptr_fun() local99 mem_fun(&Class::vf1)(&obj, s1); in mem_ptr_fun()119 mem_fun_ref(&Class::vf1)(obj, s1); in mem_ptr_fun() local143 void vf1(S1&) in vf1() function164 void Class::vf1(const S1&) in vf1() function in Class