HomeSort by relevance Sort by last modified time
    Searched defs:EmptyProtos (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
Test.java 65 io.grpc.testing.integration.EmptyProtos.getDescriptor(),
68 io.grpc.testing.integration.EmptyProtos.getDescriptor();
EmptyProtos.java 6 public final class EmptyProtos {
7 private EmptyProtos() {}
89 return io.grpc.testing.integration.EmptyProtos.internal_static_grpc_testing_Empty_descriptor;
94 return io.grpc.testing.integration.EmptyProtos.internal_static_grpc_testing_Empty_fieldAccessorTable
96 io.grpc.testing.integration.EmptyProtos.Empty.class, io.grpc.testing.integration.EmptyProtos.Empty.Builder.class);
129 if (!(obj instanceof io.grpc.testing.integration.EmptyProtos.Empty)) {
132 io.grpc.testing.integration.EmptyProtos.Empty other = (io.grpc.testing.integration.EmptyProtos.Empty) obj;
151 public static io.grpc.testing.integration.EmptyProtos.Empty parseFrom
    [all...]
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
TestServiceImpl.java 77 public void emptyCall(EmptyProtos.Empty empty,
78 StreamObserver<EmptyProtos.Empty> responseObserver) {
79 responseObserver.onNext(EmptyProtos.Empty.getDefaultInstance());

Completed in 60 milliseconds