Searched refs:not_equal_to (Results 1 - 21 of 21) sorted by relevance

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
H A Dnot_equal_to.pass.cpp12 // not_equal_to
20 typedef std::not_equal_to<int> F;
26 typedef std::not_equal_to<> F2;
35 constexpr bool foo = std::not_equal_to<int> () (36, 36);
38 constexpr bool bar = std::not_equal_to<> () (36.0, 36);
H A Dtransparent.pass.cpp43 static_assert ( !is_transparent<std::not_equal_to<int>>::value, "" );
44 static_assert ( !is_transparent<std::not_equal_to<std::string>>::value, "" );
45 static_assert ( is_transparent<std::not_equal_to<void>>::value, "" );
46 static_assert ( is_transparent<std::not_equal_to<>>::value, "" );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dnot_equal_to.pass.cpp12 // not_equal_to
20 typedef std::not_equal_to<int> F;
28 typedef std::not_equal_to<> F2;
37 constexpr bool foo = std::not_equal_to<int> () (36, 36);
40 constexpr bool bar = std::not_equal_to<> () (36.0, 36);
H A Dtransparent.pass.cpp43 static_assert ( !is_transparent<std::not_equal_to<int>>::value, "" );
44 static_assert ( !is_transparent<std::not_equal_to<std::string>>::value, "" );
45 static_assert ( is_transparent<std::not_equal_to<void>>::value, "" );
46 static_assert ( is_transparent<std::not_equal_to<>>::value, "" );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dnot_equal_to.pass.cpp12 // not_equal_to
20 typedef std::not_equal_to<int> F;
28 typedef std::not_equal_to<> F2;
37 constexpr bool foo = std::not_equal_to<int> () (36, 36);
40 constexpr bool bar = std::not_equal_to<> () (36.0, 36);
H A Dtransparent.pass.cpp43 static_assert ( !is_transparent<std::not_equal_to<int>>::value, "" );
44 static_assert ( !is_transparent<std::not_equal_to<std::string>>::value, "" );
45 static_assert ( is_transparent<std::not_equal_to<void>>::value, "" );
46 static_assert ( is_transparent<std::not_equal_to<>>::value, "" );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if_not.pass.cpp29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if_not.pass.cpp29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if_not.pass.cpp29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h323 struct not_equal_to;
349 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
409 struct not_equal_to<void> struct
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h319 struct not_equal_to;
345 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
405 struct not_equal_to<void> struct
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h323 struct not_equal_to;
349 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
409 struct not_equal_to<void> struct
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h323 struct not_equal_to;
349 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
409 struct not_equal_to<void> struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h213 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h213 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h213 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h213 struct not_equal_to : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function

Completed in 761 milliseconds