/third_party/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 | 1269 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/ |
D | xds_channel_secure.cc | 44 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()
|
D | xds_client.cc | 424 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/ |
D | channel_args_test.cc | 117 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/ |
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()
|
/third_party/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()
|
/third_party/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()
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | eds.cc | 728 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/ |
D | inproc_transport.cc | 1276 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/ |
D | client_channel.cc | 1741 static const char* args_to_remove[] = { in CreateSubchannel() local 1757 &args, args_to_remove, GPR_ARRAY_SIZE(args_to_remove), in CreateSubchannel()
|