Home
last modified time | relevance | path

Searched defs:GetAllGauges (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMetricsGrpc.cs102 …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
163 …al grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(global::Grpc.Te… in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceClient
DStressTestClient.cs268 …public override async Task GetAllGauges(EmptyMessage request, IServerStreamWriter<GaugeResponse> r… in GetAllGauges() method in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
/third_party/grpc/src/python/grpcio_tests/tests/stress/
Dmetrics_server.py37 def GetAllGauges(self, request, context): member in MetricsServer
/third_party/grpc/src/proto/grpc/testing/
Dmetrics.proto45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse); rpc
/third_party/grpc/test/cpp/util/
Dmetrics_server.cc53 grpc::Status MetricsServiceImpl::GetAllGauges( in GetAllGauges() function in grpc::testing::MetricsServiceImpl