Searched refs:__Method_SayHello (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 36 …hod<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::… field in Helloworld.Greeter 108 return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); in SayHello() 130 return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); in SayHelloAsync() 144 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build(); in BindService()
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 37 …hod<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::… field in Helloworld.Greeter 109 return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); in SayHello() 131 return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); in SayHelloAsync() 145 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build(); in BindService()
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | HelloworldGrpc.cs | 36 …hod<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::… field in Helloworld.Greeter 108 return CallInvoker.BlockingUnaryCall(__Method_SayHello, null, options, request); in SayHello() 130 return CallInvoker.AsyncUnaryCall(__Method_SayHello, null, options, request); in SayHelloAsync() 144 .AddMethod(__Method_SayHello, serviceImpl.SayHello).Build(); in BindService()
|