Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dfallback_hash.rs23 pub struct AHasher { struct
29 impl AHasher { argument
33 pub(crate) fn new_with_keys(key1: u128, key2: u128) -> AHasher { in new_with_keys()
57 pub(crate) fn from_random_state(rand_state: &RandomState) -> AHasher { in from_random_state()
127 impl Hasher for AHasher { implementation
Daes_hash.rs19 pub struct AHasher { struct
25 impl AHasher { argument
108 impl Hasher for AHasher { implementation
Dlib.rs221 impl Default for AHasher { implementation
Drandom_state.rs429 fn build_hasher(&self) -> AHasher { in build_hasher()