Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rustc-hash/src/
Dlib.rs59 pub struct FxHasher { struct
77 impl FxHasher { impl
79 pub const fn with_seed(seed: usize) -> FxHasher { in with_seed()
89 impl Default for FxHasher { implementation
96 impl FxHasher { impl
103 impl Hasher for FxHasher { implementation
311 fn build_hasher(&self) -> FxHasher { in build_hasher()
/external/rust/android-crates-io/crates/fxhash/
Dlib.rs127 pub struct FxHasher { struct
131 impl Default for FxHasher { implementation
138 impl Hasher for FxHasher { implementation