Searched defs:with_capacity_and_hasher (Results 1 – 17 of 17) sorted by relevance
/external/rust/crates/weak-table/src/ |
D | ptr_weak_hash_set.rs | 42 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
D | weak_hash_set.rs | 37 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
D | ptr_weak_weak_hash_map.rs | 44 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
D | ptr_weak_key_hash_map.rs | 43 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
D | weak_value_hash_map.rs | 184 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
D | weak_weak_hash_map.rs | 184 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
D | weak_key_hash_map.rs | 223 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 71 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
D | hash_map.rs | 75 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
/external/rust/crates/tokio-util/src/task/ |
D | join_map.rs | 226 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
/external/rust/crates/hashlink/src/ |
D | linked_hash_set.rs | 90 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> LinkedHashSet<T, S> { in with_capacity_and_hasher() function
|
D | linked_hash_map.rs | 84 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
/external/rust/crates/linked-hash-map/src/ |
D | lib.rs | 210 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
/external/rust/crates/indexmap/src/ |
D | set.rs | 152 pub fn with_capacity_and_hasher(n: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
D | map.rs | 167 pub fn with_capacity_and_hasher(n: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
/external/rust/crates/hashbrown/src/ |
D | set.rs | 446 pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> Self { in with_capacity_and_hasher() method
|
D | map.rs | 419 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|