Home
last modified time | relevance | path

Searched refs:grpc_channel_args_copy_and_add_and_remove (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc68 grpc_channel_args_copy_and_add_and_remove(args, to_remove, 1, &arg, 1); in CreateChannel()
106 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_insecure_channel_create()
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc146 grpc_channel_args_copy_and_add_and_remove(args, to_remove, 1, &arg, 1); in CreateChannel()
193 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in grpc_secure_channel_create()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc59 grpc_channel_args* result = grpc_channel_args_copy_and_add_and_remove( in ModifyGrpclbBalancerChannelArgs()
Dgrpclb.cc1310 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in BuildBalancerChannelArgs()
1461 args_ = grpc_channel_args_copy_and_add_and_remove( in ProcessAddressesAndChannelArgsLocked()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.cc63 return grpc_channel_args_copy_and_add_and_remove(src, nullptr, 0, to_add, in grpc_channel_args_copy_and_add()
70 return grpc_channel_args_copy_and_add_and_remove(src, to_remove, in grpc_channel_args_copy_and_remove()
82 grpc_channel_args* grpc_channel_args_copy_and_add_and_remove( in grpc_channel_args_copy_and_add_and_remove() function
Dchannel_args.h51 grpc_channel_args* grpc_channel_args_copy_and_add_and_remove(
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_channel_secure.cc60 grpc_channel_args* result = grpc_channel_args_copy_and_add_and_remove( in ModifyXdsChannelArgs()
Dxds_client.cc471 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in BuildXdsChannelArgs()
/third_party/grpc/src/core/lib/security/credentials/xds/
Dxds_credentials.cc136 temp_args.args = grpc_channel_args_copy_and_add_and_remove( in create_security_connector()
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc122 new_args = grpc_channel_args_copy_and_add_and_remove( in mutate_channel_args()
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc118 *new_args = grpc_channel_args_copy_and_add_and_remove( in create_security_connector()
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc672 args_ = grpc_channel_args_copy_and_add_and_remove( in Subchannel()
743 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in ThrottleKeepaliveTime()
Dclient_channel.cc1756 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in CreateSubchannel()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc215 grpc_channel_args* new_args = grpc_channel_args_copy_and_add_and_remove( in CreateChannelzNode()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Deds.cc737 return grpc_channel_args_copy_and_add_and_remove( in CreateChildPolicyArgsLocked()