Home
last modified time | relevance | path

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

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