Home
last modified time | relevance | path

Searched refs:MetricsServiceGrpc (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DMetricsServiceGrpc.java23 public final class MetricsServiceGrpc { class
25 private MetricsServiceGrpc() {} in MetricsServiceGrpc() method in MetricsServiceGrpc
41 if ((getGetAllGaugesMethod = MetricsServiceGrpc.getGetAllGaugesMethod) == null) { in getGetAllGaugesMethod()
42 synchronized (MetricsServiceGrpc.class) { in getGetAllGaugesMethod()
43 if ((getGetAllGaugesMethod = MetricsServiceGrpc.getGetAllGaugesMethod) == null) { in getGetAllGaugesMethod()
44 MetricsServiceGrpc.getGetAllGaugesMethod = getGetAllGaugesMethod = in getGetAllGaugesMethod()
73 if ((getGetGaugeMethod = MetricsServiceGrpc.getGetGaugeMethod) == null) { in getGetGaugeMethod()
74 synchronized (MetricsServiceGrpc.class) { in getGetGaugeMethod()
75 if ((getGetGaugeMethod = MetricsServiceGrpc.getGetGaugeMethod) == null) { in getGetGaugeMethod()
76 MetricsServiceGrpc.getGetGaugeMethod = getGetGaugeMethod = in getGetGaugeMethod()
[all …]
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DStressTestClientTest.java135 MetricsServiceGrpc.MetricsServiceBlockingStub stub = MetricsServiceGrpc.newBlockingStub(ch); in gaugesShouldBeExported()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java565 private class MetricsServiceImpl extends MetricsServiceGrpc.MetricsServiceImplBase {