Home
last modified time | relevance | path

Searched defs:with_capacity (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/clap/src/util/
Dgraph.rs23 pub(crate) fn with_capacity(s: usize) -> Self { in with_capacity() function
/third_party/rust/crates/proc-macro2/src/
Drcvec.rs69 pub fn with_capacity(cap: usize) -> Self { in with_capacity() method
Dfallback.rs130 pub fn with_capacity(cap: usize) -> Self { in with_capacity() method
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs353 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs335 pub fn with_capacity(capacity: usize) -> Self { in with_capacity() method
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc78 bool with_capacity = true; member