Home
last modified time | relevance | path

Searched defs:new_max_size (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dsparse_set.h196 void SparseSetT<Value>::resize(int new_max_size) { in resize()
Dsparse_array.h325 void SparseArray<Value>::resize(int new_max_size) { in resize()
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dsparse_set.h196 void SparseSetT<Value>::resize(int new_max_size) { in resize()
H A Dsparse_array.h325 void SparseArray<Value>::resize(int new_max_size) { in resize()
/aosp_15_r20/external/regex-re2/util/
H A Dsparse_set.h196 void SparseSetT<Value>::resize(int new_max_size) { in resize()
H A Dsparse_array.h325 void SparseArray<Value>::resize(int new_max_size) { in resize()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/transfer_list/
Dtransfer_list.c127 uint32_t new_max_size; in transfer_list_relocate() local
/aosp_15_r20/trusty/user/app/storage/
Dipc.c47 static int maybe_grow_msg_buf(size_t new_max_size) { in maybe_grow_msg_buf()