HomeSort by relevance Sort by last modified time
    Searched refs:test_func2 (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
bind_test.cpp 95 int test_func2 (int &param1, int param2) { function
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));
  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 95 int test_func2 (int &param1, int param2) { function
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 95 int test_func2 (int &param1, int param2) { function
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));

Completed in 199 milliseconds