Searched refs:GetAllGauges (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | MetricsGrpc.cs | 102 …public virtual global::System.Threading.Tasks.Task GetAllGauges(global::Grpc.Testing.EmptyMessage … in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceBase 152 …al grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(global::Grpc.Te… in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceClient 154 return GetAllGauges(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in GetAllGauges() 163 …al grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(global::Grpc.Te… in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceClient 223 .AddMethod(__Method_GetAllGauges, serviceImpl.GetAllGauges) in BindService() 233 …<global::Grpc.Testing.EmptyMessage, global::Grpc.Testing.GaugeResponse>(serviceImpl.GetAllGauges)); in BindService()
|
D | StressTestClient.cs | 268 …public override async Task GetAllGauges(EmptyMessage request, IServerStreamWriter<GaugeResponse> r… in GetAllGauges() method in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
|
/third_party/grpc/test/cpp/util/ |
D | metrics_server.h | 75 grpc::Status GetAllGauges(ServerContext* context, const EmptyMessage* request,
|
D | metrics_server.cc | 53 grpc::Status MetricsServiceImpl::GetAllGauges( in GetAllGauges() function in grpc::testing::MetricsServiceImpl
|
/third_party/grpc/src/python/grpcio_tests/tests/stress/ |
D | metrics_server.py | 37 def GetAllGauges(self, request, context): member in MetricsServer
|
/third_party/grpc/test/cpp/interop/ |
D | metrics_client.cc | 61 stub->GetAllGauges(&context, message)); in PrintMetrics()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | metrics.proto | 45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse); rpc
|