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

  /external/grpc-grpc-java/core/src/test/java/io/grpc/
IntegerMarshaller.java 22 public class IntegerMarshaller implements MethodDescriptor.Marshaller<Integer> {
23 public static final IntegerMarshaller INSTANCE = new IntegerMarshaller();
  /external/grpc-grpc-java/services/src/test/java/io/grpc/services/
BinaryLogProviderTest.java 70 return IntegerMarshaller.INSTANCE;
180 onClientMessageHelper(listener.get(), IntegerMarshaller.INSTANCE.stream(expectedResponse));
188 (int) IntegerMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogResp.get(0))));
277 (int) IntegerMarshaller.INSTANCE.parse(new ByteArrayInputStream(binlogResp.get(0))));
426 private static class IntegerMarshaller implements MethodDescriptor.Marshaller<Integer> {
427 public static final IntegerMarshaller INSTANCE = new IntegerMarshaller();
  /external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
ServerCallsTest.java 66 .setRequestMarshaller(new IntegerMarshaller())
67 .setResponseMarshaller(new IntegerMarshaller())
438 public static class IntegerMarshaller implements MethodDescriptor.Marshaller<Integer> {

Completed in 127 milliseconds