Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporting_service_server_builder_plugin.h48 void UpdateChannelArguments(grpc::ChannelArguments* /*args*/) override {} in UpdateChannelArguments()
/third_party/grpc/include/grpcpp/impl/
Dserver_builder_plugin.h58 virtual void UpdateChannelArguments(ChannelArguments* /*args*/) {} in UpdateChannelArguments() argument
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments
37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h97 const std::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors()
Dcredentials.h109 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors()
/third_party/grpc/include/grpcpp/
Dserver_impl.h84 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument
Dserver.h79 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