Home
last modified time | relevance | path

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

/third_party/rust/crates/rustc-hash/src/
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 { struct
69 impl Default for FxHasher { argument
71 fn default() -> FxHasher { in default()
72 FxHasher { hash: 0 } in default()
76 impl FxHasher { impl
83 impl Hasher for FxHasher { implementation
91 let mut hash = FxHasher { hash: self.hash }; in write()
/third_party/rust/crates/rustc-hash/
DREADME.md37 In this configuration, `FxHasher` is the only export, and the