Searched refs:vf1c (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dmfunptr_test.cpp50 void vf1c(const S1&);
65 void vf1c(const S1&) const;
88 ptr_fun(vf1c)(s1);
109 mem_fun(&Class::vf1c)(&objc, s1);
128 mem_fun_ref(&Class::vf1c)(objc, s1);
149 void vf1c(const S1&) function
176 void Class::vf1c(const S1&) const function in class:Class

Completed in 97 milliseconds