Searched defs:FnvHasher (Results 1 – 1 of 1) sorted by relevance
89 pub struct FnvHasher(u64); struct91 impl Default for FnvHasher { implementation99 impl FnvHasher { impl103 pub fn with_key(key: u64) -> FnvHasher { in with_key()108 impl Hasher for FnvHasher { implementation116 let FnvHasher(mut hash) = *self; in write() localVariable