Home
last modified time | relevance | path

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

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