Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc43 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()
Dgrpclb.cc1274 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/
Dgrpclb_channel_secure.cc70 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()
Dgrpclb.cc960 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/
Dgoogle_default_credentials.cc102 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/
Ddns_resolver_ares.cc303 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/
Dfake_resolver.cc102 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/
Dgoogle_default_credentials.cc114 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/
Dchannel.cc214 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/
Dinproc_transport.cc1277 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/
Dclient_channel.cc954 static const char* args_to_remove[] = { in CreateSubchannel() local
970 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), in CreateSubchannel()