Searched refs:test_func2 (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | bind_test.cpp | 95 int test_func2 (int ¶m1, int param2) { in test_func2() function 111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); in bind2nd3()
|
/ndk/tests/device/test-stlport/unit/ |
D | bind_test.cpp | 95 int test_func2 (int ¶m1, int param2) { in test_func2() function 111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); in bind2nd3()
|