HomeSort by relevance Sort by last modified time
    Searched refs:equal_to (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation_pred.pass.cpp 32 std::equal_to<const int>()) == true);
36 std::equal_to<const int>()) == true);
45 std::equal_to<const int>()) == false);
55 std::equal_to<const int>()) == true);
64 std::equal_to<const int>()) == false);
73 std::equal_to<const int>()) == false);
82 std::equal_to<const int>()) == false);
91 std::equal_to<const int>()) == false);
100 std::equal_to<const int>()) == true);
109 std::equal_to<const int>()) == true)
    [all...]
  /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));
  /ndk/sources/cxx-stl/llvm-libc++/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>()) ==
  /ndk/sources/cxx-stl/llvm-libc++/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);
  /ndk/sources/cxx-stl/llvm-libc++/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>()) ==
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/alg.equal/
equal_pred.pass.cpp 32 std::equal_to<int>()));
36 std::equal_to<int>()));
  /ndk/sources/cxx-stl/llvm-libc++/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));
  /ndk/sources/cxx-stl/llvm-libc++/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>,
31 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));
size_hash_equal_allocator.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 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));
allocator.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_compare<std::equal_to<NotConstructible> >,
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
assign_copy.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
33 test_compare<std::equal_to<int> >,
49 test_compare<std::equal_to<int> >(9),
55 test_compare<std::equal_to<int> >(3),
66 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
78 test_compare<std::equal_to<int> >,
94 test_compare<std::equal_to<int> >(9),
100 test_compare<std::equal_to<int> >(3),
111 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
default.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_compare<std::equal_to<NotConstructible> >,
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size.fail.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 test_compare<std::equal_to<NotConstructible> >,
38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/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>,
31 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));
size_hash_equal_allocator.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
31 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));
  /ndk/sources/cxx-stl/llvm-libc++/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>,
31 test_compare<std::equal_to<NotConstructible> >,
36 test_compare<std::equal_to<NotConstructible> >(9)
40 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>,
31 test_compare<std::equal_to<NotConstructible> >,
36 test_compare<std::equal_to<NotConstructible> >(9),
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
move.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<int> >,
47 test_compare<std::equal_to<int> >(9),
54 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
67 test_compare<std::equal_to<int> >,
83 test_compare<std::equal_to<int> >(9),
94 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
  /ndk/sources/cxx-stl/llvm-libc++/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>,
31 test_compare<std::equal_to<NotConstructible> >,
36 test_compare<std::equal_to<NotConstructible> >(9)
40 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>,
31 test_compare<std::equal_to<NotConstructible> >,
36 test_compare<std::equal_to<NotConstructible> >(9),
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
copy.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_compare<std::equal_to<int> >,
47 test_compare<std::equal_to<int> >(9),
58 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
70 test_compare<std::equal_to<int> >,
86 test_compare<std::equal_to<int> >(9),
97 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
move.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<int> >,
47 test_compare<std::equal_to<int> >(9),
54 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
67 test_compare<std::equal_to<int> >,
83 test_compare<std::equal_to<int> >(9),
94 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
move_alloc.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
34 test_compare<std::equal_to<int> >,
49 test_compare<std::equal_to<int> >(9),
60 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
75 test_compare<std::equal_to<int> >,
90 test_compare<std::equal_to<int> >(9),
101 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 32 std::equal_to<int>()) ==
37 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) ==
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/comparisons/
equal_to.pass.cpp 12 // equal_to
20 typedef std::equal_to<int> F;

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 91011