/external/libcxx/test/utilities/function.objects/comparisons/ |
equal_to.pass.cpp | 12 // 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/ |
MatrixCwiseUnaryOps.h | 62 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/ |
adjacent_find_pred.pass.cpp | 29 std::equal_to<int>()) == 33 std::equal_to<int>()) == 37 std::equal_to<int>()) ==
|
/external/libcxx/test/algorithms/alg.nonmodifying/alg.count/ |
count_if.pass.cpp | 29 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/ |
find_first_of_pred.pass.cpp | 34 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/ |
find_if.pass.cpp | 29 std::bind2nd(std::equal_to<int>(), 3)); 33 std::bind2nd(std::equal_to<int>(), 10));
|
/external/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/ |
is_permutation_pred.pass.cpp | 44 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<const int>()) == false) [all...] |
/external/libcxx/test/algorithms/alg.nonmodifying/mismatch/ |
mismatch_pred.pass.cpp | 37 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/ |
equal_pred.pass.cpp | 43 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/ |
size_hash_equal.pass.cpp | 12 // 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));
|
size_hash_equal_allocator.pass.cpp | 12 // 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/ |
size_hash_equal.pass.cpp | 12 // 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));
|
size_hash_equal_allocator.pass.cpp | 12 // 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/ |
size_hash_equal.pass.cpp | 12 // 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));
|
size_hash_equal_allocator.pass.cpp | 12 // 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));
|
size.fail.cpp | 12 // 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> >());
|
size.pass.cpp | 12 // 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> >());
|
size_hash.pass.cpp | 12 // 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/ |
size_hash_equal.pass.cpp | 12 // 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));
|
size_hash_equal_allocator.pass.cpp | 12 // 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/ |
max_size.pass.cpp | 12 // 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/ |
max_size.pass.cpp | 12 // 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/ |
max_bucket_count.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 33 std::equal_to<int>, min_allocator<int>> C;
|
max_size.pass.cpp | 12 // 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/ |
max_bucket_count.pass.cpp | 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 33 std::equal_to<int>, min_allocator<int>> C;
|