Home
last modified time | relevance | path

Searched defs:DivMany (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs125 …public virtual global::System.Threading.Tasks.Task DivMany(grpc::IAsyncStreamReader<global::Math.D… in DivMany() method in Math.Math.MathBase
239 …c::AsyncDuplexStreamingCall<global::Math.DivArgs, global::Math.DivReply> DivMany(grpc::Metadata he… in DivMany() method in Math.Math.MathClient
251 …c::AsyncDuplexStreamingCall<global::Math.DivArgs, global::Math.DivReply> DivMany(grpc::CallOptions… in DivMany() method in Math.Math.MathClient
DMathServiceImpl.cs61 …public override async Task DivMany(IAsyncStreamReader<DivArgs> requestStream, IServerStreamWriter<… in DivMany() method in Math.MathServiceImpl
/third_party/grpc/src/php/tests/generated_code/
Dmath_server.js89 function DivMany(stream) { class
121 DivMany: DivMany, property
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs158 public async Task DivMany() in DivMany() method in Math.Tests.MathClientServerTest
/third_party/grpc/src/php/tests/generated_code/Math/
DMathClient.php59 public function DivMany($metadata = [], $options = []) { function in Math\\MathClient
/third_party/grpc/src/proto/math/
Dmath.proto52 rpc DivMany (stream DivArgs) returns (stream DivReply) { rpc