/external/rust/crates/grpcio/src/ |
D | metadata.rs | 63 pub fn with_capacity(cap: usize) -> MetadataBuilder { in with_capacity() method 144 fn with_capacity(cap: usize) -> Metadata { in with_capacity() method
|
/external/rust/crates/mio/src/event/ |
D | events.rs | 92 pub fn with_capacity(capacity: usize) -> Events { in with_capacity() method
|
/external/rust/crates/futures-util/src/io/ |
D | buf_writer.rs | 48 pub fn with_capacity(cap: usize, inner: W) -> Self { in with_capacity() method
|
D | buf_reader.rs | 49 pub fn with_capacity(capacity: usize, inner: R) -> Self { in with_capacity() method
|
/external/rust/crates/ring/src/io/ |
D | writer.rs | 53 pub(super) fn with_capacity(capacity: LengthMeasurement) -> Self { in with_capacity() method
|
/external/rust/crates/tokio-stream/tests/ |
D | stream_stream_map.rs | 234 fn with_capacity() { in with_capacity() function
|
/external/rust/crates/tokio/src/io/util/ |
D | buf_writer.rs | 48 pub fn with_capacity(cap: usize, inner: W) -> Self { in with_capacity() method
|
D | buf_stream.rs | 39 pub fn with_capacity( in with_capacity() method
|
D | buf_reader.rs | 44 pub fn with_capacity(capacity: usize, inner: R) -> Self { in with_capacity() method
|
/external/rust/crates/mio/src/sys/windows/ |
D | event.rs | 130 pub fn with_capacity(cap: usize) -> Events { in with_capacity() method
|
/external/rust/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 60 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() function
|
/external/rust/crates/tokio/src/io/ |
D | blocking.rs | 191 pub(crate) fn with_capacity(n: usize) -> Buf { in with_capacity() method
|
/external/rust/crates/tokio-stream/src/ |
D | stream_map.rs | 254 pub fn with_capacity(capacity: usize) -> StreamMap<K, V> { in with_capacity() method
|
/external/rust/crates/rusqlite/src/ |
D | cache.rs | 109 pub fn with_capacity(capacity: usize) -> StatementCache { in with_capacity() method
|
/external/rust/crates/weak-table/src/ |
D | ptr_weak_hash_set.rs | 24 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() function
|
D | weak_hash_set.rs | 21 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
|
D | ptr_weak_weak_hash_map.rs | 26 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() function
|
D | ptr_weak_key_hash_map.rs | 25 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() function
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 37 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
|
D | hash_map.rs | 39 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
|
/external/rust/crates/csv/src/ |
D | byte_record.rs | 136 pub fn with_capacity(buffer: usize, fields: usize) -> ByteRecord { in with_capacity() method 666 fn with_capacity(capacity: usize) -> Bounds { in with_capacity() method
|
D | string_record.rs | 116 pub fn with_capacity(buffer: usize, fields: usize) -> StringRecord { in with_capacity() method
|
/external/rust/crates/mio/src/sys/unix/selector/ |
D | kqueue.rs | 333 pub fn with_capacity(capacity: usize) -> Events { in with_capacity() method
|
/external/crosvm/sys_util/src/ |
D | sock_ctrl_msg.rs | 80 fn with_capacity(capacity: usize) -> CmsgBuffer { in with_capacity() method
|
/external/rust/crates/slab/src/ |
D | lib.rs | 226 pub fn with_capacity(capacity: usize) -> Slab<T> { in with_capacity() method
|