Home
last modified time | relevance | path

Searched refs:MathClient (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathExamples.cs27 public static void DivExample(Math.MathClient client) in DivExample()
33 public static async Task DivAsyncExample(Math.MathClient client) in DivAsyncExample()
39 public static async Task FibExample(Math.MathClient client) in FibExample()
48 public static async Task SumExample(Math.MathClient client) in SumExample()
64 public static async Task DivManyExample(Math.MathClient client) in DivManyExample()
79 public static async Task DependendRequestsExample(Math.MathClient client) in DependendRequestsExample()
102 public static async Task HandleErrorExample(Math.MathClient client) in HandleErrorExample()
118 public static async Task MetadataExample(Math.MathClient client) in MetadataExample()
DMathGrpc.cs128 public partial class MathClient : grpc::ClientBase<MathClient> class in Math.Math
132 public MathClient(grpc::Channel channel) : base(channel) in MathClient() method in Math.Math.MathClient
137 public MathClient(grpc::CallInvoker callInvoker) : base(callInvoker) in MathClient() method in Math.Math.MathClient
141 protected MathClient() : base() in MathClient() method in Math.Math.MathClient
146 protected MathClient(ClientBaseConfiguration configuration) : base(configuration) in MathClient() method in Math.Math.MathClient
273 protected override MathClient NewInstance(ClientBaseConfiguration configuration) in NewInstance()
275 return new MathClient(configuration); in NewInstance()
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientMockableTest.cs36 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseBlockingUnaryCallCanBeMocked()
46 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseBlockingUnaryCallWithCallOptionsCallCanBeMocked()
56 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseAsyncUnaryCallCanBeMocked()
67 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseClientStreamingCallCanBeMocked()
79 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseServerStreamingCallCanBeMocked()
91 var mockClient = new Moq.Mock<Math.MathClient>(); in ClientBaseDuplexStreamingCallCanBeMocked()
DMathClientServerTests.cs38 Math.MathClient client;
51 client = new Math.MathClient(channel); in Init()
/external/grpc-grpc/src/csharp/Grpc.Examples.MathClient/
DMathClient.cs23 class MathClient class
28 Math.MathClient client = new Math.MathClient(channel); in Main()
DGrpc.Examples.MathClient.csproj8 <AssemblyName>Grpc.Examples.MathClient</AssemblyName>
10 <PackageId>Grpc.Examples.MathClient</PackageId>
/external/grpc-grpc/src/php/tests/generated_code/
DGeneratedCodeTest.php25 self::$client = new Math\MathClient(
DGeneratedCodeWithCallbackTest.php25 self::$client = new Math\MathClient(
Dmath_client.php32 $client = new Math\MathClient($host, [
/external/grpc-grpc/src/csharp/
DGrpc.sln16 …7-4668-BE54-9A1E7A4F7556}") = "Grpc.Examples.MathClient", "Grpc.Examples.MathClient\Grpc.Examples.