Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dmfunptr_test.cpp50 void vf1c(const S1&);
65 void vf1c(const S1&) const;
88 ptr_fun(vf1c)(s1); in mem_ptr_fun() local
109 mem_fun(&Class::vf1c)(&objc, s1); in mem_ptr_fun()
128 mem_fun_ref(&Class::vf1c)(objc, s1); in mem_ptr_fun() local
149 void vf1c(const S1&) in vf1c() function
176 void Class::vf1c(const S1&) const in vf1c() function in Class
/ndk/tests/device/test-gnustl-full/unit/
Dmfunptr_test.cpp50 void vf1c(const S1&);
65 void vf1c(const S1&) const;
88 ptr_fun(vf1c)(s1); in mem_ptr_fun() local
109 mem_fun(&Class::vf1c)(&objc, s1); in mem_ptr_fun()
128 mem_fun_ref(&Class::vf1c)(objc, s1); in mem_ptr_fun() local
149 void vf1c(const S1&) in vf1c() function
176 void Class::vf1c(const S1&) const in vf1c() function in Class