Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs42 …static readonly grpc::Method<global::Math.DivArgs, global::Math.DivReply> __Method_DivMany = new g… field in Math.Math
222 return CallInvoker.AsyncDuplexStreamingCall(__Method_DivMany, null, options); in DivMany()
285 .AddMethod(__Method_DivMany, serviceImpl.DivMany) in BindService()