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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
equal_to.hpp 13 // $Id: equal_to.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
17 #define AUX778076_OP_NAME equal_to
  /ndk/sources/cxx-stl/llvm-libc++/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/libcxx/test/std/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/std/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++/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>()) ==
  /ndk/sources/cxx-stl/llvm-libc++/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/std/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/std/utilities/function.objects/comparisons/
equal_to.pass.cpp 12 // 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);
  /ndk/sources/cxx-stl/llvm-libc++/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/std/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++/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/std/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...]
  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/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/std/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/std/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/std/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/std/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));
  /external/libcxx/test/std/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));
  /ndk/sources/cxx-stl/llvm-libc++/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>()));
  /ndk/sources/cxx-stl/llvm-libc++/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));

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>