Home
last modified time | relevance | path

Searched refs:Helloworld (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
DHelloworldGrpc.cs25 namespace Helloworld { namespace
33Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => …
34Helloworld.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()
DHelloworld.cs12 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/
DHelloworldGrpc.cs26 namespace Helloworld { namespace
34Helloworld.HelloRequest> __Marshaller_HelloRequest = grpc::Marshallers.Create((arg) => global::Goo…
35Helloworld.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()
DHelloworld.cs10 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/
DHelloworldGrpc.cs25 namespace Helloworld { namespace
33Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest = grpc::Marshallers.Create((arg) => …
34Helloworld.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()
DHelloworld.cs12 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/
Dgreeter_client.php31 $client = new Helloworld\GreeterClient('localhost:50051', [
34 $request = new Helloworld\HelloRequest();
/external/grpc-grpc/examples/ruby/lib/
Dhelloworld_services_pb.rb22 module Helloworld module
Dhelloworld_pb.rb15 module Helloworld module
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs17 using Helloworld;
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs17 using Helloworld;
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs18 using Helloworld;
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs18 using Helloworld;
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs23 using Helloworld;
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs24 using Helloworld;
/external/grpc-grpc/src/csharp/
DREADME.md91 - [Helloworld Example][]
105 [Helloworld Example]: ../../examples/csharp/helloworld
/external/grpc-grpc/examples/csharp/Helloworld/
DREADME.md22 From the `examples/csharp/Helloworld` directory:
/external/grpc-grpc/examples/objective-c/helloworld/
Dmain.m24 #import <HelloWorld/Helloworld.pbrpc.h>