Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/
Dlib.rs257 fn hash_as_fixed_length<T: Hash + ?Sized>(&self, value: &T) -> u64; in hash_as_fixed_length() method
280 default fn hash_as_fixed_length<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_fixed_length() method
287 fn hash_as_fixed_length<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_fixed_length() method
Drandom_state.rs492 fn hash_as_fixed_length<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_fixed_length() method