Searched defs:SimpleHasher (Results 1 – 2 of 2) sorted by relevance
89 struct SimpleHasher { hash: u64 } struct91 impl Hasher for SimpleHasher { implementation
1142 struct SimpleHasher(Wrapping<u64>); in issue_80303() struct1144 impl Hasher for SimpleHasher { in issue_80303() implementation