HomeSort by relevance Sort by last modified time
    Searched refs:streamingInputCall (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
MoreInProcessTest.java 82 public StreamObserver<StreamingInputCallRequest> streamingInputCall(
128 TestServiceGrpc.newStub(inProcessChannel).streamingInputCall(responseObserver);
141 public StreamObserver<StreamingInputCallRequest> streamingInputCall(
187 TestServiceGrpc.newStub(inProcessChannel).streamingInputCall(responseObserver);
199 public StreamObserver<StreamingInputCallRequest> streamingInputCall(
246 TestServiceGrpc.newStub(inProcessChannel).streamingInputCall(responseObserver)
  /external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
TestServiceGrpc.java 166 fullMethodName = SERVICE_NAME + '/' + "StreamingInputCall",
180 "grpc.testing.TestService", "StreamingInputCall"))
186 .setSchemaDescriptor(new TestServiceMethodDescriptorSupplier("StreamingInputCall"))
370 public io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.StreamingInputCallRequest> streamingInputCall(
548 public io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.StreamingInputCallRequest> streamingInputCall(
    [all...]
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
AbstractInteropTest.java 567 asyncStub.streamingInputCall(responseObserver);
603 asyncStub.streamingInputCall(responseObserver);
620 asyncStub.withCompression("gzip").streamingInputCall(responseObserver);
759 asyncStub.streamingInputCall(responseObserver);
768 checkStartTags(clientStartRecord, "grpc.testing.TestService/StreamingInputCall");
774 clientEndRecord, "grpc.testing.TestService/StreamingInputCall",
    [all...]
TestServiceImpl.java 146 public StreamObserver<Messages.StreamingInputCallRequest> streamingInputCall(

Completed in 164 milliseconds