Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java319 default void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method
445 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub
564 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub
640 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java319 default void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method
445 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub
564 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub
640 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
H A DTestServiceGrpc.java327 default void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method
453 public void emptyCall(io.grpc.testing.integration.EmptyProtos.Empty request, in emptyCall() method in TestServiceGrpc.TestServiceStub
572 …public io.grpc.testing.integration.EmptyProtos.Empty emptyCall(io.grpc.testing.integration.EmptyPr… in emptyCall() method in TestServiceGrpc.TestServiceBlockingStub
648 …e.common.util.concurrent.ListenableFuture<io.grpc.testing.integration.EmptyProtos.Empty> emptyCall( in emptyCall() method in TestServiceGrpc.TestServiceFutureStub
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
H A DTestServiceImpl.java90 public void emptyCall(EmptyProtos.Empty request, in emptyCall() method in TestServiceImpl
H A DXdsTestServer.java244 public void emptyCall( in emptyCall() method in XdsTestServer.TestServiceImpl
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dfuncs.go315 func emptyCall(fn reflect.Value, args ...reflect.Value) reflect.Value { func