Home
last modified time | relevance | path

Searched defs:GreeterClient (Results 1 – 25 of 31) sorted by relevance

12

/third_party/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs118 public partial class GreeterClient : grpc::ClientBase<GreeterClient> class in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
123 public GreeterClient(grpc::ChannelBase channel) : base(channel) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
129 public GreeterClient(grpc::CallInvoker callInvoker) : base(callInvoker) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
134 protected GreeterClient() : base() in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
140 protected GreeterClient(ClientBaseConfiguration configuration) : base(configuration) in GreeterClient() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
/third_party/grpc/examples/cpp/helloworld/
Dxds_greeter_client.cc44 class GreeterClient { class
46 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_client.cc43 class GreeterClient { class
45 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_async_client.cc46 class GreeterClient { class
48 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_callback_client.cc45 class GreeterClient { class
47 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
Dgreeter_async_client2.cc47 class GreeterClient { class
49 explicit GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/debugging/
Dcrashing_greeter_client.cc41 class GreeterClient { class
43 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/compression/
Dgreeter_client.cc39 class GreeterClient { class
41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/load_balancing/
Dgreeter_client.cc39 class GreeterClient { class
41 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/unix_abstract_sockets/
Dclient.cc30 class GreeterClient { class
32 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/retry/
Dclient.cc56 class GreeterClient { class
58 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/gcp_observability/helloworld/
Dgreeter_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/test/distrib/bazel/cpp/
Dgreeter_client.cc34 class GreeterClient { class
36 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/systemd_socket_activation/
Dclient.cc30 class GreeterClient { class
32 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/error_handling/
Dgreeter_client.cc42 class GreeterClient { class
44 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/xds/
Dxds_greeter_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/generic_api/
Dgreeter_client.cc47 class GreeterClient { class
49 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/wait_for_ready/
Dgreeter_callback_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/keepalive/
Dgreeter_callback_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/auth/
Dssl_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/otel/codelab/
Dgreeter_callback_client.cc60 class GreeterClient { class
62 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in __anon45178a670111::GreeterClient
Dgreeter_callback_client_solution.cc60 class GreeterClient { class
62 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in __anon234f1aa30111::GreeterClient
/third_party/grpc/examples/cpp/error_details/
Dgreeter_client.cc46 class GreeterClient { class
48 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/grpc/examples/cpp/health/
Dhealth_client.cc50 class GreeterClient { class
52 GreeterClient(std::shared_ptr<Channel> channel) in GreeterClient() function in GreeterClient
/third_party/flatbuffers/grpc/samples/greeter/
Dclient.cpp10 class GreeterClient { class
12 GreeterClient(std::shared_ptr<grpc::Channel> channel) in GreeterClient() function in GreeterClient

12