Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs33 MathExamples.FibExample(client).Wait(); in Main()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs39 public static async Task FibExample(Math.MathClient client) in FibExample() method in Math.MathExamples