/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/ |
D | HelloworldGrpc.cs | 25 namespace Helloworld { namespace 33 …Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => … 34 …Helloworld.HelloReply> __Marshaller_helloworld_HelloReply = grpc::Marshallers.Create((arg) => glob… 36 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 46 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 58 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 118 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync() 128 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync()
|
D | Helloworld.cs | 12 namespace Helloworld { namespace 36 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloReq… in HelloworldReflection() 37 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply… in HelloworldReflection() 55 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; } 187 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[1]; }
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/ |
D | HelloworldGrpc.cs | 26 namespace Helloworld { namespace 34 …Helloworld.HelloRequest> __Marshaller_HelloRequest = grpc::Marshallers.Create((arg) => global::Goo… 35 …Helloworld.HelloReply> __Marshaller_HelloReply = grpc::Marshallers.Create((arg) => global::Google.… 37 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 47 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 59 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 97 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 107 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 119 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync() 129 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync()
|
D | Helloworld.cs | 10 namespace Helloworld { namespace 34 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloReq… in HelloworldReflection() 35 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply… in HelloworldReflection() 52 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; } 172 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[1]; }
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | HelloworldGrpc.cs | 25 namespace Helloworld { namespace 33 …Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => … 34 …Helloworld.HelloReply> __Marshaller_helloworld_HelloReply = grpc::Marshallers.Create((arg) => glob… 36 …al::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new grpc::Method<g… 46 get { return global::Helloworld.HelloworldReflection.Descriptor.Services[0]; } 58 …irtual global::System.Threading.Tasks.Task<global::Helloworld.HelloReply> SayHello(global::Hellowo… in SayHello() 96 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 106 …public virtual global::Helloworld.HelloReply SayHello(global::Helloworld.HelloRequest request, grp… in SayHello() 118 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync() 128 …public virtual grpc::AsyncUnaryCall<global::Helloworld.HelloReply> SayHelloAsync(global::Helloworl… in SayHelloAsync()
|
D | Helloworld.cs | 12 namespace Helloworld { namespace 36 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloRequest), global::Helloworld.HelloReq… in HelloworldReflection() 37 …new pbr::GeneratedClrTypeInfo(typeof(global::Helloworld.HelloReply), global::Helloworld.HelloReply… in HelloworldReflection() 55 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[0]; } 187 get { return global::Helloworld.HelloworldReflection.Descriptor.MessageTypes[1]; }
|
/external/grpc-grpc/examples/php/ |
D | greeter_client.php | 31 $client = new Helloworld\GreeterClient('localhost:50051', [ 34 $request = new Helloworld\HelloRequest();
|
/external/grpc-grpc/examples/ruby/lib/ |
D | helloworld_services_pb.rb | 22 module Helloworld module
|
D | helloworld_pb.rb | 15 module Helloworld module
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/ |
D | Program.cs | 17 using Helloworld;
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | Program.cs | 17 using Helloworld;
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 18 using Helloworld;
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 18 using Helloworld;
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 23 using Helloworld;
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 24 using Helloworld;
|
/external/grpc-grpc/src/csharp/ |
D | README.md | 91 - [Helloworld Example][] 105 [Helloworld Example]: ../../examples/csharp/helloworld
|
/external/grpc-grpc/examples/csharp/Helloworld/ |
D | README.md | 22 From the `examples/csharp/Helloworld` directory:
|
/external/grpc-grpc/examples/objective-c/helloworld/ |
D | main.m | 24 #import <HelloWorld/Helloworld.pbrpc.h>
|