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

/external/stlport/test/unit/
H A Dbind_test.cpp91 int test_func1 (const int &param1, const int &param2) { function
105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1));

Completed in 673 milliseconds