Home
last modified time | relevance | path

Searched refs:GreeterImpl (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/examples/csharp/Xds/GreeterServer/
DProgram.cs29 class GreeterImpl : Greeter.GreeterBase class
33 public GreeterImpl(string hostname) in GreeterImpl() method in GreeterServer.GreeterImpl
67 var greeterImpl = new GreeterImpl(hostName); in RunServer()
/third_party/grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs22 class GreeterImpl : Greeter.GreeterBase class
39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/third_party/grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs22 class GreeterImpl : Greeter.GreeterBase class
39 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
/third_party/grpc/test/distrib/csharp/DistribTest/
DProgram.cs34 Services = { Greeter.BindService(new GreeterImpl()) }, in Main()
66 class GreeterImpl : Greeter.GreeterBase class
/third_party/grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs61 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
82 class GreeterImpl : Greeter.GreeterBase class in HelloworldXamarin.iOS.ViewController
/third_party/grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs52 Services = { Greeter.BindService(new GreeterImpl()) }, in SayHello()
74 class GreeterImpl : Greeter.GreeterBase class in HelloworldXamarin.Droid.MainActivity
/third_party/grpc/examples/csharp/HelloworldUnity/Assets/Scripts/
DHelloWorldTest.cs55 Services = { Greeter.BindService(new GreeterImpl()) }, in Greet()
73 class GreeterImpl : Greeter.GreeterBase class in HelloWorldTest
/third_party/grpc/doc/csharp/
Dserver_reflection.md24 ServerReflection.BindService(new GreeterImpl()),