Home
last modified time | relevance | path

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

/external/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()
/external/rust/crates/ahash/tests/
Dmap_tests.rs4 use fxhash::FxHasher;
186 let mut hasher = FxHasher::default(); in fxhash_vec()
Dbench.rs3 use fxhash::FxHasher;
40 let mut hasher = FxHasher::default(); in fxhash()
/external/rust/crates/rustc-hash/
DREADME.md37 In this configuration, `FxHasher` is the only export, and the