Home
last modified time | relevance | path

Searched refs:__Method_SayHello (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs72 …st, global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> __Method_SayHello = new grpc::… field in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
166 return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); in SayHello()
190 return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); in SayHelloAsync()
216 .AddMethod(__Method_SayHello, serviceImpl.SayHello) in BindService()
227 …serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMetho… in BindService()
/aosp_15_r20/external/grpc-grpc/test/csharp/codegen/simple/expected/
H A DHelloworldGrpc.cs72 …st, global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> __Method_SayHello = new grpc::… field in Test.Csharp.Codegen.Simple.Proto.Helloworld.Greeter
166 return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); in SayHello()
190 return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); in SayHelloAsync()
216 .AddMethod(__Method_SayHello, serviceImpl.SayHello) in BindService()
227 …serviceBinder.AddMethod(__Method_SayHello, serviceImpl == null ? null : new grpc::UnaryServerMetho… in BindService()