Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs35 …static readonly grpc::Method<global::Math.DivArgs, global::Math.DivReply> __Method_Div = new grpc:… field in Math.Math
172 return CallInvoker.BlockingUnaryCall(__Method_Div, null, options, request); in Div()
196 return CallInvoker.AsyncUnaryCall(__Method_Div, null, options, request); in DivAsync()
284 .AddMethod(__Method_Div, serviceImpl.Div) in BindService()