Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMetricsGrpc.cs71 …public virtual global::System.Threading.Tasks.Task GetAllGauges(global::Grpc.Testing.EmptyMessage … in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceBase
121 …al grpc::AsyncServerStreamingCall<global::Grpc.Testing.GaugeResponse> GetAllGauges(global::Grpc.Te… in GetAllGauges() method in Grpc.Testing.MetricsService.MetricsServiceClient
132 …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
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DMetricsServiceClient.php47 public function GetAllGauges(\Grpc\Testing\EmptyMessage $argument, function in Grpc\\Testing\\MetricsServiceClient
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dmetrics_server.py37 def GetAllGauges(self, request, context): member in MetricsServer
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmetrics.proto46 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse); rpc
/external/grpc-grpc/src/proto/grpc/testing/
Dmetrics.proto45 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse); rpc
/external/grpc-grpc/test/cpp/util/
Dmetrics_server.cc53 grpc::Status MetricsServiceImpl::GetAllGauges( in GetAllGauges() function in grpc::testing::MetricsServiceImpl