Searched refs:BinaryDecoderType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/conformance/ |
H A D | ConformanceJavaLite.java | 87 private enum BinaryDecoderType { enum in ConformanceJavaLite 100 BinaryDecoderType type, in decode() 150 for (int i = 0; i < BinaryDecoderType.values().length; i++) { in parseBinary() 162 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 164 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary() 175 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 176 sb.append(BinaryDecoderType.values()[i].name()); in parseBinary() 216 sb.append(BinaryDecoderType.values()[i].name()) in parseBinary() 218 .append(BinaryDecoderType.values()[j].name()) in parseBinary()
|
H A D | ConformanceJava.java | 91 private enum BinaryDecoderType { enum in ConformanceJava 103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode() 151 for (int i = 0; i < BinaryDecoderType.values().length; i++) { in parseBinary() 163 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 166 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary() 177 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 178 sb.append(BinaryDecoderType.values()[i].name()); in parseBinary() 218 sb.append(BinaryDecoderType.values()[i].name()) in parseBinary() 220 .append(BinaryDecoderType.values()[j].name()) in parseBinary()
|
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/ |
H A D | ConformanceJavaLite.java | 87 private enum BinaryDecoderType { enum in ConformanceJavaLite 100 BinaryDecoderType type, in decode() 150 for (int i = 0; i < BinaryDecoderType.values().length; i++) { in parseBinary() 162 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 164 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary() 175 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 176 sb.append(BinaryDecoderType.values()[i].name()); in parseBinary() 216 sb.append(BinaryDecoderType.values()[i].name()) in parseBinary() 218 .append(BinaryDecoderType.values()[j].name()) in parseBinary()
|
H A D | ConformanceJava.java | 91 private enum BinaryDecoderType { enum in ConformanceJava 103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode() 151 for (int i = 0; i < BinaryDecoderType.values().length; i++) { in parseBinary() 163 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 166 messages.set(i, decoder.decode(bytes, BinaryDecoderType.values()[i], parser, extensions)); in parseBinary() 177 for (int i = 0; i < BinaryDecoderType.values().length; ++i) { in parseBinary() 178 sb.append(BinaryDecoderType.values()[i].name()); in parseBinary() 218 sb.append(BinaryDecoderType.values()[i].name()) in parseBinary() 220 .append(BinaryDecoderType.values()[j].name()) in parseBinary()
|