OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_function
(Results
26 - 50
of
130
) sorted by null
1
2
3
4
5
6
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/
swap_member.pass.cpp
40
assert(c1.
hash_function
() == Hash(2));
49
assert(c2.
hash_function
() == Hash(1));
88
assert(c1.
hash_function
() == Hash(2));
97
assert(c2.
hash_function
() == Hash(1));
126
assert(c1.
hash_function
() == Hash(2));
139
assert(c2.
hash_function
() == Hash(1));
187
assert(c1.
hash_function
() == Hash(2));
200
assert(c2.
hash_function
() == Hash(1));
221
assert(c1.
hash_function
() == Hash(2));
230
assert(c2.
hash_function
() == Hash(1))
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
allocator.pass.cpp
36
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >());
default.pass.cpp
36
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >());
size.fail.cpp
36
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >());
size.pass.cpp
36
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >());
size_hash.pass.cpp
38
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal.pass.cpp
39
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >(8));
size_hash_equal_allocator.pass.cpp
40
assert(c.
hash_function
() == test_hash<std::hash<NotConstructible> >(8));
copy.pass.cpp
57
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
96
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
move.pass.cpp
53
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
93
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
move_alloc.pass.cpp
59
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
100
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.swap/
swap_non_member.pass.cpp
40
assert(c1.
hash_function
() == Hash(2));
49
assert(c2.
hash_function
() == Hash(1));
88
assert(c1.
hash_function
() == Hash(2));
97
assert(c2.
hash_function
() == Hash(1));
126
assert(c1.
hash_function
() == Hash(2));
139
assert(c2.
hash_function
() == Hash(1));
187
assert(c1.
hash_function
() == Hash(2));
200
assert(c2.
hash_function
() == Hash(1));
221
assert(c1.
hash_function
() == Hash(2));
230
assert(c2.
hash_function
() == Hash(1))
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h
88
uint16_t
hash_function
; // The hash function enumeration that was used.
member in struct:llvm::DwarfAccelTable::TableHeader
99
magic (MagicHash), version (1),
hash_function
(eHashFunctionDJB),
107
<< "Hash Function: " <<
hash_function
<< "\n"
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.cnstr/
move.pass.cpp
53
assert(c.
hash_function
() == 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.map/unord.map.cnstr/
init.pass.cpp
51
assert(c.
hash_function
() == test_hash<std::hash<int> >());
init_size.pass.cpp
53
assert(c.
hash_function
() == test_hash<std::hash<int> >());
init_size_hash.pass.cpp
54
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
init_size_hash_equal.pass.cpp
56
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
init_size_hash_equal_allocator.pass.cpp
57
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
range.pass.cpp
55
assert(c.
hash_function
() == test_hash<std::hash<int> >());
range_size.pass.cpp
57
assert(c.
hash_function
() == test_hash<std::hash<int> >());
range_size_hash.pass.cpp
59
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
range_size_hash_equal.pass.cpp
60
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
range_size_hash_equal_allocator.pass.cpp
62
assert(c.
hash_function
() == test_hash<std::hash<int> >(8));
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
swap_member.pass.cpp
41
assert(c1.
hash_function
() == Hash(2));
50
assert(c2.
hash_function
() == Hash(1));
89
assert(c1.
hash_function
() == Hash(2));
98
assert(c2.
hash_function
() == Hash(1));
127
assert(c1.
hash_function
() == Hash(2));
142
assert(c2.
hash_function
() == Hash(1));
190
assert(c1.
hash_function
() == Hash(2));
205
assert(c2.
hash_function
() == Hash(1));
226
assert(c1.
hash_function
() == Hash(2));
235
assert(c2.
hash_function
() == Hash(1))
[
all
...]
Completed in 594 milliseconds
1
2
3
4
5
6