Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dmetrics_server.py36 def GetAllGauges(self, request, context): member in MetricsServer
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dmetrics.proto45 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-java/interop-testing/src/main/proto/grpc/testing/
Dmetrics.proto46 rpc GetAllGauges(EmptyMessage) returns (stream GaugeResponse); rpc
/external/grpc-grpc/test/cpp/util/
Dmetrics_server.cc54 grpc::Status MetricsServiceImpl::GetAllGauges( in GetAllGauges() function in grpc::testing::MetricsServiceImpl