Searched defs:new_cap (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/container/detail/ |
D | next_capacity.hpp | 45 SizeType new_cap = 0; in operator ()() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_table.cc | 89 static void rebuild_ents(grpc_chttp2_hptbl* tbl, uint32_t new_cap) { in rebuild_ents() 140 uint32_t new_cap = GPR_MAX(tbl->max_entries, 16u); in grpc_chttp2_hptbl_set_current_table_size() local
|
D | hpack_encoder.cc | 790 static void rebuild_elems(grpc_chttp2_hpack_compressor* c, uint32_t new_cap) { in rebuild_elems() 823 uint32_t new_cap = GPR_MAX(c->max_table_elems, 16); in grpc_chttp2_hpack_compressor_set_max_table_size() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | resize_uninitialized_test.cc | 98 size_t new_cap = str.capacity(); in TEST() local
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.c | 136 size_t new_cap = 0; in append_loadtasks() local
|
/third_party/boost/boost/container/ |
D | vector.hpp | 411 const size_type new_cap = this->capacity() + at_least; in try_expand_fwd() local 1516 BOOST_CONTAINER_FORCEINLINE void reserve(size_type new_cap) in reserve() 2154 bool stable_reserve(size_type new_cap) in stable_reserve() 2310 size_type new_cap = new_size; in priv_merge_in_new_buffer() local 2518 void priv_reserve_no_capacity(size_type new_cap, version_1) in priv_reserve_no_capacity() 2528 void priv_reserve_no_capacity(size_type new_cap, version_2) in priv_reserve_no_capacity() 2725 const size_type new_cap = this->m_holder.template next_capacity<growth_factor_type>(n); in priv_forward_range_insert_no_capacity() local 2973 …(T* const new_start, size_type new_cap, T* const pos, const size_type n, InsertionProxy insert_ran… in priv_forward_range_insert_new_allocation()
|
D | string.hpp | 370 size_type new_cap = this->next_capacity(n); in allocate_initial_block() local 1744 size_type new_cap = 0; in insert() local 2826 size_type new_cap = this->next_capacity(n); in priv_reserve() local
|
/third_party/nghttp2/lib/ |
D | nghttp2_buf.c | 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_buf.c | 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve()
|