Home
last modified time | relevance | path

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

/external/rust/crates/fnv/
Dlib.rs89 pub struct FnvHasher(u64); struct
91 impl Default for FnvHasher { implementation
99 impl FnvHasher { impl
103 pub fn with_key(key: u64) -> FnvHasher { in with_key()
108 impl Hasher for FnvHasher { implementation
116 let FnvHasher(mut hash) = *self; in write() localVariable