HomeSort by relevance Sort by last modified time
    Searched defs:Comp (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/libcxx/test/std/containers/associative/map/map.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::map<int, int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multimap<int, int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multiset<int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/set/set.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::set<int, Comp<int> > m;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_map<int, int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 92 typedef test_compare<std::equal_to<T>> Comp;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp());
111 typedef test_compare<std::equal_to<T>> Comp;
112 typedef std::unordered_map<T, T, HF, Comp, A> C;
120 assert(c.key_eq() == Comp());
init.pass.cpp 101 typedef test_compare<std::equal_to<int>> Comp;
102 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
132 typedef test_compare<std::equal_to<int>> Comp;
133 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_multimap<int, int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 92 typedef test_compare<std::equal_to<T>> Comp;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp());
111 typedef test_compare<std::equal_to<T>> Comp;
112 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
120 assert(c.key_eq() == Comp());
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_multiset<int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 69 typedef test_compare<std::equal_to<T>> Comp;
71 typedef std::unordered_multiset<T, HF, Comp, A> C;
77 assert(c.key_eq() == Comp ());
89 typedef test_compare<std::equal_to<T>> Comp;
91 typedef std::unordered_multiset<T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp ());
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_set<int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 69 typedef test_compare<std::equal_to<T>> Comp;
71 typedef std::unordered_set<T, HF, Comp, A> C;
77 assert(c.key_eq() == Comp ());
89 typedef test_compare<std::equal_to<T>> Comp;
91 typedef std::unordered_set<T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp ());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::map<int, int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multimap<int, int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multiset<int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::set<int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_map<int, int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 92 typedef test_compare<std::equal_to<T>> Comp;
93 typedef std::unordered_map<T, T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp());
111 typedef test_compare<std::equal_to<T>> Comp;
112 typedef std::unordered_map<T, T, HF, Comp, A> C;
120 assert(c.key_eq() == Comp());
init.pass.cpp 101 typedef test_compare<std::equal_to<int>> Comp;
102 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
132 typedef test_compare<std::equal_to<int>> Comp;
133 typedef std::unordered_map<int, std::string, HF, Comp, A> C;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_multimap<int, int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 92 typedef test_compare<std::equal_to<T>> Comp;
93 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp());
111 typedef test_compare<std::equal_to<T>> Comp;
112 typedef std::unordered_multimap<T, T, HF, Comp, A> C;
120 assert(c.key_eq() == Comp());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_multiset<int, std::hash<int>, Comp<int> > m;
allocator.pass.cpp 69 typedef test_compare<std::equal_to<T>> Comp;
71 typedef std::unordered_multiset<T, HF, Comp, A> C;
77 assert(c.key_eq() == Comp ());
89 typedef test_compare<std::equal_to<T>> Comp;
91 typedef std::unordered_multiset<T, HF, Comp, A> C;
99 assert(c.key_eq() == Comp ());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_set<int, std::hash<int>, Comp<int> > m;

Completed in 1191 milliseconds

1 2 3 4