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/ |
D | not_equal_to.pass.cpp | 20 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()
|
D | transparent.pass.cpp | 43 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/ |
D | not_equal_to.hpp | 67 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/ |
D | find_if_not.pass.cpp | 29 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/ |
D | not_equal_to.hpp | 17 #define AUX778076_OP_NAME not_equal_to
|
/ndk/tests/device/test-stlport/unit/ |
D | neq_test.cpp | 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>()); in nequal0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | neq_test.cpp | 48 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.h | 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | valarray | 4232 __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>(),
|
D | functional | 114 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/ |
D | Android.mk | 3894 $(call gen-test, utilities/function.objects/comparisons/not_equal_to)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3903 $(call gen-test, utilities/function.objects/comparisons/not_equal_to)
|