Home
last modified time | relevance | path

Searched refs:FxHasher (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rustc-hash/src/
H A Dlib.rs43 pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
47 pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
60 pub struct FxHasher { structure names
69 impl Default for FxHasher {
71 fn default() -> FxHasher { in default()
72 FxHasher { hash: 0 } in default()
76 impl FxHasher { impls
83 impl Hasher for FxHasher {
91 let mut hash = FxHasher { hash: self.hash }; in write()

Completed in 1 milliseconds