Home
last modified time | relevance | path

Searched refs:not2 (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dbnegate_test.cpp43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
/ndk/tests/device/test-gnustl-full/unit/
Dbnegate_test.cpp43 sort(array, array + 4, not2(greater<int>())); in bnegate2()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h183 not2(const _Predicate& __pred) { in not2() function