Home
last modified time | relevance | path

Searched defs:ChannelArguments (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/include/grpcpp/support/
Dchannel_arguments.h32 typedef ::grpc_impl::ChannelArguments ChannelArguments; typedef
/third_party/grpc/include/grpcpp/impl/
Dserver_builder_plugin.h61 virtual void UpdateChannelArguments(ChannelArguments* /*args*/) {} in UpdateChannelArguments() argument
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc_impl::ChannelArguments
37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc_impl::ChannelArguments
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h97 const std::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors()
/third_party/grpc/include/grpcpp/
Dserver_impl.h84 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
/third_party/grpc/test/cpp/util/
Dcreate_test_channel.cc45 grpc::ChannelArguments* /*args*/) override { in GetChannelCredentials()
/third_party/grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc102 void UpdateArguments(ChannelArguments* /*arg*/) override {} in UpdateArguments() argument
Dasync_end2end_test.cc211 void UpdateArguments(ChannelArguments* /*arg*/) override {} in UpdateArguments() argument