Searched refs:GetGauge (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | MetricsGrpc.cs | 82 …global::System.Threading.Tasks.Task<global::Grpc.Testing.GaugeResponse> GetGauge(global::Grpc.Test… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceBase 144 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient 146 return GetGauge(request, new grpc::CallOptions(headers, deadline, cancellationToken)); in GetGauge() 154 …public virtual global::Grpc.Testing.GaugeResponse GetGauge(global::Grpc.Testing.GaugeRequest reque… in GetGauge() method in Grpc.Testing.MetricsService.MetricsServiceClient 193 .AddMethod(__Method_GetGauge, serviceImpl.GetGauge).Build(); in BindService()
|
D | StressTestClient.cs | 253 … public override Task<GaugeResponse> GetGauge(GaugeRequest request, ServerCallContext context) in GetGauge() method in Grpc.IntegrationTesting.StressTestClient.MetricsServiceImpl
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | MetricsServiceClient.php | 61 public function GetGauge(\Grpc\Testing\GaugeRequest $argument, function in Grpc\\Testing\\MetricsServiceClient
|
/external/grpc-grpc/test/cpp/util/ |
D | metrics_server.h | 76 grpc::Status GetGauge(ServerContext* context, const GaugeRequest* request,
|
D | metrics_server.cc | 69 grpc::Status MetricsServiceImpl::GetGauge(ServerContext* context, in GetGauge() function in grpc::testing::MetricsServiceImpl
|
/external/grpc-grpc/src/python/grpcio_tests/tests/stress/ |
D | metrics_server.py | 41 def GetGauge(self, request, context): member in MetricsServer
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | metrics.proto | 48 rpc GetGauge(GaugeRequest) returns (GaugeResponse); rpc
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | metrics.proto | 48 rpc GetGauge(GaugeRequest) returns (GaugeResponse); rpc
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | metrics.proto | 49 rpc GetGauge(GaugeRequest) returns (GaugeResponse); rpc
|