Update protobuf from 2.5.0 to 2.6.1
This commit is contained in:
@@ -17,10 +17,10 @@ public final class JsProtoBuf {
|
||||
registry.add(org.jetbrains.kotlin.serialization.js.JsProtoBuf.typeAnnotation);
|
||||
registry.add(org.jetbrains.kotlin.serialization.js.JsProtoBuf.typeParameterAnnotation);
|
||||
}
|
||||
public interface ClassesOrBuilder
|
||||
extends org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
public interface ClassesOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.serialization.js.Classes)
|
||||
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
|
||||
// repeated int32 class_name = 1 [packed = true];
|
||||
/**
|
||||
* <code>repeated int32 class_name = 1 [packed = true];</code>
|
||||
*
|
||||
@@ -50,14 +50,15 @@ public final class JsProtoBuf {
|
||||
* Protobuf type {@code org.jetbrains.kotlin.serialization.js.Classes}
|
||||
*/
|
||||
public static final class Classes extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
|
||||
implements ClassesOrBuilder {
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.serialization.js.Classes)
|
||||
ClassesOrBuilder {
|
||||
// Use Classes.newBuilder() to construct.
|
||||
private Classes(org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder builder) {
|
||||
super(builder);
|
||||
|
||||
this.unknownFields = builder.getUnknownFields();
|
||||
}
|
||||
private Classes(boolean noInit) {}
|
||||
private Classes(boolean noInit) { this.unknownFields = org.jetbrains.kotlin.protobuf.ByteString.EMPTY;}
|
||||
|
||||
private static final Classes defaultInstance;
|
||||
public static Classes getDefaultInstance() {
|
||||
@@ -68,12 +69,18 @@ public final class JsProtoBuf {
|
||||
return defaultInstance;
|
||||
}
|
||||
|
||||
private final org.jetbrains.kotlin.protobuf.ByteString unknownFields;
|
||||
private Classes(
|
||||
org.jetbrains.kotlin.protobuf.CodedInputStream input,
|
||||
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException {
|
||||
initFields();
|
||||
int mutable_bitField0_ = 0;
|
||||
org.jetbrains.kotlin.protobuf.ByteString.Output unknownFieldsOutput =
|
||||
org.jetbrains.kotlin.protobuf.ByteString.newOutput();
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream unknownFieldsCodedOutput =
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream.newInstance(
|
||||
unknownFieldsOutput);
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
@@ -83,7 +90,7 @@ public final class JsProtoBuf {
|
||||
done = true;
|
||||
break;
|
||||
default: {
|
||||
if (!parseUnknownField(input,
|
||||
if (!parseUnknownField(input, unknownFieldsCodedOutput,
|
||||
extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
@@ -121,6 +128,13 @@ public final class JsProtoBuf {
|
||||
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
|
||||
className_ = java.util.Collections.unmodifiableList(className_);
|
||||
}
|
||||
try {
|
||||
unknownFieldsCodedOutput.flush();
|
||||
} catch (java.io.IOException e) {
|
||||
// Should not happen
|
||||
} finally {
|
||||
unknownFields = unknownFieldsOutput.toByteString();
|
||||
}
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
@@ -139,7 +153,6 @@ public final class JsProtoBuf {
|
||||
return PARSER;
|
||||
}
|
||||
|
||||
// repeated int32 class_name = 1 [packed = true];
|
||||
public static final int CLASS_NAME_FIELD_NUMBER = 1;
|
||||
private java.util.List<java.lang.Integer> className_;
|
||||
/**
|
||||
@@ -181,7 +194,8 @@ public final class JsProtoBuf {
|
||||
private byte memoizedIsInitialized = -1;
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized != -1) return isInitialized == 1;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
memoizedIsInitialized = 1;
|
||||
return true;
|
||||
@@ -197,6 +211,7 @@ public final class JsProtoBuf {
|
||||
for (int i = 0; i < className_.size(); i++) {
|
||||
output.writeInt32NoTag(className_.get(i));
|
||||
}
|
||||
output.writeRawBytes(unknownFields);
|
||||
}
|
||||
|
||||
private int memoizedSerializedSize = -1;
|
||||
@@ -219,6 +234,7 @@ public final class JsProtoBuf {
|
||||
}
|
||||
classNameMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
size += unknownFields.size();
|
||||
memoizedSerializedSize = size;
|
||||
return size;
|
||||
}
|
||||
@@ -296,7 +312,9 @@ public final class JsProtoBuf {
|
||||
public static final class Builder extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Classes, Builder>
|
||||
implements org.jetbrains.kotlin.serialization.js.JsProtoBuf.ClassesOrBuilder {
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.serialization.js.Classes)
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.ClassesOrBuilder {
|
||||
// Construct using org.jetbrains.kotlin.serialization.js.JsProtoBuf.Classes.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
@@ -354,6 +372,8 @@ public final class JsProtoBuf {
|
||||
}
|
||||
|
||||
}
|
||||
setUnknownFields(
|
||||
getUnknownFields().concat(other.unknownFields));
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -380,7 +400,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
// repeated int32 class_name = 1 [packed = true];
|
||||
private java.util.List<java.lang.Integer> className_ = java.util.Collections.emptyList();
|
||||
private void ensureClassNameIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
|
||||
@@ -456,7 +475,8 @@ public final class JsProtoBuf {
|
||||
public Builder addAllClassName(
|
||||
java.lang.Iterable<? extends java.lang.Integer> values) {
|
||||
ensureClassNameIsMutable();
|
||||
super.addAll(values, className_);
|
||||
org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, className_);
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -485,10 +505,10 @@ public final class JsProtoBuf {
|
||||
// @@protoc_insertion_point(class_scope:org.jetbrains.kotlin.serialization.js.Classes)
|
||||
}
|
||||
|
||||
public interface LibraryOrBuilder
|
||||
extends org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
public interface LibraryOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.serialization.js.Library)
|
||||
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
|
||||
// repeated .org.jetbrains.kotlin.serialization.js.Library.FileEntry entry = 1;
|
||||
/**
|
||||
* <code>repeated .org.jetbrains.kotlin.serialization.js.Library.FileEntry entry = 1;</code>
|
||||
*/
|
||||
@@ -503,7 +523,6 @@ public final class JsProtoBuf {
|
||||
*/
|
||||
int getEntryCount();
|
||||
|
||||
// optional .org.jetbrains.kotlin.serialization.js.Library.Kind kind = 2 [default = PLAIN];
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.serialization.js.Library.Kind kind = 2 [default = PLAIN];</code>
|
||||
*/
|
||||
@@ -513,12 +532,11 @@ public final class JsProtoBuf {
|
||||
*/
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind getKind();
|
||||
|
||||
// repeated string importedModules = 3;
|
||||
/**
|
||||
* <code>repeated string importedModules = 3;</code>
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getImportedModulesList();
|
||||
org.jetbrains.kotlin.protobuf.ProtocolStringList
|
||||
getImportedModulesList();
|
||||
/**
|
||||
* <code>repeated string importedModules = 3;</code>
|
||||
*/
|
||||
@@ -537,14 +555,15 @@ public final class JsProtoBuf {
|
||||
* Protobuf type {@code org.jetbrains.kotlin.serialization.js.Library}
|
||||
*/
|
||||
public static final class Library extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
|
||||
implements LibraryOrBuilder {
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.serialization.js.Library)
|
||||
LibraryOrBuilder {
|
||||
// Use Library.newBuilder() to construct.
|
||||
private Library(org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder builder) {
|
||||
super(builder);
|
||||
|
||||
this.unknownFields = builder.getUnknownFields();
|
||||
}
|
||||
private Library(boolean noInit) {}
|
||||
private Library(boolean noInit) { this.unknownFields = org.jetbrains.kotlin.protobuf.ByteString.EMPTY;}
|
||||
|
||||
private static final Library defaultInstance;
|
||||
public static Library getDefaultInstance() {
|
||||
@@ -555,12 +574,18 @@ public final class JsProtoBuf {
|
||||
return defaultInstance;
|
||||
}
|
||||
|
||||
private final org.jetbrains.kotlin.protobuf.ByteString unknownFields;
|
||||
private Library(
|
||||
org.jetbrains.kotlin.protobuf.CodedInputStream input,
|
||||
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException {
|
||||
initFields();
|
||||
int mutable_bitField0_ = 0;
|
||||
org.jetbrains.kotlin.protobuf.ByteString.Output unknownFieldsOutput =
|
||||
org.jetbrains.kotlin.protobuf.ByteString.newOutput();
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream unknownFieldsCodedOutput =
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream.newInstance(
|
||||
unknownFieldsOutput);
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
@@ -570,7 +595,7 @@ public final class JsProtoBuf {
|
||||
done = true;
|
||||
break;
|
||||
default: {
|
||||
if (!parseUnknownField(input,
|
||||
if (!parseUnknownField(input, unknownFieldsCodedOutput,
|
||||
extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
@@ -587,18 +612,22 @@ public final class JsProtoBuf {
|
||||
case 16: {
|
||||
int rawValue = input.readEnum();
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind value = org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind.valueOf(rawValue);
|
||||
if (value != null) {
|
||||
if (value == null) {
|
||||
unknownFieldsCodedOutput.writeRawVarint32(tag);
|
||||
unknownFieldsCodedOutput.writeRawVarint32(rawValue);
|
||||
} else {
|
||||
bitField0_ |= 0x00000001;
|
||||
kind_ = value;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 26: {
|
||||
org.jetbrains.kotlin.protobuf.ByteString bs = input.readBytes();
|
||||
if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
importedModules_ = new org.jetbrains.kotlin.protobuf.LazyStringArrayList();
|
||||
mutable_bitField0_ |= 0x00000004;
|
||||
}
|
||||
importedModules_.add(input.readBytes());
|
||||
importedModules_.add(bs);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -613,7 +642,14 @@ public final class JsProtoBuf {
|
||||
entry_ = java.util.Collections.unmodifiableList(entry_);
|
||||
}
|
||||
if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
importedModules_ = new org.jetbrains.kotlin.protobuf.UnmodifiableLazyStringList(importedModules_);
|
||||
importedModules_ = importedModules_.getUnmodifiableView();
|
||||
}
|
||||
try {
|
||||
unknownFieldsCodedOutput.flush();
|
||||
} catch (java.io.IOException e) {
|
||||
// Should not happen
|
||||
} finally {
|
||||
unknownFields = unknownFieldsOutput.toByteString();
|
||||
}
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
@@ -707,10 +743,10 @@ public final class JsProtoBuf {
|
||||
// @@protoc_insertion_point(enum_scope:org.jetbrains.kotlin.serialization.js.Library.Kind)
|
||||
}
|
||||
|
||||
public interface FileEntryOrBuilder
|
||||
extends org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
public interface FileEntryOrBuilder extends
|
||||
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.serialization.js.Library.FileEntry)
|
||||
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
|
||||
|
||||
// required string path = 1;
|
||||
/**
|
||||
* <code>required string path = 1;</code>
|
||||
*/
|
||||
@@ -725,7 +761,6 @@ public final class JsProtoBuf {
|
||||
org.jetbrains.kotlin.protobuf.ByteString
|
||||
getPathBytes();
|
||||
|
||||
// required bytes content = 2;
|
||||
/**
|
||||
* <code>required bytes content = 2;</code>
|
||||
*/
|
||||
@@ -739,14 +774,15 @@ public final class JsProtoBuf {
|
||||
* Protobuf type {@code org.jetbrains.kotlin.serialization.js.Library.FileEntry}
|
||||
*/
|
||||
public static final class FileEntry extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
|
||||
implements FileEntryOrBuilder {
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite implements
|
||||
// @@protoc_insertion_point(message_implements:org.jetbrains.kotlin.serialization.js.Library.FileEntry)
|
||||
FileEntryOrBuilder {
|
||||
// Use FileEntry.newBuilder() to construct.
|
||||
private FileEntry(org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder builder) {
|
||||
super(builder);
|
||||
|
||||
this.unknownFields = builder.getUnknownFields();
|
||||
}
|
||||
private FileEntry(boolean noInit) {}
|
||||
private FileEntry(boolean noInit) { this.unknownFields = org.jetbrains.kotlin.protobuf.ByteString.EMPTY;}
|
||||
|
||||
private static final FileEntry defaultInstance;
|
||||
public static FileEntry getDefaultInstance() {
|
||||
@@ -757,12 +793,18 @@ public final class JsProtoBuf {
|
||||
return defaultInstance;
|
||||
}
|
||||
|
||||
private final org.jetbrains.kotlin.protobuf.ByteString unknownFields;
|
||||
private FileEntry(
|
||||
org.jetbrains.kotlin.protobuf.CodedInputStream input,
|
||||
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException {
|
||||
initFields();
|
||||
int mutable_bitField0_ = 0;
|
||||
org.jetbrains.kotlin.protobuf.ByteString.Output unknownFieldsOutput =
|
||||
org.jetbrains.kotlin.protobuf.ByteString.newOutput();
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream unknownFieldsCodedOutput =
|
||||
org.jetbrains.kotlin.protobuf.CodedOutputStream.newInstance(
|
||||
unknownFieldsOutput);
|
||||
try {
|
||||
boolean done = false;
|
||||
while (!done) {
|
||||
@@ -772,15 +814,16 @@ public final class JsProtoBuf {
|
||||
done = true;
|
||||
break;
|
||||
default: {
|
||||
if (!parseUnknownField(input,
|
||||
if (!parseUnknownField(input, unknownFieldsCodedOutput,
|
||||
extensionRegistry, tag)) {
|
||||
done = true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 10: {
|
||||
org.jetbrains.kotlin.protobuf.ByteString bs = input.readBytes();
|
||||
bitField0_ |= 0x00000001;
|
||||
path_ = input.readBytes();
|
||||
path_ = bs;
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
@@ -796,6 +839,13 @@ public final class JsProtoBuf {
|
||||
throw new org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException(
|
||||
e.getMessage()).setUnfinishedMessage(this);
|
||||
} finally {
|
||||
try {
|
||||
unknownFieldsCodedOutput.flush();
|
||||
} catch (java.io.IOException e) {
|
||||
// Should not happen
|
||||
} finally {
|
||||
unknownFields = unknownFieldsOutput.toByteString();
|
||||
}
|
||||
makeExtensionsImmutable();
|
||||
}
|
||||
}
|
||||
@@ -815,7 +865,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
// required string path = 1;
|
||||
public static final int PATH_FIELD_NUMBER = 1;
|
||||
private java.lang.Object path_;
|
||||
/**
|
||||
@@ -858,7 +907,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
}
|
||||
|
||||
// required bytes content = 2;
|
||||
public static final int CONTENT_FIELD_NUMBER = 2;
|
||||
private org.jetbrains.kotlin.protobuf.ByteString content_;
|
||||
/**
|
||||
@@ -881,7 +929,8 @@ public final class JsProtoBuf {
|
||||
private byte memoizedIsInitialized = -1;
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized != -1) return isInitialized == 1;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
if (!hasPath()) {
|
||||
memoizedIsInitialized = 0;
|
||||
@@ -904,6 +953,7 @@ public final class JsProtoBuf {
|
||||
if (((bitField0_ & 0x00000002) == 0x00000002)) {
|
||||
output.writeBytes(2, content_);
|
||||
}
|
||||
output.writeRawBytes(unknownFields);
|
||||
}
|
||||
|
||||
private int memoizedSerializedSize = -1;
|
||||
@@ -920,6 +970,7 @@ public final class JsProtoBuf {
|
||||
size += org.jetbrains.kotlin.protobuf.CodedOutputStream
|
||||
.computeBytesSize(2, content_);
|
||||
}
|
||||
size += unknownFields.size();
|
||||
memoizedSerializedSize = size;
|
||||
return size;
|
||||
}
|
||||
@@ -997,7 +1048,9 @@ public final class JsProtoBuf {
|
||||
public static final class Builder extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntry, Builder>
|
||||
implements org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntryOrBuilder {
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.serialization.js.Library.FileEntry)
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntryOrBuilder {
|
||||
// Construct using org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntry.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
@@ -1060,6 +1113,8 @@ public final class JsProtoBuf {
|
||||
if (other.hasContent()) {
|
||||
setContent(other.getContent());
|
||||
}
|
||||
setUnknownFields(
|
||||
getUnknownFields().concat(other.unknownFields));
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -1094,7 +1149,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
// required string path = 1;
|
||||
private java.lang.Object path_ = "";
|
||||
/**
|
||||
* <code>required string path = 1;</code>
|
||||
@@ -1108,9 +1162,12 @@ public final class JsProtoBuf {
|
||||
public java.lang.String getPath() {
|
||||
java.lang.Object ref = path_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
java.lang.String s = ((org.jetbrains.kotlin.protobuf.ByteString) ref)
|
||||
.toStringUtf8();
|
||||
path_ = s;
|
||||
org.jetbrains.kotlin.protobuf.ByteString bs =
|
||||
(org.jetbrains.kotlin.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
if (bs.isValidUtf8()) {
|
||||
path_ = s;
|
||||
}
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
@@ -1168,7 +1225,6 @@ public final class JsProtoBuf {
|
||||
return this;
|
||||
}
|
||||
|
||||
// required bytes content = 2;
|
||||
private org.jetbrains.kotlin.protobuf.ByteString content_ = org.jetbrains.kotlin.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>required bytes content = 2;</code>
|
||||
@@ -1216,7 +1272,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
|
||||
private int bitField0_;
|
||||
// repeated .org.jetbrains.kotlin.serialization.js.Library.FileEntry entry = 1;
|
||||
public static final int ENTRY_FIELD_NUMBER = 1;
|
||||
private java.util.List<org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntry> entry_;
|
||||
/**
|
||||
@@ -1252,7 +1307,6 @@ public final class JsProtoBuf {
|
||||
return entry_.get(index);
|
||||
}
|
||||
|
||||
// optional .org.jetbrains.kotlin.serialization.js.Library.Kind kind = 2 [default = PLAIN];
|
||||
public static final int KIND_FIELD_NUMBER = 2;
|
||||
private org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind kind_;
|
||||
/**
|
||||
@@ -1268,13 +1322,12 @@ public final class JsProtoBuf {
|
||||
return kind_;
|
||||
}
|
||||
|
||||
// repeated string importedModules = 3;
|
||||
public static final int IMPORTEDMODULES_FIELD_NUMBER = 3;
|
||||
private org.jetbrains.kotlin.protobuf.LazyStringList importedModules_;
|
||||
/**
|
||||
* <code>repeated string importedModules = 3;</code>
|
||||
*/
|
||||
public java.util.List<java.lang.String>
|
||||
public org.jetbrains.kotlin.protobuf.ProtocolStringList
|
||||
getImportedModulesList() {
|
||||
return importedModules_;
|
||||
}
|
||||
@@ -1306,7 +1359,8 @@ public final class JsProtoBuf {
|
||||
private byte memoizedIsInitialized = -1;
|
||||
public final boolean isInitialized() {
|
||||
byte isInitialized = memoizedIsInitialized;
|
||||
if (isInitialized != -1) return isInitialized == 1;
|
||||
if (isInitialized == 1) return true;
|
||||
if (isInitialized == 0) return false;
|
||||
|
||||
for (int i = 0; i < getEntryCount(); i++) {
|
||||
if (!getEntry(i).isInitialized()) {
|
||||
@@ -1330,6 +1384,7 @@ public final class JsProtoBuf {
|
||||
for (int i = 0; i < importedModules_.size(); i++) {
|
||||
output.writeBytes(3, importedModules_.getByteString(i));
|
||||
}
|
||||
output.writeRawBytes(unknownFields);
|
||||
}
|
||||
|
||||
private int memoizedSerializedSize = -1;
|
||||
@@ -1355,6 +1410,7 @@ public final class JsProtoBuf {
|
||||
size += dataSize;
|
||||
size += 1 * getImportedModulesList().size();
|
||||
}
|
||||
size += unknownFields.size();
|
||||
memoizedSerializedSize = size;
|
||||
return size;
|
||||
}
|
||||
@@ -1432,7 +1488,9 @@ public final class JsProtoBuf {
|
||||
public static final class Builder extends
|
||||
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library, Builder>
|
||||
implements org.jetbrains.kotlin.serialization.js.JsProtoBuf.LibraryOrBuilder {
|
||||
implements
|
||||
// @@protoc_insertion_point(builder_implements:org.jetbrains.kotlin.serialization.js.Library)
|
||||
org.jetbrains.kotlin.serialization.js.JsProtoBuf.LibraryOrBuilder {
|
||||
// Construct using org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.newBuilder()
|
||||
private Builder() {
|
||||
maybeForceBuilderInitialization();
|
||||
@@ -1485,8 +1543,7 @@ public final class JsProtoBuf {
|
||||
}
|
||||
result.kind_ = kind_;
|
||||
if (((bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
importedModules_ = new org.jetbrains.kotlin.protobuf.UnmodifiableLazyStringList(
|
||||
importedModules_);
|
||||
importedModules_ = importedModules_.getUnmodifiableView();
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
}
|
||||
result.importedModules_ = importedModules_;
|
||||
@@ -1519,6 +1576,8 @@ public final class JsProtoBuf {
|
||||
}
|
||||
|
||||
}
|
||||
setUnknownFields(
|
||||
getUnknownFields().concat(other.unknownFields));
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -1551,7 +1610,6 @@ public final class JsProtoBuf {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
// repeated .org.jetbrains.kotlin.serialization.js.Library.FileEntry entry = 1;
|
||||
private java.util.List<org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntry> entry_ =
|
||||
java.util.Collections.emptyList();
|
||||
private void ensureEntryIsMutable() {
|
||||
@@ -1653,7 +1711,8 @@ public final class JsProtoBuf {
|
||||
public Builder addAllEntry(
|
||||
java.lang.Iterable<? extends org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.FileEntry> values) {
|
||||
ensureEntryIsMutable();
|
||||
super.addAll(values, entry_);
|
||||
org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, entry_);
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -1676,7 +1735,6 @@ public final class JsProtoBuf {
|
||||
return this;
|
||||
}
|
||||
|
||||
// optional .org.jetbrains.kotlin.serialization.js.Library.Kind kind = 2 [default = PLAIN];
|
||||
private org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind kind_ = org.jetbrains.kotlin.serialization.js.JsProtoBuf.Library.Kind.PLAIN;
|
||||
/**
|
||||
* <code>optional .org.jetbrains.kotlin.serialization.js.Library.Kind kind = 2 [default = PLAIN];</code>
|
||||
@@ -1712,7 +1770,6 @@ public final class JsProtoBuf {
|
||||
return this;
|
||||
}
|
||||
|
||||
// repeated string importedModules = 3;
|
||||
private org.jetbrains.kotlin.protobuf.LazyStringList importedModules_ = org.jetbrains.kotlin.protobuf.LazyStringArrayList.EMPTY;
|
||||
private void ensureImportedModulesIsMutable() {
|
||||
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
|
||||
@@ -1723,9 +1780,9 @@ public final class JsProtoBuf {
|
||||
/**
|
||||
* <code>repeated string importedModules = 3;</code>
|
||||
*/
|
||||
public java.util.List<java.lang.String>
|
||||
public org.jetbrains.kotlin.protobuf.ProtocolStringList
|
||||
getImportedModulesList() {
|
||||
return java.util.Collections.unmodifiableList(importedModules_);
|
||||
return importedModules_.getUnmodifiableView();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string importedModules = 3;</code>
|
||||
@@ -1778,7 +1835,8 @@ public final class JsProtoBuf {
|
||||
public Builder addAllImportedModules(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
ensureImportedModulesIsMutable();
|
||||
super.addAll(values, importedModules_);
|
||||
org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder.addAll(
|
||||
values, importedModules_);
|
||||
|
||||
return this;
|
||||
}
|
||||
@@ -1830,7 +1888,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int CONSTRUCTOR_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.Constructor { ... }</code>
|
||||
@@ -1845,7 +1904,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int FUNCTION_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.Function { ... }</code>
|
||||
@@ -1860,7 +1920,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int PROPERTY_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.Property { ... }</code>
|
||||
@@ -1875,7 +1936,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int COMPILE_TIME_VALUE_FIELD_NUMBER = 131;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.Property { ... }</code>
|
||||
@@ -1890,7 +1952,8 @@ public final class JsProtoBuf {
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.getDefaultInstance(),
|
||||
null,
|
||||
131,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE);
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.Argument.Value.class);
|
||||
public static final int ENUM_ENTRY_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.EnumEntry { ... }</code>
|
||||
@@ -1905,7 +1968,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int PARAMETER_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.ValueParameter { ... }</code>
|
||||
@@ -1920,7 +1984,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int TYPE_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.Type { ... }</code>
|
||||
@@ -1935,7 +2000,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
public static final int TYPE_PARAMETER_ANNOTATION_FIELD_NUMBER = 130;
|
||||
/**
|
||||
* <code>extend .org.jetbrains.kotlin.serialization.TypeParameter { ... }</code>
|
||||
@@ -1950,7 +2016,8 @@ public final class JsProtoBuf {
|
||||
null,
|
||||
130,
|
||||
org.jetbrains.kotlin.protobuf.WireFormat.FieldType.MESSAGE,
|
||||
false);
|
||||
false,
|
||||
org.jetbrains.kotlin.serialization.ProtoBuf.Annotation.class);
|
||||
|
||||
static {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user