Home
last modified time | relevance | path

Searched refs:MathServiceImpl (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs32 Services = { Math.BindService(new MathServiceImpl()) }, in Main()
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathServiceImplTestabilityTest.cs37 var mathImpl = new MathServiceImpl(); in ServerCallImplIsTestable()
DMathClientServerTests.cs46 Services = { Math.BindService(new MathServiceImpl()) }, in Init()
/third_party/grpc/src/csharp/Grpc.Examples/
DMathServiceImpl.cs29 public class MathServiceImpl : Math.MathBase class