Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs72 …static readonly grpc::Method<global::Math.DivArgs, global::Math.DivReply> __Method_DivMany = new g… field in Math.Math
253 return CallInvoker.AsyncDuplexStreamingCall(__Method_DivMany, null, options); in DivMany()
316 .AddMethod(__Method_DivMany, serviceImpl.DivMany) in BindService()
328 …serviceBinder.AddMethod(__Method_DivMany, serviceImpl == null ? null : new grpc::DuplexStreamingSe… in BindService()