Home
last modified time | relevance | path

Searched defs:emptyCall (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java326 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceImplBase
500 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub
621 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub
699 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceImpl.java77 public void emptyCall(EmptyProtos.Empty empty, in emptyCall() method in TestServiceImpl