Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rustc-hash/src/
Dseeded_state.rs22 pub struct FxSeededState { struct
26 impl FxSeededState { implementation
28 pub const fn with_seed(seed: usize) -> FxSeededState { in with_seed()
33 impl core::hash::BuildHasher for FxSeededState { implementation