Home
last modified time | relevance | path

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

/third_party/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.cc1269 static const char* args_to_remove[] = { in BuildBalancerChannelArgs() local
1311 args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), args_to_add.data(), in BuildBalancerChannelArgs()
1457 static const char* args_to_remove[] = {GRPC_ARG_LB_POLICY_NAME}; in ProcessAddressesAndChannelArgsLocked() local
1462 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), &new_arg, 1); in ProcessAddressesAndChannelArgsLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_channel_secure.cc44 absl::InlinedVector<const char*, 1> args_to_remove; in ModifyXdsChannelArgs() local
56 args_to_remove.emplace_back(GRPC_ARG_CHANNEL_CREDENTIALS); in ModifyXdsChannelArgs()
61 args, args_to_remove.data(), args_to_remove.size(), args_to_add.data(), in ModifyXdsChannelArgs()
Dxds_client.cc424 static const char* args_to_remove[] = { in BuildXdsChannelArgs() local
472 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), args_to_add.data(), in BuildXdsChannelArgs()
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc117 const char* args_to_remove[] = {"arg_int", "arg_str", "arg_pointer"}; in mutate_channel_args() local
123 old_args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), in mutate_channel_args()
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Deds.cc728 absl::InlinedVector<const char*, 1> args_to_remove; in CreateChildPolicyArgsLocked() local
735 args_to_remove.push_back(GRPC_ARG_XDS_CLIENT); in CreateChildPolicyArgsLocked()
738 args, args_to_remove.data(), args_to_remove.size(), args_to_add.data(), in CreateChildPolicyArgsLocked()
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1276 const char* args_to_remove[] = {GRPC_ARG_MAX_CONNECTION_IDLE_MS, in grpc_inproc_channel_create() local
1279 server->core_server->channel_args(), args_to_remove, in grpc_inproc_channel_create()
1280 GPR_ARRAY_SIZE(args_to_remove)); in grpc_inproc_channel_create()
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1741 static const char* args_to_remove[] = { in CreateSubchannel() local
1757 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), in CreateSubchannel()