Searched refs:vf1c (Results 1 – 2 of 2) sorted by relevance
50 void vf1c(const S1&);65 void vf1c(const S1&) const;88 ptr_fun(vf1c)(s1); in mem_ptr_fun() local109 mem_fun(&Class::vf1c)(&objc, s1); in mem_ptr_fun()128 mem_fun_ref(&Class::vf1c)(objc, s1); in mem_ptr_fun() local149 void vf1c(const S1&) in vf1c() function176 void Class::vf1c(const S1&) const in vf1c() function in Class