Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMathGrpc.cs49 …static readonly grpc::Method<global::Math.FibArgs, global::Math.Num> __Method_Fib = new grpc::Meth… field in Math.Math
248 return CallInvoker.AsyncServerStreamingCall(__Method_Fib, null, options, request); in Fib()
286 .AddMethod(__Method_Fib, serviceImpl.Fib) in BindService()