Home
last modified time | relevance | path

Searched defs:SayHelloStreamReply (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs110 …public virtual global::System.Threading.Tasks.Task SayHelloStreamReply(global::Test.Csharp.Codegen… in SayHelloStreamReply() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterBase
193 …ll<global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> SayHelloStreamReply(global::Tes… in SayHelloStreamReply() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
198 …ll<global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> SayHelloStreamReply(global::Tes… in SayHelloStreamReply() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
/third_party/grpc/test/csharp/codegen/deprecated/proto/
Ddepnothing.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepservice.proto25 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepmethod.proto26 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/test/csharp/codegen/basenamespace/proto/
Dnamespacetest.proto26 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/test/csharp/codegen/simple/proto/
Dhelloworld.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/examples/python/wait_for_ready/
Dwait_for_ready_with_client_timeout_example_server.py49 def SayHelloStreamReply(self, request, servicer_context): member in Greeter
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/examples/python/debug/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/examples/python/auth/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/examples/protos/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/third_party/grpc/examples/python/flow_control/
Dhelloworld_pb2_grpc.py71 def SayHelloStreamReply(self, request, context): member in GreeterServicer
141 def SayHelloStreamReply(request, member in Greeter
/third_party/grpc/examples/python/helloworld/
Dhelloworld_pb2_grpc.py66 def SayHelloStreamReply(self, request, context): member in GreeterServicer
136 def SayHelloStreamReply(request, member in Greeter
/third_party/grpc/examples/python/observability/
Dhelloworld_pb2_grpc.py66 def SayHelloStreamReply(self, request, context): member in GreeterServicer
136 def SayHelloStreamReply(request, member in Greeter
/third_party/grpc/examples/cpp/flow_control/
Dserver_flow_control_server.cc103 grpc::ServerWriteReactor<helloworld::HelloReply>* SayHelloStreamReply( in SayHelloStreamReply() function in __anon9b4504fe0111::GreeterService