Searched defs:emptyCall (Results 1 – 6 of 6) sorted by relevance
319 default void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method445 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub564 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub640 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
327 default void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method453 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub572 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub648 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
90 public void emptyCall(EmptyProtos.Empty request, in emptyCall() method in TestServiceImpl
244 public void emptyCall( in emptyCall() method in XdsTestServer.TestServiceImpl
315 func emptyCall(fn reflect.Value, args ...reflect.Value) reflect.Value { func