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

  /external/stlport/test/unit/
bnegate_test.cpp 43 sort(array, array + 4, not2(greater<int>()));
  /ndk/tests/device/test-gnustl-full/unit/
bnegate_test.cpp 43 sort(array, array + 4, not2(greater<int>()));
  /ndk/tests/device/test-stlport/unit/
bnegate_test.cpp 43 sort(array, array + 4, not2(greater<int>()));
  /external/stlport/stlport/stl/
_function.h 183 not2(const _Predicate& __pred) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 183 not2(const _Predicate& __pred) { function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 319 * The functions @c not1 and @c not2 each take a predicate functor
339 * argument. The not2/binary_negate combination works on predicates which
389 not2(const _Predicate& __pred) function

Completed in 1506 milliseconds