Home
last modified time | relevance | path

Searched refs:MathExamples (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs29 MathExamples.DivExample(client); in Main()
31 MathExamples.DivAsyncExample(client).Wait(); in Main()
33 MathExamples.FibExample(client).Wait(); in Main()
35 MathExamples.SumExample(client).Wait(); in Main()
37 MathExamples.DivManyExample(client).Wait(); in Main()
39 MathExamples.DependendRequestsExample(client).Wait(); in Main()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs25 public static class MathExamples class