Home
last modified time | relevance | path

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

/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()