/external/flatbuffers/tests/FlatBuffers.GRPC.Swift/Sources/Model/ |
D | greeter.grpc.swift | 24 …func SayHello(_ request: Message<HelloRequest>, callOptions: CallOptions?) -> UnaryCall<Message<He… in SayHello() function 37 …public func SayHello(_ request: Message<HelloRequest>, callOptions: CallOptions? = nil) -> UnaryCa… in SayHello() function 47 …func SayHello(_ request: Message<HelloRequest>, context: StatusOnlyCallContext) -> EventLoopFuture… in SayHello() function
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 48 private void SayHello(Button button) in SayHello() method in HelloworldXamarin.Droid.MainActivity 77 … public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in HelloworldXamarin.Droid.MainActivity.GreeterImpl
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 57 private string SayHello() in SayHello() method in HelloworldXamarin.iOS.ViewController 85 … public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in HelloworldXamarin.iOS.ViewController.GreeterImpl
|
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/proto/ |
D | helloworld.proto | 26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc 33 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 58 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello() method in Helloworld.Greeter.GreeterBase 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 59 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello() method in Helloworld.Greeter.GreeterBase 97 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient 107 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | HelloworldGrpc.cs | 58 …public virtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global:… in SayHello() method in Helloworld.Greeter.GreeterBase 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() method in Helloworld.Greeter.GreeterClient
|
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/namespaced/upper/example/ |
D | namespaced_example.proto | 36 rpc SayHello (NamespacedExample) returns (NamespacedExample) {} rpc
|
/external/protobuf/php/tests/proto/ |
D | test_service_namespace.proto | 11 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
D | test_service.proto | 8 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc/examples/python/helloworld/ |
D | greeter_server.py | 29 def SayHello(self, request, context): member in Greeter
|
D | greeter_server_with_reflection.py | 30 def SayHello(self, request, context): member in Greeter
|
/external/grpc-grpc/examples/python/interceptors/headers/ |
D | greeter_server.py | 30 def SayHello(self, request, context): member in Greeter
|
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ |
D | testcodegen.proto | 20 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
D | Program.cs | 69 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in TestGrpcPackage.GreeterImpl
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | helloworld.proto | 26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/opencensus-java/examples/src/main/proto/ |
D | helloworld.proto | 28 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/proto/ |
D | helloworld.proto | 26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc/examples/protos/ |
D | helloworld.proto | 27 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc/test/distrib/csharp/test_codegen/ |
D | testcodegen.proto | 20 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc-java/examples/example-kotlin/src/main/proto/ |
D | helloworld.proto | 26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/proto/ |
D | helloworld.proto | 26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 40 Status SayHello(ServerContext* context, const HelloRequest* request, in SayHello() function in GreeterServiceImpl 80 std::string SayHello(const std::string& user) { in SayHello() function in GreeterClient
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl
|