Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DReportQpsScenarioServiceGrpc.cs65 …<global::Grpc.Testing.ScenarioResult, global::Grpc.Testing.Void> __Method_ReportScenario = new grp… field in Grpc.Testing.ReportQpsScenarioService
138 return CallInvoker.BlockingUnaryCall(__Method_ReportScenario, null, options, request); in ReportScenario()
160 return CallInvoker.AsyncUnaryCall(__Method_ReportScenario, null, options, request); in ReportScenarioAsync()
174 .AddMethod(__Method_ReportScenario, serviceImpl.ReportScenario).Build(); in BindService()
183 …serviceBinder.AddMethod(__Method_ReportScenario, serviceImpl == null ? null : new grpc::UnaryServe… in BindService()