Home
last modified time | relevance | path

Searched refs:BinaryDecoderType (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/conformance/
DConformanceJava.java61 private enum BinaryDecoderType { enum in ConformanceJava
72 public MessageType decode (ByteString bytes, BinaryDecoderType type, in decode()
139 for (int i = 0; i < BinaryDecoderType.values().length; i++) { in parseBinary()
147 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary()
150 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary()
161 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary()
162 sb.append(BinaryDecoderType.values()[i].name()); in parseBinary()
194 sb.append(BinaryDecoderType.values()[i].name()) in parseBinary()
196 .append(BinaryDecoderType.values()[j].name()) in parseBinary()