Home
last modified time | relevance | path

Searched refs:not_equal_to (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
Dnot_equal_to.pass.cpp20 typedef std::not_equal_to<int> F; in main()
26 typedef std::not_equal_to<> F2; in main()
35 constexpr bool foo = std::not_equal_to<int> () (36, 36); in main()
38 constexpr bool bar = std::not_equal_to<> () (36.0, 36); in main()
Dtransparent.pass.cpp43 static_assert ( !is_transparent<std::not_equal_to<int>>::value, "" ); in main()
44 static_assert ( !is_transparent<std::not_equal_to<std::string>>::value, "" ); in main()
45 static_assert ( is_transparent<std::not_equal_to<void>>::value, "" ); in main()
46 static_assert ( is_transparent<std::not_equal_to<>>::value, "" ); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dnot_equal_to.hpp67 struct not_equal_to struct
74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, not_equal_to, (N1, N2))
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, not_equal_to)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
Dfind_if_not.pass.cpp29 std::bind2nd(std::not_equal_to<int>(), 3)); in main()
33 std::bind2nd(std::not_equal_to<int>(), 10)); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dnot_equal_to.hpp17 #define AUX778076_OP_NAME not_equal_to
/ndk/tests/device/test-stlport/unit/
Dneq_test.cpp48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
/ndk/tests/device/test-gnustl-full/unit/
Dneq_test.cpp48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dvalarray4232 __val_expr<_BinaryOp<not_equal_to<typename _Expr1::value_type>, _Expr1, _Expr2> >
4237 typedef _BinaryOp<not_equal_to<value_type>, _Expr1, _Expr2> _Op;
4238 return __val_expr<_Op>(_Op(not_equal_to<value_type>(), __x, __y));
4246 __val_expr<_BinaryOp<not_equal_to<typename _Expr::value_type>,
4252 typedef _BinaryOp<not_equal_to<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4253 return __val_expr<_Op>(_Op(not_equal_to<value_type>(),
4262 __val_expr<_BinaryOp<not_equal_to<typename _Expr::value_type>,
4268 typedef _BinaryOp<not_equal_to<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4269 return __val_expr<_Op>(_Op(not_equal_to<value_type>(),
Dfunctional114 struct not_equal_to : binary_function<T, T, bool>
668 struct _LIBCPP_TYPE_VIS_ONLY not_equal_to : binary_function<_Tp, _Tp, bool>
677 struct _LIBCPP_TYPE_VIS_ONLY not_equal_to<void>
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3894 $(call gen-test, utilities/function.objects/comparisons/not_equal_to)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3903 $(call gen-test, utilities/function.objects/comparisons/not_equal_to)