Searched refs:key_eq (Results 1 - 25 of 106) sorted by relevance

12345

/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Dsize.fail.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.pass.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash.pass.cpp40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
60 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dallocator.pass.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
76 assert(c.key_eq() == Comp ());
98 assert(c.key_eq() == Comp ());
H A Ddefault.pass.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash_equal.pass.cpp41 assert(c.key_eq() == 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.cpp42 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
64 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
H A Dsize.pass.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash.pass.cpp40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
60 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dallocator.pass.cpp38 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
56 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
76 assert(c.key_eq() == Comp ());
98 assert(c.key_eq() == Comp ());
H A Dsize.fail.cpp37 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A Dallocator.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
80 assert(c.key_eq() == Comp());
101 assert(c.key_eq() == Comp());
H A Ddefault.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.fail.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash.pass.cpp41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash_equal.pass.cpp42 assert(c.key_eq() == 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.cpp43 assert(c.key_eq() == 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.multimap/unord.multimap.cnstr/
H A Dallocator.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
80 assert(c.key_eq() == Comp());
101 assert(c.key_eq() == Comp());
H A Ddefault.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.fail.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize.pass.cpp39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
59 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash.pass.cpp41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
63 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >());
H A Dsize_hash_equal.pass.cpp42 assert(c.key_eq() == 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.cpp43 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));
67 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >(9));

Completed in 281 milliseconds

12345