| /third_party/flatbuffers/grpc/examples/ts/greeter/src/ |
| D | greeter_grpc.d.ts | 9 SayHello: IGreeterService_ISayHello; property 36 SayHello: grpc.handleUnaryCall<models_HelloRequest, models_HelloReply>; property 41 …SayHello(request: models_HelloRequest, callback: (error: grpc.ServiceError | null, response: model… method 42 …SayHello(request: models_HelloRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceErro… method 43 …SayHello(request: models_HelloRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>… method
|
| /third_party/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
|
| /third_party/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
|
| /third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/ |
| 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
|
| D | HelloWorldTest.cs | 76 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in HelloWorldTest.GreeterImpl
|
| /third_party/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
|
| /third_party/flatbuffers/grpc/examples/go/greeter/models/ |
| D | Greeter_grpc.go | 17 SayHello(ctx context.Context, in *flatbuffers.Builder, methodSpec 31 func (c *greeterClient) SayHello(ctx context.Context, in *flatbuffers.Builder, func 76 SayHello(context.Context, *HelloRequest) (*flatbuffers.Builder, error) methodSpec 84 func (UnimplementedGreeterServer) SayHello(context.Context, *HelloRequest) (*flatbuffers.Builder, e… func
|
| /third_party/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
|
| /third_party/grpc/examples/python/helloworld/ |
| D | greeter_server.py | 27 def SayHello(self, request, context): member in Greeter
|
| D | greeter_server_with_reflection.py | 28 def SayHello(self, request, context): member in Greeter
|
| D | helloworld_pb2_grpc.py | 28 def SayHello(self, request, context): member in GreeterServicer
|
| /third_party/grpc/examples/python/interceptors/headers/ |
| D | greeter_server.py | 28 def SayHello(self, request, context): member in Greeter
|
| D | helloworld_pb2_grpc.py | 28 def SayHello(self, request, context): member in GreeterServicer
|
| /third_party/grpc/examples/python/metadata/ |
| D | metadata_server.py | 28 def SayHello(self, request, context): member in Greeter
|
| /third_party/grpc/examples/protos/ |
| D | helloworld.proto | 27 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
| /third_party/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
|
| /third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
| D | Program.cs | 25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl
|
| /third_party/grpc/examples/csharp/Helloworld/GreeterServer/ |
| D | Program.cs | 25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl
|
| /third_party/grpc/bazel/test/python_test_repo/ |
| D | helloworld.proto | 30 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
|
| D | helloworld_moved.py | 35 def SayHello(self, request, context): member in Greeter
|
| D | helloworld.py | 35 def SayHello(self, request, context): member in Greeter
|
| /third_party/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
|
| /third_party/grpc/examples/python/interceptors/default_value/ |
| D | helloworld_pb2_grpc.py | 28 def SayHello(self, request, context): member in GreeterServicer
|