Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dmfunptr_test.cpp45 int f1c(const S1&);
62 int f1c(const S1&) const;
81 ptr_fun(f1c)(s1); in mem_ptr_fun() local
105 mem_fun(&Class::f1c)(&objc, s1); in mem_ptr_fun()
124 mem_fun_ref(&Class::f1c)(objc, s1); in mem_ptr_fun() local
137 int f1c(const S1&) in f1c() function
170 int Class::f1c(const S1&) const in f1c() function in Class
/ndk/tests/device/test-gnustl-full/unit/
Dmfunptr_test.cpp45 int f1c(const S1&);
62 int f1c(const S1&) const;
81 ptr_fun(f1c)(s1); in mem_ptr_fun() local
105 mem_fun(&Class::f1c)(&objc, s1); in mem_ptr_fun()
124 mem_fun_ref(&Class::f1c)(objc, s1); in mem_ptr_fun() local
137 int f1c(const S1&) in f1c() function
170 int Class::f1c(const S1&) const in f1c() function in Class