Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/dashmap/src/
Dset.rs112 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> Self { in with_capacity_and_hasher() method
Dlib.rs228 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/weak-table/src/
Dptr_weak_hash_set.rs42 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
Dweak_hash_set.rs37 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
Dptr_weak_weak_hash_map.rs44 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
Dptr_weak_key_hash_map.rs43 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
Dweak_value_hash_map.rs184 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
Dweak_weak_hash_map.rs184 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
Dweak_key_hash_map.rs223 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/ahash/src/
Dhash_set.rs71 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
Dhash_map.rs75 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
/external/rust/android-crates-io/crates/tokio-util/src/task/
Djoin_map.rs227 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/hashlink/src/
Dlinked_hash_set.rs89 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> LinkedHashSet<T, S> { in with_capacity_and_hasher() function
Dlinked_hash_map.rs87 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/slotmap/src/
Dsparse_secondary.rs148 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/petgraph/src/
Dgraphmap.rs204 pub fn with_capacity_and_hasher(nodes: usize, edges: usize, hasher: S) -> Self in with_capacity_and_hasher() function
/external/rust/android-crates-io/crates/linked-hash-map/src/
Dlib.rs210 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs167 pub fn with_capacity_and_hasher(n: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
Dset.rs152 pub fn with_capacity_and_hasher(n: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/
Dset.rs446 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> Self { in with_capacity_and_hasher() method
Dmap.rs419 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
/external/rust/android-crates-io/crates/hashbrown/src/
Dset.rs507 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> Self { in with_capacity_and_hasher() method
Dmap.rs499 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method