Home
last modified time | relevance | path

Searched defs:new_cap (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dresize_uninitialized_test.cc98 size_t new_cap = str.capacity(); in TEST() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c134 size_t new_cap = 0; in append_loadtasks() local
/third_party/libbpf/src/
Dhashmap.c105 size_t new_cap_bits, new_cap; in hashmap_grow() local
Dbtf_dump.c380 size_t new_cap; in btf_dump_add_emit_queue_id() local
1209 size_t new_cap; in btf_dump_push_decl_stack_id() local
/third_party/rust/crates/cxx/src/
Dcxx.cc28 size_t new_cap) noexcept { in cxxbridge1$cxx_string$reserve_total()
233 void String::reserve(std::size_t new_cap) noexcept { in reserve()
Dcxx_string.rs192 let new_cap = self in reserve() localVariable
/third_party/nghttp2/lib/
Dnghttp2_buf.c54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.c54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs40990 let new_cap = used_cap localVariable
41081 let new_cap = used_cap localVariable