Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dnext_capacity.hpp45 SizeType new_cap = 0; in operator ()() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc89 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
Dhpack_encoder.cc790 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/
Dresize_uninitialized_test.cc98 size_t new_cap = str.capacity(); in TEST() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c136 size_t new_cap = 0; in append_loadtasks() local
/third_party/boost/boost/container/
Dvector.hpp411 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()
Dstring.hpp370 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/
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()