/external/libcxx/test/containers/ |
NotConstructible.h | 15 class NotConstructible 17 NotConstructible(const NotConstructible&); 18 NotConstructible& operator=(const NotConstructible&); 24 operator==(const NotConstructible&, const NotConstructible&) 31 struct hash<NotConstructible> 32 : public std::unary_function<NotConstructible, std::size_t> 34 std::size_t operator()(const NotConstructible&) const {return 0; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
NotConstructible.h | 15 class NotConstructible 17 NotConstructible(const NotConstructible&); 18 NotConstructible& operator=(const NotConstructible&); 24 operator==(const NotConstructible&, const NotConstructible&) 31 struct hash<NotConstructible> 32 : public std::unary_function<NotConstructible, std::size_t> 34 std::size_t operator()(const NotConstructible&) const {return 0; [all...] |
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9), 39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10 [all...] |
size_hash_equal.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8) 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); [all...] |
default.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >())) [all...] |
size.fail.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >())) [all...] |
size.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >())) [all...] |
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9), 39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10 [all...] |
size_hash_equal.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8) 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); [all...] |
default.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >())) [all...] |
size.fail.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >()); 39 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >())) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9), 39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10 [all...] |
size_hash_equal.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_map<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8) 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9), 39 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10 [all...] |
size_hash_equal.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8), 38 test_compare<std::equal_to<NotConstructible> >(9) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multimap<NotConstructible, NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<std::pair<const NotConstructible, 34 NotConstructible> > 37 test_hash<std::hash<NotConstructible> >(8) 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 41 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); [all...] |
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multiset<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8), 37 test_compare<std::equal_to<NotConstructible> >(9), 38 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multiset<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 assert(c.get_allocator() == (test_allocator<NotConstructible>())); 50 typedef std::unordered_multiset<NotConstructible, [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
size_hash_equal_allocator.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multiset<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8), 37 test_compare<std::equal_to<NotConstructible> >(9), 38 test_allocator<std::pair<const NotConstructible, NotConstructible> >(10) 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)) [all...] |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_multiset<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 assert(c.get_allocator() == (test_allocator<NotConstructible>())); 50 typedef std::unordered_multiset<NotConstructible, [all...] |
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_set<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 assert(c.get_allocator() == (test_allocator<NotConstructible>())); 50 typedef std::unordered_set<NotConstructible, [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/ |
size_hash.pass.cpp | 21 #include "../../../NotConstructible.h" 30 typedef std::unordered_set<NotConstructible, 31 test_hash<std::hash<NotConstructible> >, 32 test_compare<std::equal_to<NotConstructible> >, 33 test_allocator<NotConstructible> 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8)); 40 assert(c.key_eq() == test_compare<std::equal_to<NotConstructible> >()); 41 assert(c.get_allocator() == (test_allocator<NotConstructible>())); 50 typedef std::unordered_set<NotConstructible, [all...] |