Home
last modified time | relevance | path

Searched refs:DivMany (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs94 …public virtual global::System.Threading.Tasks.Task DivMany(grpc::IAsyncStreamReader<global::Math.D… in DivMany() method in Math.Math.MathBase
208 …c::AsyncDuplexStreamingCall<global::Math.DivArgs, global::Math.DivReply> DivMany(grpc::Metadata he… in DivMany() method in Math.Math.MathClient
210 return DivMany(new grpc::CallOptions(headers, deadline, cancellationToken)); in DivMany()
220 …c::AsyncDuplexStreamingCall<global::Math.DivArgs, global::Math.DivReply> DivMany(grpc::CallOptions… in DivMany() method in Math.Math.MathClient
285 .AddMethod(__Method_DivMany, serviceImpl.DivMany) in BindService()
DMathServiceImpl.cs63 …public override async Task DivMany(IAsyncStreamReader<DivArgs> requestStream, IServerStreamWriter<… in DivMany() method in Math.MathServiceImpl
DMathExamples.cs72 using (var call = client.DivMany()) in DivManyExample()
/external/grpc-grpc/src/proto/math/
Dmath.proto48 // DivMany accepts an arbitrary number of division args from the client stream
52 rpc DivMany (stream DivArgs) returns (stream DivReply) { rpc
/external/rust/crates/grpcio-sys/grpc/src/proto/math/
Dmath.proto48 // DivMany accepts an arbitrary number of division args from the client stream
52 rpc DivMany (stream DivArgs) returns (stream DivReply) { rpc
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientMockableTest.cs97 mockClient.Setup(m => m.DivMany(null, null, CancellationToken.None)).Returns(fakeCall); in ClientBaseDuplexStreamingCallCanBeMocked()
98 Assert.AreSame(fakeCall, mockClient.Object.DivMany()); in ClientBaseDuplexStreamingCallCanBeMocked()
DMathClientServerTests.cs160 public async Task DivMany() in DivMany() method in Math.Tests.MathClientServerTest
169 using (var call = client.DivMany()) in DivMany()
/external/grpc-grpc/src/php/tests/generated_code/
DAbstractGeneratedCodeTest.php192 $call = self::$client->DivMany();
248 $call = self::$client->DivMany();
Dmath_client.php78 $call = $client->DivMany();