HomeSort by relevance Sort by last modified time
    Searched refs:test_hash (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /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.map/unord.map.cnstr/
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));
allocator.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
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));
default.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.fail.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.cnstr/
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));
allocator.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
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));
default.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<NotConstructible> >,
37 assert(c.hash_function() == test_hash<std::hash<NotConstructible> >());
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/
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));
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));
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
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));
copy.pass.cpp 23 #include "../../../test_hash.h"
30 test_hash<std::hash<int> >,
46 test_hash<std::hash<int> >(8),
57 assert(c.hash_function() == test_hash<std::hash<int> >(8));
69 test_hash<std::hash<int> >,
85 test_hash<std::hash<int> >(8),
96 assert(c.hash_function() == test_hash<std::hash<int> >(8));
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));
move_alloc.pass.cpp 23 #include "../../../test_hash.h"
33 test_hash<std::hash<int> >,
48 test_hash<std::hash<int> >(8),
59 assert(c.hash_function() == test_hash<std::hash<int> >(8));
74 test_hash<std::hash<int> >,
89 test_hash<std::hash<int> >(8),
100 assert(c.hash_function() == test_hash<std::hash<int> >(8));

Completed in 2287 milliseconds

1 2 3 4 5