Home
last modified time | relevance | path

Searched defs:SimpleHasher (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/debuginfo/
Dpretty-std-collections.rs89 struct SimpleHasher { hash: u64 } struct
91 impl Hasher for SimpleHasher { implementation
/third_party/rust/rust/library/alloc/src/collections/vec_deque/
Dtests.rs1142 struct SimpleHasher(Wrapping<u64>); in issue_80303() struct
1144 impl Hasher for SimpleHasher { in issue_80303() implementation