Searched refs:equal_to (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
H A Dequal_to.pass.cpp12 // equal_to
20 typedef std::equal_to<int> F;
26 typedef std::equal_to<> F2;
33 constexpr bool foo = std::equal_to<int> () (36, 36);
36 constexpr bool bar = std::equal_to<> () (36.0, 36);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
H A Dadjacent_find_pred.pass.cpp29 std::equal_to<int>()) ==
33 std::equal_to<int>()) ==
37 std::equal_to<int>()) ==
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dcount_if.pass.cpp29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
H A Dadjacent_find_pred.pass.cpp29 std::equal_to<int>()) ==
33 std::equal_to<int>()) ==
37 std::equal_to<int>()) ==
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
H A Dcount_if.pass.cpp29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
H A Dadjacent_find_pred.pass.cpp29 std::equal_to<int>()) ==
33 std::equal_to<int>()) ==
37 std::equal_to<int>()) ==
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dcount_if.pass.cpp29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dfind_first_of_pred.pass.cpp34 std::equal_to<int>()) ==
41 std::equal_to<int>()) ==
47 std::equal_to<int>()) ==
53 std::equal_to<int>()) ==
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dequal_to.pass.cpp12 // equal_to
20 typedef std::equal_to<int> F;
28 typedef std::equal_to<> F2;
35 constexpr bool foo = std::equal_to<int> () (36, 36);
38 constexpr bool bar = std::equal_to<> () (36.0, 36);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dfind_first_of_pred.pass.cpp34 std::equal_to<int>()) ==
41 std::equal_to<int>()) ==
47 std::equal_to<int>()) ==
53 std::equal_to<int>()) ==
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
H A Dfind_first_of_pred.pass.cpp34 std::equal_to<int>()) ==
41 std::equal_to<int>()) ==
47 std::equal_to<int>()) ==
53 std::equal_to<int>()) ==
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dequal_to.pass.cpp12 // equal_to
20 typedef std::equal_to<int> F;
28 typedef std::equal_to<> F2;
35 constexpr bool foo = std::equal_to<int> () (36, 36);
38 constexpr bool bar = std::equal_to<> () (36.0, 36);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if.pass.cpp29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if.pass.cpp29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
H A Dfind_if.pass.cpp29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
H A Dis_permutation_pred.pass.cpp44 std::equal_to<const int>()) == true);
48 std::equal_to<const int>()) == true);
54 std::equal_to<const int>()) == true);
59 std::equal_to<const int>()) == false);
69 std::equal_to<const int>()) == false);
75 std::equal_to<const int>()) == false);
86 std::equal_to<const int>()) == true);
92 std::equal_to<const int>()) == true);
97 std::equal_to<const int>()) == false);
107 std::equal_to<cons
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/
H A Dis_permutation_pred.pass.cpp44 std::equal_to<const int>()) == true);
48 std::equal_to<const int>()) == true);
54 std::equal_to<const int>()) == true);
59 std::equal_to<const int>()) == false);
69 std::equal_to<const int>()) == false);
75 std::equal_to<const int>()) == false);
86 std::equal_to<const int>()) == true);
92 std::equal_to<const int>()) == true);
97 std::equal_to<const int>()) == false);
107 std::equal_to<cons
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
H A Dis_permutation_pred.pass.cpp44 std::equal_to<const int>()) == true);
48 std::equal_to<const int>()) == true);
54 std::equal_to<const int>()) == true);
59 std::equal_to<const int>()) == false);
69 std::equal_to<const int>()) == false);
75 std::equal_to<const int>()) == false);
86 std::equal_to<const int>()) == true);
92 std::equal_to<const int>()) == true);
97 std::equal_to<const int>()) == false);
107 std::equal_to<cons
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
H A Dmismatch_pred.pass.cpp37 std::equal_to<int>()) ==
47 std::equal_to<int>()) ==
54 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) ==
57 assert(std::mismatch(ia, ia + sa, ib, ib + sa, std::equal_to<int>()) ==
59 assert(std::mismatch(ia, ia + sa, ib, ib + 2, std::equal_to<int>()) ==
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dequal_pred.pass.cpp43 std::equal_to<int>()));
49 std::equal_to<int>()));
54 std::equal_to<int>()));
74 std::equal_to<int>()));
80 std::equal_to<int>()));
85 std::equal_to<int>()));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
H A Dsize_hash_equal.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
61 test_compare<std::equal_to<NotConstructible> >(9)
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
H A Dsize_hash_equal_allocator.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9),
67 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dsize_hash_equal.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9)
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
55 test_compare<std::equal_to<NotConstructible> >,
61 test_compare<std::equal_to<NotConstructible> >(9)
65 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
H A Dsize_hash_equal_allocator.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
38 test_compare<std::equal_to<NotConstructible> >(9),
43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
56 test_compare<std::equal_to<NotConstructible> >,
62 test_compare<std::equal_to<NotConstructible> >(9),
67 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Dsize_hash_equal.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<NotConstructible> >,
37 test_compare<std::equal_to<NotConstructible> >(9)
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
53 test_compare<std::equal_to<NotConstructible> >,
58 test_compare<std::equal_to<NotConstructible> >(9)
62 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));

Completed in 520 milliseconds

1234567891011>>