Home
last modified time | relevance | path

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

/external/rust/crates/weak-table/src/
Dptr_weak_hash_set.rs35 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() function
Dweak_hash_set.rs30 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
Dptr_weak_weak_hash_map.rs37 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() function
Dptr_weak_key_hash_map.rs36 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() function
Dweak_value_hash_map.rs177 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
Dweak_weak_hash_map.rs177 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
Dweak_key_hash_map.rs216 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/ahash/src/
Dhash_set.rs67 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() function
Dhash_map.rs71 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() function
/external/rust/crates/hashlink/src/
Dlru_cache.rs42 pub fn with_hasher(capacity: usize, hash_builder: S) -> Self { in with_hasher() method
Dlinked_hash_set.rs83 pub fn with_hasher(hasher: S) -> LinkedHashSet<T, S> { in with_hasher() function
Dlinked_hash_map.rs74 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/tokio-util/src/task/
Djoin_map.rs193 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/lru-cache/src/
Dlib.rs80 pub fn with_hasher(capacity: usize, hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/linked-hash-map/src/
Dlib.rs205 pub fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/indexmap/src/
Dset.rs162 pub const fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
Dmap.rs182 pub const fn with_hasher(hash_builder: S) -> Self { in with_hasher() method
/external/rust/crates/hashbrown/src/
Dset.rs413 pub const fn with_hasher(hasher: S) -> Self { in with_hasher() method
Dmap.rs382 pub const fn with_hasher(hash_builder: S) -> Self { in with_hasher() method