/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_channel_secure.cc | 43 absl::InlinedVector<const char*, 1> args_to_remove; in ModifyGrpclbBalancerChannelArgs() local 55 args_to_remove.emplace_back(GRPC_ARG_CHANNEL_CREDENTIALS); in ModifyGrpclbBalancerChannelArgs() 60 args, args_to_remove.data(), args_to_remove.size(), args_to_add.data(), in ModifyGrpclbBalancerChannelArgs()
|
D | grpclb.cc | 1274 static const char* args_to_remove[] = { in BuildBalancerChannelArgs() local 1316 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), args_to_add.data(), in BuildBalancerChannelArgs() 1461 static const char* args_to_remove[] = {GRPC_ARG_LB_POLICY_NAME}; in ProcessAddressesAndChannelArgsLocked() local 1466 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), &new_arg, 1); in ProcessAddressesAndChannelArgsLocked()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | grpclb_channel_secure.cc | 70 const char* args_to_remove[1]; in grpc_lb_policy_grpclb_modify_lb_channel_args() local 96 args_to_remove[num_args_to_remove++] = GRPC_ARG_CHANNEL_CREDENTIALS; in grpc_lb_policy_grpclb_modify_lb_channel_args() 101 args, args_to_remove, num_args_to_remove, args_to_add, num_args_to_add); in grpc_lb_policy_grpclb_modify_lb_channel_args()
|
D | grpclb.cc | 960 static const char* args_to_remove[] = { in BuildBalancerChannelArgs() local 1010 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), args_to_add, in BuildBalancerChannelArgs() 1303 static const char* args_to_remove[] = {GRPC_ARG_LB_POLICY_NAME}; in ProcessChannelArgsLocked() local 1308 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), &new_arg, 1); in ProcessChannelArgsLocked()
|
/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 102 static const char* args_to_remove[] = { in google_default_create_security_connector() local 107 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), nullptr, 0); in google_default_create_security_connector()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 303 static const char* args_to_remove[2]; in OnResolvedLocked() local 317 args_to_remove[num_args_to_remove++] = GRPC_ARG_SERVICE_CONFIG; in OnResolvedLocked() 326 args_to_remove[num_args_to_remove++] = GRPC_ARG_LB_POLICY_NAME; in OnResolvedLocked() 335 r->channel_args_, args_to_remove, num_args_to_remove, new_args, in OnResolvedLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/fake/ |
D | fake_resolver.cc | 102 const char* args_to_remove[] = {GRPC_ARG_FAKE_RESOLVER_RESPONSE_GENERATOR}; in FakeResolver() local 104 args.args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove)); in FakeResolver()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 114 static const char* args_to_remove[] = { in create_security_connector() local 119 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), nullptr, 0); in create_security_connector()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.cc | 214 const char* args_to_remove[] = {GRPC_ARG_CHANNELZ_IS_INTERNAL_CHANNEL}; in CreateChannelzNode() local 216 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), &new_arg, 1); in CreateChannelzNode()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 1277 const char* args_to_remove[] = {GRPC_ARG_MAX_CONNECTION_IDLE_MS, in grpc_inproc_channel_create() local 1280 server->core_server->channel_args(), args_to_remove, in grpc_inproc_channel_create() 1281 GPR_ARRAY_SIZE(args_to_remove)); in grpc_inproc_channel_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 954 static const char* args_to_remove[] = { in CreateSubchannel() local 970 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), in CreateSubchannel()
|