Home
last modified time | relevance | path

Searched defs:SayHello (Results 1 – 25 of 50) sorted by relevance

12

/external/flatbuffers/grpc/examples/ts/greeter/src/
Dgreeter_grpc.d.ts9 SayHello: IGreeterService_ISayHello; property
36 SayHello: grpc.handleUnaryCall<models_HelloRequest, models_HelloReply>; property
41SayHello(request: models_HelloRequest, callback: (error: grpc.ServiceError | null, response: model… method
42SayHello(request: models_HelloRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceErro… method
43SayHello(request: models_HelloRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>… method
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs48 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/
DViewController.cs57 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/
Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
33 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/flatbuffers/grpc/examples/go/greeter/models/
DGreeter_grpc.go17 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
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DHelloworldGrpc.cs58 …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/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs58 …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/
DHelloworldGrpc.cs59 …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/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/namespaced/upper/example/
Dnamespaced_example.proto36 rpc SayHello (NamespacedExample) returns (NamespacedExample) {} rpc
/external/protobuf/php/tests/proto/
Dtest_service_namespace.proto11 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest_service_namespace.proto11 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc40 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/python/interceptors/headers/
Dgreeter_server.py30 def SayHello(self, request, context): member in Greeter
/external/grpc-grpc/examples/python/helloworld/
Dgreeter_server_with_reflection.py30 def SayHello(self, request, context): member in Greeter
Dgreeter_server.py29 def SayHello(self, request, context): member in Greeter
/external/opencensus-java/examples/src/main/proto/
Dhelloworld.proto28 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc-java/examples/example-kotlin/src/main/proto/
Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc/examples/protos/
Dhelloworld.proto27 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc/test/distrib/csharp/test_codegen/
Dtestcodegen.proto20 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
Dtestcodegen.proto20 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/proto/
Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/proto/
Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc-java/examples/src/main/proto/
Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs25 public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context) in SayHello() method in GreeterServer.GreeterImpl

12