/ndk/sources/cxx-stl/llvm-libc++/test/containers/ |
test_hash.h | 8 class test_hash class in inherits:C 13 explicit test_hash(int data = 0) : data_(data) {} function in class:test_hash 19 bool operator==(const test_hash& c) const
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/ |
assign_move.pass.cpp | 23 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 54 test_hash<std::hash<int> >(2), 73 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 85 test_hash<std::hash<int> >, 101 test_hash<std::hash<int> >(8), 107 test_hash<std::hash<int> >(2), 118 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 130 test_hash<std::hash<int> > [all...] |
move.pass.cpp | 23 #include "../../../test_hash.h" 31 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8), 53 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 66 test_hash<std::hash<int> >, 82 test_hash<std::hash<int> >(8), 93 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
assign_copy.pass.cpp | 23 #include "../../../test_hash.h" 31 test_hash<std::hash<int> >, 47 test_hash<std::hash<int> >(8), 53 test_hash<std::hash<int> >(2), 72 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 84 test_hash<std::hash<int> >, 100 test_hash<std::hash<int> >(8), 106 test_hash<std::hash<int> >(2), 125 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
init_size_hash.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8) 54 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
init_size_hash_equal.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8), 55 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
init_size_hash_equal_allocator.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8), 56 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
range_size_hash.pass.cpp | 26 #include "../../../test_hash.h" 33 test_hash<std::hash<int> >, 49 test_hash<std::hash<int> >(8) 57 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
size_hash.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 35 test_hash<std::hash<NotConstructible> >(8) 38 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 35 test_hash<std::hash<NotConstructible> >(8), 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal_allocator.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 35 test_hash<std::hash<NotConstructible> >(8), 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/ |
assign_move.pass.cpp | 23 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 54 test_hash<std::hash<int> >(2), 65 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 77 test_hash<std::hash<int> >, 93 test_hash<std::hash<int> >(8), 99 test_hash<std::hash<int> >(2), 110 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 122 test_hash<std::hash<int> > [all...] |
move.pass.cpp | 23 #include "../../../test_hash.h" 31 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8), 53 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 66 test_hash<std::hash<int> >, 82 test_hash<std::hash<int> >(8), 93 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
assign_copy.pass.cpp | 23 #include "../../../test_hash.h" 31 test_hash<std::hash<int> >, 47 test_hash<std::hash<int> >(8), 53 test_hash<std::hash<int> >(2), 64 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 76 test_hash<std::hash<int> >, 92 test_hash<std::hash<int> >(8), 98 test_hash<std::hash<int> >(2), 109 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
init_size_hash.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8) 54 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
init_size_hash_equal.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 46 test_hash<std::hash<int> >(8), 55 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.cnstr/ |
assign_move.pass.cpp | 24 #include "../../../test_hash.h" 33 test_hash<std::hash<int> >, 49 test_hash<std::hash<int> >(8), 55 test_hash<std::hash<int> >(2), 66 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 78 test_hash<std::hash<int> >, 94 test_hash<std::hash<int> >(8), 100 test_hash<std::hash<int> >(2), 111 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 124 test_hash<std::hash<int> > [all...] |
assign_copy.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 54 test_hash<std::hash<int> >(2), 65 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 77 test_hash<std::hash<int> >, 93 test_hash<std::hash<int> >(8), 99 test_hash<std::hash<int> >(2), 110 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
size_hash.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8), 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal_allocator.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8), 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_copy.pass.cpp | 24 #include "../../../test_hash.h" 32 test_hash<std::hash<int> >, 48 test_hash<std::hash<int> >(8), 54 test_hash<std::hash<int> >(2), 79 assert(c.hash_function() == test_hash<std::hash<int> >(8)); 91 test_hash<std::hash<int> >, 107 test_hash<std::hash<int> >(8), 113 test_hash<std::hash<int> >(2), 138 assert(c.hash_function() == test_hash<std::hash<int> >(8));
|
size_hash.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8) 39 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8), 40 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|
size_hash_equal_allocator.pass.cpp | 23 #include "../../../test_hash.h" 30 test_hash<std::hash<NotConstructible> >, 36 test_hash<std::hash<NotConstructible> >(8), 41 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >(8));
|