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

1234567891011>>

/external/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);
/external/eigen/Eigen/src/plugins/
H A DMatrixCwiseUnaryOps.h62 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const Derived>
65 return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,const Derived>
66 (derived(), std::bind1st(std::equal_to<Scalar>(), s));
/external/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>()) ==
/external/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);
/external/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>()) ==
/external/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));
/external/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...]
/external/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>()) ==
/external/libcxx/test/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>()));
/external/libcxx/test/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));
/external/libcxx/test/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));
/external/libcxx/test/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));
H A Dsize_hash_equal_allocator.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),
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9),
64 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
H A Dsize.fail.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<NotConstructible> >,
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
50 test_compare<std::equal_to<NotConstructible> >,
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<NotConstructible> >,
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
50 test_compare<std::equal_to<NotConstructible> >,
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<NotConstructible> >,
40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
60 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
/external/libcxx/test/containers/unord/unord.set/unord.set.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));
H A Dsize_hash_equal_allocator.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),
42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
54 test_compare<std::equal_to<NotConstructible> >,
59 test_compare<std::equal_to<NotConstructible> >(9),
64 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
/external/libcxx/test/containers/unord/unord.map/
H A Dmax_size.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 std::unordered_map<int, int, std::hash<int>, std::equal_to<int>,
/external/libcxx/test/containers/unord/unord.multimap/
H A Dmax_size.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 std::unordered_multimap<int, int, std::hash<int>, std::equal_to<int>,
/external/libcxx/test/containers/unord/unord.multiset/
H A Dmax_bucket_count.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 std::equal_to<int>, min_allocator<int>> C;
H A Dmax_size.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 std::equal_to<int>, min_allocator<int>> u;
/external/libcxx/test/containers/unord/unord.set/
H A Dmax_bucket_count.pass.cpp12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
33 std::equal_to<int>, min_allocator<int>> C;

Completed in 1805 milliseconds

1234567891011>>