Searched refs:test_compare (Results 1 - 25 of 157) sorted by relevance

1234567

/external/libcxx/test/containers/
H A Dtest_compare.h20 class test_compare class in inherits:C
25 explicit test_compare(int data = 0) : data_(data) {} function in class:test_compare
32 bool operator==(const test_compare& c) const
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A Dsize_hash_equal.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dsize_hash_equal_allocator.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dinit_size_hash_equal.pass.cpp24 #include "../../../test_compare.h"
35 test_compare<std::equal_to<int> >,
49 test_compare<std::equal_to<int> >(9)
58 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
71 test_compare<std::equal_to<int> >,
85 test_compare<std::equal_to<int> >(9)
94 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dsize_hash_equal.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dsize_hash_equal_allocator.pass.cpp22 #include "../../../test_compare.h"
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/
H A Dsize_hash_equal.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dsize_hash_equal_allocator.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dsize.fail.cpp22 #include "../../../test_compare.h"
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> >());
H A Dsize.pass.cpp22 #include "../../../test_compare.h"
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> >());
H A Dsize_hash.pass.cpp22 #include "../../../test_compare.h"
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> >());
H A Dassign_move.pass.cpp22 #include "../../../test_compare.h"
34 test_compare<std::equal_to<int> >,
50 test_compare<std::equal_to<int> >(9),
56 test_compare<std::equal_to<int> >(3),
75 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
87 test_compare<std::equal_to<int> >,
103 test_compare<std::equal_to<int> >(9),
109 test_compare<std::equal_to<int> >(3),
120 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
132 test_compare<st
[all...]
H A Dinit_size_hash_equal.pass.cpp23 #include "../../../test_compare.h"
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));
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
H A Dsize_hash_equal.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dsize_hash_equal_allocator.pass.cpp22 #include "../../../test_compare.h"
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));
H A Dassign_move.pass.cpp22 #include "../../../test_compare.h"
34 test_compare<std::equal_to<int> >,
50 test_compare<std::equal_to<int> >(9),
56 test_compare<std::equal_to<int> >(3),
67 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
79 test_compare<std::equal_to<int> >,
95 test_compare<std::equal_to<int> >(9),
101 test_compare<std::equal_to<int> >(3),
112 assert(c.key_eq() == test_compare<std::equal_to<int> >(9));
124 test_compare<st
[all...]
H A Dsize.pass.cpp22 #include "../../../test_compare.h"
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> >());
H A Dsize_hash.pass.cpp22 #include "../../../test_compare.h"
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> >());
H A Dcopy.pass.cpp22 #include "../../../test_compare.h"
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));
111 test_compare<std::equal_to<int> >,
127 test_compare<std::equal_to<int> >(9),
138 assert(c.key_eq() == test_compare<st
[all...]
/external/libcxx/test/containers/associative/map/map.cons/
H A Dcompare.pass.cpp19 #include "../../../test_compare.h"
25 typedef test_compare<std::less<int> > C;
33 typedef test_compare<std::less<int> > C;
/external/libcxx/test/containers/associative/multimap/multimap.cons/
H A Dcompare.pass.cpp19 #include "../../../test_compare.h"
25 typedef test_compare<std::less<int> > C;
33 typedef test_compare<std::less<int> > C;
/external/libcxx/test/containers/associative/multiset/multiset.cons/
H A Dcompare.pass.cpp19 #include "../../../test_compare.h"
23 typedef test_compare<std::less<int> > C;
H A Dcompare_alloc.pass.cpp19 #include "../../../test_compare.h"
24 typedef test_compare<std::less<int> > C;
/external/libcxx/test/containers/associative/set/set.cons/
H A Dcompare.pass.cpp19 #include "../../../test_compare.h"
23 typedef test_compare<std::less<int> > C;
H A Dcompare_alloc.pass.cpp19 #include "../../../test_compare.h"
24 typedef test_compare<std::less<int> > C;

Completed in 221 milliseconds

1234567