Searched refs:BinaryDecoderType (Results 1 – 1 of 1) sorted by relevance
61 private enum BinaryDecoderType { enum in ConformanceJava72 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()