Home
last modified time | relevance | path

Searched defs:DivMany (Results 1 – 4 of 4) 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
220 …c::AsyncDuplexStreamingCall<global::Math.DivArgs, global::Math.DivReply> DivMany(grpc::CallOptions… in DivMany() method in Math.Math.MathClient
DMathServiceImpl.cs63 …public override async Task DivMany(IAsyncStreamReader<DivArgs> requestStream, IServerStreamWriter<… in DivMany() method in Math.MathServiceImpl
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs160 public async Task DivMany() in DivMany() method in Math.Tests.MathClientServerTest
/external/grpc-grpc/src/proto/math/
Dmath.proto52 rpc DivMany (stream DivArgs) returns (stream DivReply) { rpc