Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/flatbuffers/grpc/examples/ts/greeter/src/
H A 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
/aosp_15_r20/external/flatbuffers/grpc/examples/go/greeter/models/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs104 …ks.Task<global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> SayHello(global::Test.Csha… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterBase
153 …public virtual global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply SayHello(global::Tes… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
164 …public virtual global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply SayHello(global::Tes… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
/aosp_15_r20/external/grpc-grpc/test/csharp/codegen/simple/expected/
H A DHelloworldGrpc.cs104 …ks.Task<global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> SayHello(global::Test.Csha… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterBase
153 …public virtual global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply SayHello(global::Tes… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
164 …public virtual global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply SayHello(global::Tes… in SayHello() method in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter.GreeterClient
/aosp_15_r20/external/grpc-grpc-java/examples/android/clientcache/app/src/main/proto/
H A Dhelloworld.proto26 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
33 rpc SayHello (HelloRequest) returns (HelloReply) {} rpc
/aosp_15_r20/external/grpc-grpc/examples/python/observability/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/uds/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/headers/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/async/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/multiplex/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/xds/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/keep_alive/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/interceptors/default_value/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/metadata/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
H A Dmetadata_server.py27 def SayHello(self, request, context): member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/compression/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/lb_policies/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/timeout/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/python/health_checking/
H A Dhelloworld_pb2_grpc.py29 def SayHello(self, request, context): member in GreeterServicer
56 def SayHello(request, member in Greeter
/aosp_15_r20/external/grpc-grpc/examples/cpp/otel/
H A Dutil.cc86 std::string SayHello(const std::string& user) { in SayHello() function in __anon3d11aeb00111::GreeterClient
132 ServerUnaryReactor* SayHello(CallbackServerContext* context, in SayHello() function in __anon3d11aeb00111::GreeterServiceImpl
/aosp_15_r20/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
H A 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
/aosp_15_r20/external/grpc-grpc/examples/python/helloworld/
H A Dhelloworld_pb2_grpc.py64 def SayHello(self, request, context): member in GreeterServicer
113 def SayHello(request, member in Greeter
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/compiled_protos/
Dhelloworld.rs134 struct SayHello<T: Greeter>(pub Arc<T>); in call() struct
135 … impl<T: Greeter> tonic::server::UnaryService<super::HelloRequest> for SayHello<T> { in call() implementation
/aosp_15_r20/external/grpc-grpc/examples/php/
H A Dgreeter_and_routeguide_multi_server.php25 public function SayHello( function in Greeter
/aosp_15_r20/external/grpc-grpc/examples/php/Helloworld/
H A DGreeterStub.php33 public function SayHello( function in Helloworld\\GreeterStub

1234567