Home
last modified time | relevance | path

Searched refs:grpc_channel_args_find_pointer (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dconfig_selector.cc53 grpc_channel_args_find_pointer<ConfigSelector>(&args, in GetFromChannelArgs()
Dclient_channel.cc1096 grpc_channel_args_find_pointer<ServerRetryThrottleData>( in GetRetryThrottleDataFromArgs()
1103 : chand_(grpc_channel_args_find_pointer<ChannelData>( in DynamicTerminationFilterChannelData()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_balancer_addresses.cc72 return grpc_channel_args_find_pointer<const ServerAddressList>( in FindGrpclbBalancerAddressesInChannelArgs()
Dgrpclb.cc1477 grpc_channel_args_find_pointer<channelz::ChannelNode>( in ProcessAddressesAndChannelArgsLocked()
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h106 T* grpc_channel_args_find_pointer(const grpc_channel_args* args, in grpc_channel_args_find_pointer() function
/third_party/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc527 grpc_channel_args_find_pointer<channelz::ChannelNode>( in StartLocked()
551 grpc_channel_args_find_pointer<channelz::ChannelNode>( in ShutdownLocked()
/third_party/grpc/src/core/ext/xds/
Dxds_certificate_provider.cc399 grpc_channel_args_find_pointer<XdsCertificateProvider>( in GetFromChannelArgs()
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc482 grpc_channel_args_find_pointer<FakeResolverResponseGenerator>( in Start()
578 grpc_channel_args_find_pointer<channelz::ChannelNode>( in XdsClusterResolverLb()
608 grpc_channel_args_find_pointer<channelz::ChannelNode>( in ShutdownLocked()
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc402 grpc_channel_args_find_pointer<TcpServerFdHandler*>(args, name); in CreateWithAcceptor()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc2435 grpc_channel_args_find_pointer<XdsClient>(&args, GRPC_ARG_XDS_CLIENT); in GetFromChannelArgs()