HomeSort by relevance Sort by last modified time
    Searched full:vf1c (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 50 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
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 50 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 220 milliseconds