Home
last modified time | relevance | path

Searched defs:unaryRpc (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java196 public void unaryRpc(io.grpc.testing.protobuf.SimpleRequest request, in unaryRpc() method in SimpleServiceGrpc.SimpleServiceImplBase
291 public void unaryRpc(io.grpc.testing.protobuf.SimpleRequest request, in unaryRpc() method in SimpleServiceGrpc.SimpleServiceStub
357 …public io.grpc.testing.protobuf.SimpleResponse unaryRpc(io.grpc.testing.protobuf.SimpleRequest req… in unaryRpc() method in SimpleServiceGrpc.SimpleServiceBlockingStub
400 …m.google.common.util.concurrent.ListenableFuture<io.grpc.testing.protobuf.SimpleResponse> unaryRpc( in unaryRpc() method in SimpleServiceGrpc.SimpleServiceFutureStub
/external/grpc-grpc-java/netty/shaded/src/testShadow/java/io/grpc/netty/shaded/
DShadingTest.java107 @Override public void unaryRpc(SimpleRequest req, StreamObserver<SimpleResponse> obs) { in unaryRpc() method in ShadingTest.SimpleServiceImpl
/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/
DGrpcServerRuleTest.java201 public void unaryRpc( in unaryRpc() method in GrpcServerRuleTest.TestServiceImpl
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java345 public void unaryRpc(SimpleRequest req, StreamObserver<SimpleResponse> respOb) { in unaryRpc() method in TlsTest.SimpleServiceImpl