Home
last modified time | relevance | path

Searched refs:vf1 (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dmfunptr_test.cpp48 void vf1(S1&);
59 void vf1(const S1&);
85 ptr_fun(vf1)(s1); in mem_ptr_fun() local
99 mem_fun(&Class::vf1)(&obj, s1); in mem_ptr_fun()
119 mem_fun_ref(&Class::vf1)(obj, s1); in mem_ptr_fun() local
143 void vf1(S1&) in vf1() function
164 void Class::vf1(const S1&) in vf1() function in Class