Searched defs:with_capacity_and_hasher (Results 1 – 14 of 14) sorted by relevance
| /external/rust/crates/weak-table/src/ |
| D | ptr_weak_hash_set.rs | 38 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
| D | weak_hash_set.rs | 33 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 | 40 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 | 39 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
| D | weak_value_hash_map.rs | 185 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
| D | weak_weak_hash_map.rs | 185 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|
| D | weak_key_hash_map.rs | 224 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 | 48 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
| D | hash_map.rs | 50 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() function
|
| /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 | 80 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 | 203 pub fn with_capacity_and_hasher(capacity: 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 | 389 pub fn with_capacity_and_hasher(capacity: usize, hash_builder: S) -> Self { in with_capacity_and_hasher() method
|