Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/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
/external/grpc-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
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/deprecated/proto/
Ddepservice.proto25 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepnothing.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepmethod.proto26 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/test/csharp/codegen/simple/proto/
Dhelloworld.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/test/csharp/codegen/deprecated/proto/
Ddepservice.proto25 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepnothing.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
Ddepmethod.proto26 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/test/csharp/codegen/basenamespace/proto/
Dnamespacetest.proto26 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/simple/proto/
Dhelloworld.proto24 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-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
/external/grpc-grpc/examples/python/auth/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/examples/protos/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/examples/python/debug/
Dhelloworld.proto29 rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {} rpc
/external/grpc-grpc/examples/python/helloworld/
Dhelloworld_pb2_grpc.py71 def SayHelloStreamReply(self, request, context): member in GreeterServicer
140 def SayHelloStreamReply(request, member in Greeter