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

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
range_size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
35 test_compare<std::equal_to<int> >,
51 test_compare<std::equal_to<int> >(9)
60 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
72 test_compare<std::equal_to<int> >,
88 test_compare<std::equal_to<int> >(9)
97 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
range_size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
36 test_compare<std::equal_to<int> >,
52 test_compare<std::equal_to<int> >(9),
62 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
74 test_compare<std::equal_to<int> >,
90 test_compare<std::equal_to<int> >(9),
100 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
copy_alloc.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
32 test_compare<std::equal_to<int> >,
48 test_compare<std::equal_to<int> >(9),
59 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
71 test_compare<std::equal_to<int> >,
87 test_compare<std::equal_to<int> >(9),
98 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
init_size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
34 test_compare<std::equal_to<int> >,
48 test_compare<std::equal_to<int> >(9)
57 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
69 test_compare<std::equal_to<int> >,
83 test_compare<std::equal_to<int> >(9)
92 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
init_size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
34 test_compare<std::equal_to<int> >,
48 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> >,
84 test_compare<std::equal_to<int> >(9),
94 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
range_size_hash_equal.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
35 test_compare<std::equal_to<int> >,
51 test_compare<std::equal_to<int> >(9)
60 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
72 test_compare<std::equal_to<int> >,
88 test_compare<std::equal_to<int> >(9)
97 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
range_size_hash_equal_allocator.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
36 test_compare<std::equal_to<int> >,
52 test_compare<std::equal_to<int> >(9),
62 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
74 test_compare<std::equal_to<int> >,
90 test_compare<std::equal_to<int> >(9),
100 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
size.fail.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_compare<std::equal_to<NotConstructible> >,
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /external/libcxx/test/std/containers/unord/unord.multiset/
max_load_factor.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
47 std::equal_to<int>, min_allocator<int>> C;
54 std::equal_to<int>, min_allocator<int>> C;
  /external/libcxx/test/std/containers/unord/unord.set/
max_load_factor.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
47 std::equal_to<int>, min_allocator<int>> C;
54 std::equal_to<int>, min_allocator<int>> C;
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
size.fail.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
31 test_compare<std::equal_to<NotConstructible> >,
37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
max_load_factor.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
47 std::equal_to<int>, min_allocator<int>> C;
54 std::equal_to<int>, min_allocator<int>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
max_load_factor.pass.cpp 12 // template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
47 std::equal_to<int>, min_allocator<int>> C;
54 std::equal_to<int>, min_allocator<int>> C;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace_if.pass.cpp 31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5);
  /external/libcxx/test/std/containers/unord/unord.map/
max_bucket_count.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
34 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
assign_move.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
35 test_compare<std::equal_to<int> >,
51 test_compare<std::equal_to<int> >(9),
57 test_compare<std::equal_to<int> >(3),
68 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
80 test_compare<std::equal_to<int> >,
96 test_compare<std::equal_to<int> >(9),
102 test_compare<std::equal_to<int> >(3),
113 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
126 test_compare<std::equal_to<int> >
    [all...]
default.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 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>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size_hash.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
54 test_compare<std::equal_to<NotConstructible> >,
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
default.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 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>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
52 test_compare<std::equal_to<NotConstructible> >,
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
size_hash.pass.cpp 12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
32 test_compare<std::equal_to<NotConstructible> >,
41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
54 test_compare<std::equal_to<NotConstructible> >,
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
default.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> >());

Completed in 757 milliseconds

1 2 34 5 6 7 8 91011>>