Home
last modified time | relevance | path

Searched refs:binary_negate (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
Dbinary_negate.pass.cpp20 typedef std::binary_negate<std::logical_and<int> > F; in main()
/ndk/tests/device/test-gnustl-full/unit/
Dbnegate_test.cpp34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); in bnegate1()
/ndk/tests/device/test-stlport/unit/
Dbnegate_test.cpp34 sort(array, array + 4, binary_negate<greater<int> >(greater<int>())); in bnegate1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h159 class binary_negate
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} in binary_negate() function
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred); in not2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional197 class binary_negate
203 explicit binary_negate(const Predicate& pred);
208 template <class Predicate> binary_negate<Predicate> not2(const Predicate& pred);
955 class _LIBCPP_TYPE_VIS_ONLY binary_negate
963 binary_negate(const _Predicate& __pred) : __pred_(__pred) {}
973 binary_negate<_Predicate>
974 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);}
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3936 $(call gen-test, utilities/function.objects/negators/binary_negate)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3945 $(call gen-test, utilities/function.objects/negators/binary_negate)