Searched refs:should_remove_arg (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_args.cc | 74 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg() function 89 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove() 108 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_args.cc | 68 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg() function 83 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove() 102 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove()
|