HomeSort by relevance Sort by last modified time
    Searched refs:Greeter (Results 26 - 41 of 41) sorted by null

12

  /external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
grpc-helloworld.cc 32 using helloworld::Greeter;
39 class GreeterServiceImpl final : public Greeter::Service {
76 : stub_(Greeter::NewStub(channel)) {}
102 std::unique_ptr<Greeter::Stub> stub_;
122 GreeterClient greeter(
124 std::string reply = greeter.SayHello(message);
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/
generate_protos.bat 24 %TOOLS_PATH%\protoc.exe -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --plugin=protoc-gen-grpc=%TOOLS_PATH%\grpc_csharp_plugin.exe
  /external/grpc-grpc/examples/node/dynamic_codegen/
greeter_client.js 34 var client = new hello_proto.Greeter('localhost:50051',
greeter_server.js 41 * Starts an RPC server that receives requests for the Greeter service at the
46 server.addService(hello_proto.Greeter.service, {sayHello: sayHello});
  /external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
Program.cs 22 class GreeterImpl : Greeter.GreeterBase
39 Services = { Greeter.BindService(new GreeterImpl()) },
44 Console.WriteLine("Greeter server listening on port " + Port);
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
Program.cs 22 class GreeterImpl : Greeter.GreeterBase
39 Services = { Greeter.BindService(new GreeterImpl()) },
44 Console.WriteLine("Greeter server listening on port " + Port);
  /external/flatbuffers/grpc/samples/greeter/
client.cpp 1 #include "greeter.grpc.fb.h"
13 : stub_(Greeter::NewStub(channel)) {}
64 std::unique_ptr<Greeter::Stub> stub_;
72 GreeterClient greeter(channel);
76 std::string message = greeter.SayHello(name);
77 std::cerr << "Greeter received: " << message << std::endl;
80 greeter.SayManyHellos(name, num_greetings, [](const std::string &message) {
81 std::cerr << "Greeter received: " << message << std::endl;
server.cpp 1 #include "greeter.grpc.fb.h"
10 class GreeterServiceImpl final : public Greeter::Service {
  /external/grpc-grpc/examples/csharp/Helloworld/
generate_protos.bat 26 %PROTOC% -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --plugin=protoc-gen-grpc=%PLUGIN%
  /external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
Program.cs 27 var client = new Greeter.GreeterClient(channel);
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
Program.cs 27 var client = new Greeter.GreeterClient(channel);
  /external/grpc-grpc/examples/csharp/Helloworld/Greeter/
HelloworldGrpc.cs 29 public static partial class Greeter
31 static readonly string __ServiceName = "helloworld.Greeter";
49 /// <summary>Base class for server-side implementations of Greeter</summary>
65 /// <summary>Client for Greeter</summary>
68 /// <summary>Creates a new client for Greeter</summary>
73 /// <summary>Creates a new client for Greeter that uses a custom <c>CallInvoker</c>.</summary>
  /external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
HelloworldGrpc.cs 29 public static partial class Greeter
31 static readonly string __ServiceName = "helloworld.Greeter";
49 /// <summary>Base class for server-side implementations of Greeter</summary>
65 /// <summary>Client for Greeter</summary>
68 /// <summary>Creates a new client for Greeter</summary>
73 /// <summary>Creates a new client for Greeter that uses a custom <c>CallInvoker</c>.</summary>
  /external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
HelloworldGrpc.cs 30 public static partial class Greeter
32 static readonly string __ServiceName = "helloworld.Greeter";
50 /// <summary>Base class for server-side implementations of Greeter</summary>
66 /// <summary>Client for Greeter</summary>
69 /// <summary>Creates a new client for Greeter</summary>
74 /// <summary>Creates a new client for Greeter that uses a custom <c>CallInvoker</c>.</summary>
  /external/grpc-grpc/examples/node/static_codegen/
helloworld_grpc_pb.js 49 path: '/helloworld.Greeter/SayHello',
  /external/perfetto/src/ipc/test/
ipc_integrationtest.cc 47 class MockGreeterService : public ipc_test::Greeter {

Completed in 502 milliseconds

12