Home
last modified time | relevance | path

Searched refs:num_args_to_copy (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.cc86 size_t num_args_to_copy = 0; in grpc_channel_args_copy_and_add_and_remove() local
90 ++num_args_to_copy; in grpc_channel_args_copy_and_add_and_remove()
97 dst->num_args = num_args_to_copy + num_to_add; in grpc_channel_args_copy_and_add_and_remove()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc80 size_t num_args_to_copy = 0; in grpc_channel_args_copy_and_add_and_remove() local
84 ++num_args_to_copy; in grpc_channel_args_copy_and_add_and_remove()
91 dst->num_args = num_args_to_copy + num_to_add; in grpc_channel_args_copy_and_add_and_remove()