Searched defs:even (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dptr2_test.cpp39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
/ndk/tests/device/test-stlport/unit/
H A Dptr2_test.cpp39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));

Completed in 55 milliseconds