Minor corrections in proto schemas, mostly in comments

Also set up code style for the protobuf plugin
This commit is contained in:
Alexander Udalov
2018-03-09 14:34:55 +01:00
parent 9d8d4b837b
commit 407de206a3
4 changed files with 399 additions and 184 deletions
+7
View File
@@ -217,6 +217,13 @@
<option name="WHILE_BRACE_FORCE" value="1" /> <option name="WHILE_BRACE_FORCE" value="1" />
<option name="FOR_BRACE_FORCE" value="1" /> <option name="FOR_BRACE_FORCE" value="1" />
</codeStyleSettings> </codeStyleSettings>
<codeStyleSettings language="PROTO">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="Scala"> <codeStyleSettings language="Scala">
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" /> <option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" />
<option name="ELSE_ON_NEW_LINE" value="true" /> <option name="ELSE_ON_NEW_LINE" value="true" />
@@ -5468,14 +5468,26 @@ public final class DebugProtoBuf {
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
boolean hasOuterType(); boolean hasOuterType();
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType(); org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType();
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder(); org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder();
@@ -6766,18 +6778,30 @@ public final class DebugProtoBuf {
private org.jetbrains.kotlin.metadata.DebugProtoBuf.Type outerType_; private org.jetbrains.kotlin.metadata.DebugProtoBuf.Type outerType_;
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public boolean hasOuterType() { public boolean hasOuterType() {
return ((bitField0_ & 0x00000100) == 0x00000100); return ((bitField0_ & 0x00000100) == 0x00000100);
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType() { public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType() {
return outerType_; return outerType_;
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder() { public org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder() {
return outerType_; return outerType_;
@@ -8087,12 +8111,20 @@ public final class DebugProtoBuf {
org.jetbrains.kotlin.metadata.DebugProtoBuf.Type, org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder, org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder> outerTypeBuilder_; org.jetbrains.kotlin.metadata.DebugProtoBuf.Type, org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder, org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder> outerTypeBuilder_;
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public boolean hasOuterType() { public boolean hasOuterType() {
return ((bitField0_ & 0x00000200) == 0x00000200); return ((bitField0_ & 0x00000200) == 0x00000200);
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType() { public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type getOuterType() {
if (outerTypeBuilder_ == null) { if (outerTypeBuilder_ == null) {
@@ -8103,6 +8135,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder setOuterType(org.jetbrains.kotlin.metadata.DebugProtoBuf.Type value) { public Builder setOuterType(org.jetbrains.kotlin.metadata.DebugProtoBuf.Type value) {
if (outerTypeBuilder_ == null) { if (outerTypeBuilder_ == null) {
@@ -8119,6 +8155,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder setOuterType( public Builder setOuterType(
org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder builderForValue) { org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder builderForValue) {
@@ -8133,6 +8173,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder mergeOuterType(org.jetbrains.kotlin.metadata.DebugProtoBuf.Type value) { public Builder mergeOuterType(org.jetbrains.kotlin.metadata.DebugProtoBuf.Type value) {
if (outerTypeBuilder_ == null) { if (outerTypeBuilder_ == null) {
@@ -8152,6 +8196,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder clearOuterType() { public Builder clearOuterType() {
if (outerTypeBuilder_ == null) { if (outerTypeBuilder_ == null) {
@@ -8165,6 +8213,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder getOuterTypeBuilder() { public org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder getOuterTypeBuilder() {
bitField0_ |= 0x00000200; bitField0_ |= 0x00000200;
@@ -8173,6 +8225,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder() { public org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder getOuterTypeOrBuilder() {
if (outerTypeBuilder_ != null) { if (outerTypeBuilder_ != null) {
@@ -8183,6 +8239,10 @@ public final class DebugProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
private org.jetbrains.kotlin.protobuf.SingleFieldBuilder< private org.jetbrains.kotlin.protobuf.SingleFieldBuilder<
org.jetbrains.kotlin.metadata.DebugProtoBuf.Type, org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder, org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder> org.jetbrains.kotlin.metadata.DebugProtoBuf.Type, org.jetbrains.kotlin.metadata.DebugProtoBuf.Type.Builder, org.jetbrains.kotlin.metadata.DebugProtoBuf.TypeOrBuilder>
@@ -8503,15 +8563,15 @@ public final class DebugProtoBuf {
int index); int index);
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
java.util.List<java.lang.Integer> getUpperBoundIdList(); java.util.List<java.lang.Integer> getUpperBoundIdList();
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
int getUpperBoundIdCount(); int getUpperBoundIdCount();
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
int getUpperBoundId(int index); int getUpperBoundId(int index);
} }
@@ -8858,24 +8918,25 @@ public final class DebugProtoBuf {
public static final int UPPER_BOUND_ID_FIELD_NUMBER = 6; public static final int UPPER_BOUND_ID_FIELD_NUMBER = 6;
private java.util.List<java.lang.Integer> upperBoundId_; private java.util.List<java.lang.Integer> upperBoundId_;
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public java.util.List<java.lang.Integer> public java.util.List<java.lang.Integer>
getUpperBoundIdList() { getUpperBoundIdList() {
return upperBoundId_; return upperBoundId_;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundIdCount() { public int getUpperBoundIdCount() {
return upperBoundId_.size(); return upperBoundId_.size();
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundId(int index) { public int getUpperBoundId(int index) {
return upperBoundId_.get(index); return upperBoundId_.get(index);
} }
private int upperBoundIdMemoizedSerializedSize = -1;
private void initFields() { private void initFields() {
id_ = 0; id_ = 0;
@@ -8934,8 +8995,12 @@ public final class DebugProtoBuf {
for (int i = 0; i < upperBound_.size(); i++) { for (int i = 0; i < upperBound_.size(); i++) {
output.writeMessage(5, upperBound_.get(i)); output.writeMessage(5, upperBound_.get(i));
} }
if (getUpperBoundIdList().size() > 0) {
output.writeRawVarint32(50);
output.writeRawVarint32(upperBoundIdMemoizedSerializedSize);
}
for (int i = 0; i < upperBoundId_.size(); i++) { for (int i = 0; i < upperBoundId_.size(); i++) {
output.writeInt32(6, upperBoundId_.get(i)); output.writeInt32NoTag(upperBoundId_.get(i));
} }
extensionWriter.writeUntil(1000, output); extensionWriter.writeUntil(1000, output);
getUnknownFields().writeTo(output); getUnknownFields().writeTo(output);
@@ -8974,7 +9039,12 @@ public final class DebugProtoBuf {
.computeInt32SizeNoTag(upperBoundId_.get(i)); .computeInt32SizeNoTag(upperBoundId_.get(i));
} }
size += dataSize; size += dataSize;
size += 1 * getUpperBoundIdList().size(); if (!getUpperBoundIdList().isEmpty()) {
size += 1;
size += org.jetbrains.kotlin.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
upperBoundIdMemoizedSerializedSize = dataSize;
} }
size += extensionsSerializedSize(); size += extensionsSerializedSize();
size += getUnknownFields().getSerializedSize(); size += getUnknownFields().getSerializedSize();
@@ -9659,26 +9729,26 @@ public final class DebugProtoBuf {
} }
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public java.util.List<java.lang.Integer> public java.util.List<java.lang.Integer>
getUpperBoundIdList() { getUpperBoundIdList() {
return java.util.Collections.unmodifiableList(upperBoundId_); return java.util.Collections.unmodifiableList(upperBoundId_);
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundIdCount() { public int getUpperBoundIdCount() {
return upperBoundId_.size(); return upperBoundId_.size();
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundId(int index) { public int getUpperBoundId(int index) {
return upperBoundId_.get(index); return upperBoundId_.get(index);
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder setUpperBoundId( public Builder setUpperBoundId(
int index, int value) { int index, int value) {
@@ -9688,7 +9758,7 @@ public final class DebugProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder addUpperBoundId(int value) { public Builder addUpperBoundId(int value) {
ensureUpperBoundIdIsMutable(); ensureUpperBoundIdIsMutable();
@@ -9697,7 +9767,7 @@ public final class DebugProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder addAllUpperBoundId( public Builder addAllUpperBoundId(
java.lang.Iterable<? extends java.lang.Integer> values) { java.lang.Iterable<? extends java.lang.Integer> values) {
@@ -9708,7 +9778,7 @@ public final class DebugProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder clearUpperBoundId() { public Builder clearUpperBoundId() {
upperBoundId_ = java.util.Collections.emptyList(); upperBoundId_ = java.util.Collections.emptyList();
@@ -9743,7 +9813,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
boolean hasFlags(); boolean hasFlags();
@@ -9757,7 +9829,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
int getFlags(); int getFlags();
@@ -10465,7 +10539,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public boolean hasFlags() { public boolean hasFlags() {
@@ -10481,7 +10557,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public int getFlags() { public int getFlags() {
@@ -11826,7 +11904,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public boolean hasFlags() { public boolean hasFlags() {
@@ -11842,7 +11922,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public int getFlags() { public int getFlags() {
@@ -11858,7 +11940,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public Builder setFlags(int value) { public Builder setFlags(int value) {
@@ -11877,7 +11961,9 @@ public final class DebugProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public Builder clearFlags() { public Builder clearFlags() {
@@ -20236,7 +20322,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -20256,7 +20342,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -20374,6 +20460,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
boolean hasGetterFlags(); boolean hasGetterFlags();
@@ -20387,6 +20476,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
int getGetterFlags(); int getGetterFlags();
@@ -20614,7 +20706,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -20636,7 +20728,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -20817,6 +20909,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public boolean hasGetterFlags() { public boolean hasGetterFlags() {
@@ -20832,6 +20927,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public int getGetterFlags() { public int getGetterFlags() {
@@ -21436,7 +21534,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -21458,7 +21556,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -21480,7 +21578,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -21505,7 +21603,7 @@ public final class DebugProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -22246,6 +22344,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public boolean hasGetterFlags() { public boolean hasGetterFlags() {
@@ -22261,6 +22362,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public int getGetterFlags() { public int getGetterFlags() {
@@ -22276,6 +22380,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public Builder setGetterFlags(int value) { public Builder setGetterFlags(int value) {
@@ -22294,6 +22401,9 @@ public final class DebugProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public Builder clearGetterFlags() { public Builder clearGetterFlags() {
@@ -33470,143 +33580,144 @@ public final class DebugProtoBuf {
"ion:\003INV\0221\n\004type\030\002 \001(\0132#.org.jetbrains.k" + "ion:\003INV\0221\n\004type\030\002 \001(\0132#.org.jetbrains.k" +
"otlin.metadata.Type\022\017\n\007type_id\030\003 \001(\005\"0\n\n" + "otlin.metadata.Type\022\017\n\007type_id\030\003 \001(\005\"0\n\n" +
"Projection\022\006\n\002IN\020\000\022\007\n\003OUT\020\001\022\007\n\003INV\020\002\022\010\n\004" + "Projection\022\006\n\002IN\020\000\022\007\n\003OUT\020\001\022\007\n\003INV\020\002\022\010\n\004" +
"STAR\020\003*\005\010d\020\310\001\"\224\002\n\rTypeParameter\022\n\n\002id\030\001 ", "STAR\020\003*\005\010d\020\310\001\"\230\002\n\rTypeParameter\022\n\n\002id\030\001 ",
"\002(\005\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\022\026\n\007reified\030\003 \001(\010" + "\002(\005\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\022\026\n\007reified\030\003 \001(\010" +
":\005false\022L\n\010variance\030\004 \001(\01625.org.jetbrain" + ":\005false\022L\n\010variance\030\004 \001(\01625.org.jetbrain" +
"s.kotlin.metadata.TypeParameter.Variance" + "s.kotlin.metadata.TypeParameter.Variance" +
":\003INV\0228\n\013upper_bound\030\005 \003(\0132#.org.jetbrai" + ":\003INV\0228\n\013upper_bound\030\005 \003(\0132#.org.jetbrai" +
"ns.kotlin.metadata.Type\022\026\n\016upper_bound_i" + "ns.kotlin.metadata.Type\022\032\n\016upper_bound_i" +
"d\030\006 \003(\005\"$\n\010Variance\022\006\n\002IN\020\000\022\007\n\003OUT\020\001\022\007\n\003" + "d\030\006 \003(\005B\002\020\001\"$\n\010Variance\022\006\n\002IN\020\000\022\007\n\003OUT\020\001" +
"INV\020\002*\005\010d\020\350\007\"\244\007\n\005Class\022\020\n\005flags\030\001 \001(\005:\0016" + "\022\007\n\003INV\020\002*\005\010d\020\350\007\"\244\007\n\005Class\022\020\n\005flags\030\001 \001(" +
"\022\025\n\007fq_name\030\003 \002(\005B\004\220\265\030\001\022#\n\025companion_obj" + "\005:\0016\022\025\n\007fq_name\030\003 \002(\005B\004\220\265\030\001\022#\n\025companion" +
"ect_name\030\004 \001(\005B\004\210\265\030\001\022D\n\016type_parameter\030\005" + "_object_name\030\004 \001(\005B\004\210\265\030\001\022D\n\016type_paramet" +
" \003(\0132,.org.jetbrains.kotlin.metadata.Typ", "er\030\005 \003(\0132,.org.jetbrains.kotlin.metadata",
"eParameter\0226\n\tsupertype\030\006 \003(\0132#.org.jetb" + ".TypeParameter\0226\n\tsupertype\030\006 \003(\0132#.org." +
"rains.kotlin.metadata.Type\022\030\n\014supertype_" + "jetbrains.kotlin.metadata.Type\022\030\n\014supert" +
"id\030\002 \003(\005B\002\020\001\022!\n\021nested_class_name\030\007 \003(\005B" + "ype_id\030\002 \003(\005B\002\020\001\022!\n\021nested_class_name\030\007 " +
"\006\020\001\210\265\030\001\022?\n\013constructor\030\010 \003(\0132*.org.jetbr" + "\003(\005B\006\020\001\210\265\030\001\022?\n\013constructor\030\010 \003(\0132*.org.j" +
"ains.kotlin.metadata.Constructor\0229\n\010func" + "etbrains.kotlin.metadata.Constructor\0229\n\010" +
"tion\030\t \003(\0132\'.org.jetbrains.kotlin.metada" + "function\030\t \003(\0132\'.org.jetbrains.kotlin.me" +
"ta.Function\0229\n\010property\030\n \003(\0132\'.org.jetb" + "tadata.Function\0229\n\010property\030\n \003(\0132\'.org." +
"rains.kotlin.metadata.Property\022<\n\ntype_a" + "jetbrains.kotlin.metadata.Property\022<\n\nty" +
"lias\030\013 \003(\0132(.org.jetbrains.kotlin.metada" + "pe_alias\030\013 \003(\0132(.org.jetbrains.kotlin.me" +
"ta.TypeAlias\022<\n\nenum_entry\030\r \003(\0132(.org.j", "tadata.TypeAlias\022<\n\nenum_entry\030\r \003(\0132(.o",
"etbrains.kotlin.metadata.EnumEntry\022\'\n\027se" + "rg.jetbrains.kotlin.metadata.EnumEntry\022\'" +
"aled_subclass_fq_name\030\020 \003(\005B\006\020\001\220\265\030\001\022<\n\nt" + "\n\027sealed_subclass_fq_name\030\020 \003(\005B\006\020\001\220\265\030\001\022" +
"ype_table\030\036 \001(\0132(.org.jetbrains.kotlin.m" + "<\n\ntype_table\030\036 \001(\0132(.org.jetbrains.kotl" +
"etadata.TypeTable\022\033\n\023version_requirement" + "in.metadata.TypeTable\022\033\n\023version_require" +
"\030\037 \001(\005\022Y\n\031version_requirement_table\030 \001(" + "ment\030\037 \001(\005\022Y\n\031version_requirement_table\030" +
"\01326.org.jetbrains.kotlin.metadata.Versio" + " \001(\01326.org.jetbrains.kotlin.metadata.Ve" +
"nRequirementTable\"x\n\004Kind\022\t\n\005CLASS\020\000\022\r\n\t" + "rsionRequirementTable\"x\n\004Kind\022\t\n\005CLASS\020\000" +
"INTERFACE\020\001\022\016\n\nENUM_CLASS\020\002\022\016\n\nENUM_ENTR" + "\022\r\n\tINTERFACE\020\001\022\016\n\nENUM_CLASS\020\002\022\016\n\nENUM_" +
"Y\020\003\022\024\n\020ANNOTATION_CLASS\020\004\022\n\n\006OBJECT\020\005\022\024\n" + "ENTRY\020\003\022\024\n\020ANNOTATION_CLASS\020\004\022\n\n\006OBJECT\020" +
"\020COMPANION_OBJECT\020\006*\006\010d\020\270\224\001\"\335\002\n\007Package\022", "\005\022\024\n\020COMPANION_OBJECT\020\006*\006\010d\020\270\224\001\"\335\002\n\007Pack",
"9\n\010function\030\003 \003(\0132\'.org.jetbrains.kotlin" + "age\0229\n\010function\030\003 \003(\0132\'.org.jetbrains.ko" +
".metadata.Function\0229\n\010property\030\004 \003(\0132\'.o" + "tlin.metadata.Function\0229\n\010property\030\004 \003(\013" +
"rg.jetbrains.kotlin.metadata.Property\022<\n" + "2\'.org.jetbrains.kotlin.metadata.Propert" +
"\ntype_alias\030\005 \003(\0132(.org.jetbrains.kotlin" + "y\022<\n\ntype_alias\030\005 \003(\0132(.org.jetbrains.ko" +
".metadata.TypeAlias\022<\n\ntype_table\030\036 \001(\0132" + "tlin.metadata.TypeAlias\022<\n\ntype_table\030\036 " +
"(.org.jetbrains.kotlin.metadata.TypeTabl" + "\001(\0132(.org.jetbrains.kotlin.metadata.Type" +
"e\022Y\n\031version_requirement_table\030 \001(\01326.o" + "Table\022Y\n\031version_requirement_table\030 \001(\013" +
"rg.jetbrains.kotlin.metadata.VersionRequ" + "26.org.jetbrains.kotlin.metadata.Version" +
"irementTable*\005\010d\020\310\001\"Z\n\tTypeTable\0221\n\004type" + "RequirementTable*\005\010d\020\310\001\"Z\n\tTypeTable\0221\n\004" +
"\030\001 \003(\0132#.org.jetbrains.kotlin.metadata.T", "type\030\001 \003(\0132#.org.jetbrains.kotlin.metada",
"ype\022\032\n\016first_nullable\030\002 \001(\005:\002-1\"\214\001\n\013Cons" + "ta.Type\022\032\n\016first_nullable\030\002 \001(\005:\002-1\"\214\001\n\013" +
"tructor\022\020\n\005flags\030\001 \001(\005:\0016\022F\n\017value_param" + "Constructor\022\020\n\005flags\030\001 \001(\005:\0016\022F\n\017value_p" +
"eter\030\002 \003(\0132-.org.jetbrains.kotlin.metada" + "arameter\030\002 \003(\0132-.org.jetbrains.kotlin.me" +
"ta.ValueParameter\022\033\n\023version_requirement" + "tadata.ValueParameter\022\033\n\023version_require" +
"\030\037 \001(\005*\006\010d\020\270\224\001\"\232\004\n\010Function\022\020\n\005flags\030\t \001" + "ment\030\037 \001(\005*\006\010d\020\270\224\001\"\232\004\n\010Function\022\020\n\005flags" +
"(\005:\0016\022\024\n\told_flags\030\001 \001(\005:\0016\022\022\n\004name\030\002 \002(" + "\030\t \001(\005:\0016\022\024\n\told_flags\030\001 \001(\005:\0016\022\022\n\004name\030" +
"\005B\004\210\265\030\001\0228\n\013return_type\030\003 \001(\0132#.org.jetbr" + "\002 \002(\005B\004\210\265\030\001\0228\n\013return_type\030\003 \001(\0132#.org.j" +
"ains.kotlin.metadata.Type\022\026\n\016return_type" + "etbrains.kotlin.metadata.Type\022\026\n\016return_" +
"_id\030\007 \001(\005\022D\n\016type_parameter\030\004 \003(\0132,.org." + "type_id\030\007 \001(\005\022D\n\016type_parameter\030\004 \003(\0132,." +
"jetbrains.kotlin.metadata.TypeParameter\022", "org.jetbrains.kotlin.metadata.TypeParame",
":\n\rreceiver_type\030\005 \001(\0132#.org.jetbrains.k" + "ter\022:\n\rreceiver_type\030\005 \001(\0132#.org.jetbrai" +
"otlin.metadata.Type\022\030\n\020receiver_type_id\030" + "ns.kotlin.metadata.Type\022\030\n\020receiver_type" +
"\010 \001(\005\022F\n\017value_parameter\030\006 \003(\0132-.org.jet" + "_id\030\010 \001(\005\022F\n\017value_parameter\030\006 \003(\0132-.org" +
"brains.kotlin.metadata.ValueParameter\022<\n" + ".jetbrains.kotlin.metadata.ValueParamete" +
"\ntype_table\030\036 \001(\0132(.org.jetbrains.kotlin" + "r\022<\n\ntype_table\030\036 \001(\0132(.org.jetbrains.ko" +
".metadata.TypeTable\022\033\n\023version_requireme" + "tlin.metadata.TypeTable\022\033\n\023version_requi" +
"nt\030\037 \001(\005\0229\n\010contract\030 \001(\0132\'.org.jetbrai" + "rement\030\037 \001(\005\0229\n\010contract\030 \001(\0132\'.org.jet" +
"ns.kotlin.metadata.Contract*\006\010d\020\270\224\001\"\331\003\n\010" + "brains.kotlin.metadata.Contract*\006\010d\020\270\224\001\"" +
"Property\022\022\n\005flags\030\013 \001(\005:\003518\022\027\n\told_flag" + "\331\003\n\010Property\022\022\n\005flags\030\013 \001(\005:\003518\022\027\n\told_" +
"s\030\001 \001(\005:\0042054\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\0228\n\013ret", "flags\030\001 \001(\005:\0042054\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\0228\n",
"urn_type\030\003 \001(\0132#.org.jetbrains.kotlin.me" + "\013return_type\030\003 \001(\0132#.org.jetbrains.kotli" +
"tadata.Type\022\026\n\016return_type_id\030\t \001(\005\022D\n\016t" + "n.metadata.Type\022\026\n\016return_type_id\030\t \001(\005\022" +
"ype_parameter\030\004 \003(\0132,.org.jetbrains.kotl" + "D\n\016type_parameter\030\004 \003(\0132,.org.jetbrains." +
"in.metadata.TypeParameter\022:\n\rreceiver_ty" + "kotlin.metadata.TypeParameter\022:\n\rreceive" +
"pe\030\005 \001(\0132#.org.jetbrains.kotlin.metadata" + "r_type\030\005 \001(\0132#.org.jetbrains.kotlin.meta" +
".Type\022\030\n\020receiver_type_id\030\n \001(\005\022M\n\026sette" + "data.Type\022\030\n\020receiver_type_id\030\n \001(\005\022M\n\026s" +
"r_value_parameter\030\006 \001(\0132-.org.jetbrains." + "etter_value_parameter\030\006 \001(\0132-.org.jetbra" +
"kotlin.metadata.ValueParameter\022\024\n\014getter" + "ins.kotlin.metadata.ValueParameter\022\024\n\014ge" +
"_flags\030\007 \001(\005\022\024\n\014setter_flags\030\010 \001(\005\022\033\n\023ve" + "tter_flags\030\007 \001(\005\022\024\n\014setter_flags\030\010 \001(\005\022\033" +
"rsion_requirement\030\037 \001(\005*\006\010d\020\270\224\001\"\343\001\n\016Valu", "\n\023version_requirement\030\037 \001(\005*\006\010d\020\270\224\001\"\343\001\n\016",
"eParameter\022\020\n\005flags\030\001 \001(\005:\0010\022\022\n\004name\030\002 \002" + "ValueParameter\022\020\n\005flags\030\001 \001(\005:\0010\022\022\n\004name" +
"(\005B\004\210\265\030\001\0221\n\004type\030\003 \001(\0132#.org.jetbrains.k" + "\030\002 \002(\005B\004\210\265\030\001\0221\n\004type\030\003 \001(\0132#.org.jetbrai" +
"otlin.metadata.Type\022\017\n\007type_id\030\005 \001(\005\022@\n\023" + "ns.kotlin.metadata.Type\022\017\n\007type_id\030\005 \001(\005" +
"vararg_element_type\030\004 \001(\0132#.org.jetbrain" + "\022@\n\023vararg_element_type\030\004 \001(\0132#.org.jetb" +
"s.kotlin.metadata.Type\022\036\n\026vararg_element" + "rains.kotlin.metadata.Type\022\036\n\026vararg_ele" +
"_type_id\030\006 \001(\005*\005\010d\020\310\001\"\212\003\n\tTypeAlias\022\020\n\005f" + "ment_type_id\030\006 \001(\005*\005\010d\020\310\001\"\212\003\n\tTypeAlias\022" +
"lags\030\001 \001(\005:\0016\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\022D\n\016typ" + "\020\n\005flags\030\001 \001(\005:\0016\022\022\n\004name\030\002 \002(\005B\004\210\265\030\001\022D\n" +
"e_parameter\030\003 \003(\0132,.org.jetbrains.kotlin" + "\016type_parameter\030\003 \003(\0132,.org.jetbrains.ko" +
".metadata.TypeParameter\022<\n\017underlying_ty" + "tlin.metadata.TypeParameter\022<\n\017underlyin" +
"pe\030\004 \001(\0132#.org.jetbrains.kotlin.metadata", "g_type\030\004 \001(\0132#.org.jetbrains.kotlin.meta",
".Type\022\032\n\022underlying_type_id\030\005 \001(\005\022:\n\rexp" + "data.Type\022\032\n\022underlying_type_id\030\005 \001(\005\022:\n" +
"anded_type\030\006 \001(\0132#.org.jetbrains.kotlin." + "\rexpanded_type\030\006 \001(\0132#.org.jetbrains.kot" +
"metadata.Type\022\030\n\020expanded_type_id\030\007 \001(\005\022" + "lin.metadata.Type\022\030\n\020expanded_type_id\030\007 " +
"=\n\nannotation\030\010 \003(\0132).org.jetbrains.kotl" + "\001(\005\022=\n\nannotation\030\010 \003(\0132).org.jetbrains." +
"in.metadata.Annotation\022\033\n\023version_requir" + "kotlin.metadata.Annotation\022\033\n\023version_re" +
"ement\030\037 \001(\005*\005\010d\020\310\001\"&\n\tEnumEntry\022\022\n\004name\030" + "quirement\030\037 \001(\005*\005\010d\020\310\001\"&\n\tEnumEntry\022\022\n\004n" +
"\001 \001(\005B\004\210\265\030\001*\005\010d\020\310\001\"\225\003\n\022VersionRequiremen" + "ame\030\001 \001(\005B\004\210\265\030\001*\005\010d\020\310\001\"\225\003\n\022VersionRequir" +
"t\022\017\n\007version\030\001 \001(\005\022\024\n\014version_full\030\002 \001(\005" + "ement\022\017\n\007version\030\001 \001(\005\022\024\n\014version_full\030\002" +
"\022M\n\005level\030\003 \001(\01627.org.jetbrains.kotlin.m" + " \001(\005\022M\n\005level\030\003 \001(\01627.org.jetbrains.kotl" +
"etadata.VersionRequirement.Level:\005ERROR\022", "in.metadata.VersionRequirement.Level:\005ER",
"\022\n\nerror_code\030\004 \001(\005\022\025\n\007message\030\005 \001(\005B\004\230\265" + "ROR\022\022\n\nerror_code\030\004 \001(\005\022\025\n\007message\030\005 \001(\005" +
"\030\001\022e\n\014version_kind\030\006 \001(\0162=.org.jetbrains" + "B\004\230\265\030\001\022e\n\014version_kind\030\006 \001(\0162=.org.jetbr" +
".kotlin.metadata.VersionRequirement.Vers" + "ains.kotlin.metadata.VersionRequirement." +
"ionKind:\020LANGUAGE_VERSION\"+\n\005Level\022\013\n\007WA" + "VersionKind:\020LANGUAGE_VERSION\"+\n\005Level\022\013" +
"RNING\020\000\022\t\n\005ERROR\020\001\022\n\n\006HIDDEN\020\002\"J\n\013Versio" + "\n\007WARNING\020\000\022\t\n\005ERROR\020\001\022\n\n\006HIDDEN\020\002\"J\n\013Ve" +
"nKind\022\024\n\020LANGUAGE_VERSION\020\000\022\024\n\020COMPILER_" + "rsionKind\022\024\n\020LANGUAGE_VERSION\020\000\022\024\n\020COMPI" +
"VERSION\020\001\022\017\n\013API_VERSION\020\002\"a\n\027VersionReq" + "LER_VERSION\020\001\022\017\n\013API_VERSION\020\002\"a\n\027Versio" +
"uirementTable\022F\n\013requirement\030\001 \003(\01321.org" + "nRequirementTable\022F\n\013requirement\030\001 \003(\01321" +
".jetbrains.kotlin.metadata.VersionRequir" + ".org.jetbrains.kotlin.metadata.VersionRe" +
"ement\"\217\002\n\017PackageFragment\022;\n\007strings\030\001 \001", "quirement\"\217\002\n\017PackageFragment\022;\n\007strings",
"(\0132*.org.jetbrains.kotlin.metadata.Strin" + "\030\001 \001(\0132*.org.jetbrains.kotlin.metadata.S" +
"gTable\022J\n\017qualified_names\030\002 \001(\01321.org.je" + "tringTable\022J\n\017qualified_names\030\002 \001(\01321.or" +
"tbrains.kotlin.metadata.QualifiedNameTab" + "g.jetbrains.kotlin.metadata.QualifiedNam" +
"le\0227\n\007package\030\003 \001(\0132&.org.jetbrains.kotl" + "eTable\0227\n\007package\030\003 \001(\0132&.org.jetbrains." +
"in.metadata.Package\0223\n\005class\030\004 \003(\0132$.org" + "kotlin.metadata.Package\0223\n\005class\030\004 \003(\0132$" +
".jetbrains.kotlin.metadata.Class*\005\010d\020\310\001\"" + ".org.jetbrains.kotlin.metadata.Class*\005\010d" +
"A\n\010Contract\0225\n\006effect\030\001 \003(\0132%.org.jetbra" + "\020\310\001\"A\n\010Contract\0225\n\006effect\030\001 \003(\0132%.org.je" +
"ins.kotlin.metadata.Effect\"\306\003\n\006Effect\022E\n" + "tbrains.kotlin.metadata.Effect\"\306\003\n\006Effec" +
"\013effect_type\030\001 \001(\01620.org.jetbrains.kotli" + "t\022E\n\013effect_type\030\001 \001(\01620.org.jetbrains.k" +
"n.metadata.Effect.EffectType\022N\n\033effect_c", "otlin.metadata.Effect.EffectType\022N\n\033effe",
"onstructor_argument\030\002 \003(\0132).org.jetbrain" + "ct_constructor_argument\030\002 \003(\0132).org.jetb" +
"s.kotlin.metadata.Expression\022S\n conclusi" + "rains.kotlin.metadata.Expression\022S\n conc" +
"on_of_conditional_effect\030\003 \001(\0132).org.jet" + "lusion_of_conditional_effect\030\003 \001(\0132).org" +
"brains.kotlin.metadata.Expression\022B\n\004kin" + ".jetbrains.kotlin.metadata.Expression\022B\n" +
"d\030\004 \001(\01624.org.jetbrains.kotlin.metadata." + "\004kind\030\004 \001(\01624.org.jetbrains.kotlin.metad" +
"Effect.InvocationKind\"C\n\nEffectType\022\024\n\020R" + "ata.Effect.InvocationKind\"C\n\nEffectType\022" +
"ETURNS_CONSTANT\020\000\022\t\n\005CALLS\020\001\022\024\n\020RETURNS_" + "\024\n\020RETURNS_CONSTANT\020\000\022\t\n\005CALLS\020\001\022\024\n\020RETU" +
"NOT_NULL\020\002\"G\n\016InvocationKind\022\020\n\014AT_MOST_" + "RNS_NOT_NULL\020\002\"G\n\016InvocationKind\022\020\n\014AT_M" +
"ONCE\020\000\022\020\n\014EXACTLY_ONCE\020\001\022\021\n\rAT_LEAST_ONC" + "OST_ONCE\020\000\022\020\n\014EXACTLY_ONCE\020\001\022\021\n\rAT_LEAST" +
"E\020\002\"\234\003\n\nExpression\022\r\n\005flags\030\001 \001(\005\022!\n\031val", "_ONCE\020\002\"\234\003\n\nExpression\022\r\n\005flags\030\001 \001(\005\022!\n",
"ue_parameter_reference\030\002 \001(\005\022O\n\016constant" + "\031value_parameter_reference\030\002 \001(\005\022O\n\016cons" +
"_value\030\003 \001(\01627.org.jetbrains.kotlin.meta" + "tant_value\030\003 \001(\01627.org.jetbrains.kotlin." +
"data.Expression.ConstantValue\022=\n\020is_inst" + "metadata.Expression.ConstantValue\022=\n\020is_" +
"ance_type\030\004 \001(\0132#.org.jetbrains.kotlin.m" + "instance_type\030\004 \001(\0132#.org.jetbrains.kotl" +
"etadata.Type\022\033\n\023is_instance_type_id\030\005 \001(" + "in.metadata.Type\022\033\n\023is_instance_type_id\030" +
"\005\022?\n\014and_argument\030\006 \003(\0132).org.jetbrains." + "\005 \001(\005\022?\n\014and_argument\030\006 \003(\0132).org.jetbra" +
"kotlin.metadata.Expression\022>\n\013or_argumen" + "ins.kotlin.metadata.Expression\022>\n\013or_arg" +
"t\030\007 \003(\0132).org.jetbrains.kotlin.metadata." + "ument\030\007 \003(\0132).org.jetbrains.kotlin.metad" +
"Expression\".\n\rConstantValue\022\010\n\004TRUE\020\000\022\t\n" + "ata.Expression\".\n\rConstantValue\022\010\n\004TRUE\020" +
"\005FALSE\020\001\022\010\n\004NULL\020\002*9\n\010Modality\022\t\n\005FINAL\020", "\000\022\t\n\005FALSE\020\001\022\010\n\004NULL\020\002*9\n\010Modality\022\t\n\005FI",
"\000\022\010\n\004OPEN\020\001\022\014\n\010ABSTRACT\020\002\022\n\n\006SEALED\020\003*b\n" + "NAL\020\000\022\010\n\004OPEN\020\001\022\014\n\010ABSTRACT\020\002\022\n\n\006SEALED\020" +
"\nVisibility\022\014\n\010INTERNAL\020\000\022\013\n\007PRIVATE\020\001\022\r" + "\003*b\n\nVisibility\022\014\n\010INTERNAL\020\000\022\013\n\007PRIVATE" +
"\n\tPROTECTED\020\002\022\n\n\006PUBLIC\020\003\022\023\n\017PRIVATE_TO_" + "\020\001\022\r\n\tPROTECTED\020\002\022\n\n\006PUBLIC\020\003\022\023\n\017PRIVATE" +
"THIS\020\004\022\t\n\005LOCAL\020\005*Q\n\nMemberKind\022\017\n\013DECLA" + "_TO_THIS\020\004\022\t\n\005LOCAL\020\005*Q\n\nMemberKind\022\017\n\013D" +
"RATION\020\000\022\021\n\rFAKE_OVERRIDE\020\001\022\016\n\nDELEGATIO" + "ECLARATION\020\000\022\021\n\rFAKE_OVERRIDE\020\001\022\016\n\nDELEG" +
"N\020\002\022\017\n\013SYNTHESIZED\020\003B\017B\rDebugProtoBuf" "ATION\020\002\022\017\n\013SYNTHESIZED\020\003B\017B\rDebugProtoBu" +
"f"
}; };
org.jetbrains.kotlin.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = org.jetbrains.kotlin.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new org.jetbrains.kotlin.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { new org.jetbrains.kotlin.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
+12 -5
View File
@@ -121,7 +121,7 @@ message Type {
optional Type flexible_upper_bound = 5; optional Type flexible_upper_bound = 5;
optional int32 flexible_upper_bound_id = 8; optional int32 flexible_upper_bound_id = 8;
// Only one of the following values should be present // Only one of [class_name, type_parameter, type_parameter_name, type_alias_name] should be present
optional int32 class_name = 6 [(fq_name_id_in_table) = true]; optional int32 class_name = 6 [(fq_name_id_in_table) = true];
optional int32 type_parameter = 7; // id of the type parameter optional int32 type_parameter = 7; // id of the type parameter
@@ -132,6 +132,7 @@ message Type {
// Top level types are always fully expanded // Top level types are always fully expanded
optional int32 type_alias_name = 12 [(fq_name_id_in_table) = true]; optional int32 type_alias_name = 12 [(fq_name_id_in_table) = true];
// Outer type may be present only if class_name or type_alias_name is present
optional Type outer_type = 10; optional Type outer_type = 10;
optional int32 outer_type_id = 11; optional int32 outer_type_id = 11;
@@ -161,7 +162,7 @@ message TypeParameter {
optional Variance variance = 4 [default = INV]; optional Variance variance = 4 [default = INV];
repeated Type upper_bound = 5; repeated Type upper_bound = 5;
repeated int32 upper_bound_id = 6; repeated int32 upper_bound_id = 6 [packed = true];
extensions 100 to 999; extensions 100 to 999;
} }
@@ -185,7 +186,9 @@ message Class {
ClassKind ClassKind
isInner isInner
isData isData
isExternal
isExpect isExpect
isInline
*/ */
optional int32 flags = 1 [default = 6 /* public final class, no annotations */]; optional int32 flags = 1 [default = 6 /* public final class, no annotations */];
@@ -304,7 +307,7 @@ message Property {
hasGetter hasGetter
hasSetter hasSetter
isConst isConst
lateinit isLateinit
hasConstant hasConstant
isExternal isExternal
isDelegated isDelegated
@@ -332,9 +335,13 @@ message Property {
isNotDefault isNotDefault
isExternal isExternal
isInline isInline
If getter_flags or setter_flags are absent, their value should be computed as follows:
- hasAnnotations, Visibility, Modality have the same value as in the property flags
- all other flags are false
*/ */
optional int32 getter_flags = 7 /* absent => same as property */; optional int32 getter_flags = 7;
optional int32 setter_flags = 8 /* absent => same as property */; optional int32 setter_flags = 8;
// Index into the VersionRequirementTable // Index into the VersionRequirementTable
optional int32 version_requirement = 31; optional int32 version_requirement = 31;
@@ -4456,10 +4456,18 @@ public final class ProtoBuf {
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
boolean hasOuterType(); boolean hasOuterType();
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType(); org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType();
@@ -5567,12 +5575,20 @@ public final class ProtoBuf {
private org.jetbrains.kotlin.metadata.ProtoBuf.Type outerType_; private org.jetbrains.kotlin.metadata.ProtoBuf.Type outerType_;
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public boolean hasOuterType() { public boolean hasOuterType() {
return ((bitField0_ & 0x00000100) == 0x00000100); return ((bitField0_ & 0x00000100) == 0x00000100);
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType() { public org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType() {
return outerType_; return outerType_;
@@ -6612,18 +6628,30 @@ public final class ProtoBuf {
private org.jetbrains.kotlin.metadata.ProtoBuf.Type outerType_ = org.jetbrains.kotlin.metadata.ProtoBuf.Type.getDefaultInstance(); private org.jetbrains.kotlin.metadata.ProtoBuf.Type outerType_ = org.jetbrains.kotlin.metadata.ProtoBuf.Type.getDefaultInstance();
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public boolean hasOuterType() { public boolean hasOuterType() {
return ((bitField0_ & 0x00000200) == 0x00000200); return ((bitField0_ & 0x00000200) == 0x00000200);
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType() { public org.jetbrains.kotlin.metadata.ProtoBuf.Type getOuterType() {
return outerType_; return outerType_;
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder setOuterType(org.jetbrains.kotlin.metadata.ProtoBuf.Type value) { public Builder setOuterType(org.jetbrains.kotlin.metadata.ProtoBuf.Type value) {
if (value == null) { if (value == null) {
@@ -6636,6 +6664,10 @@ public final class ProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder setOuterType( public Builder setOuterType(
org.jetbrains.kotlin.metadata.ProtoBuf.Type.Builder builderForValue) { org.jetbrains.kotlin.metadata.ProtoBuf.Type.Builder builderForValue) {
@@ -6646,6 +6678,10 @@ public final class ProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder mergeOuterType(org.jetbrains.kotlin.metadata.ProtoBuf.Type value) { public Builder mergeOuterType(org.jetbrains.kotlin.metadata.ProtoBuf.Type value) {
if (((bitField0_ & 0x00000200) == 0x00000200) && if (((bitField0_ & 0x00000200) == 0x00000200) &&
@@ -6661,6 +6697,10 @@ public final class ProtoBuf {
} }
/** /**
* <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code> * <code>optional .org.jetbrains.kotlin.metadata.Type outer_type = 10;</code>
*
* <pre>
* Outer type may be present only if class_name or type_alias_name is present
* </pre>
*/ */
public Builder clearOuterType() { public Builder clearOuterType() {
outerType_ = org.jetbrains.kotlin.metadata.ProtoBuf.Type.getDefaultInstance(); outerType_ = org.jetbrains.kotlin.metadata.ProtoBuf.Type.getDefaultInstance();
@@ -6908,15 +6948,15 @@ public final class ProtoBuf {
int getUpperBoundCount(); int getUpperBoundCount();
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
java.util.List<java.lang.Integer> getUpperBoundIdList(); java.util.List<java.lang.Integer> getUpperBoundIdList();
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
int getUpperBoundIdCount(); int getUpperBoundIdCount();
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
int getUpperBoundId(int index); int getUpperBoundId(int index);
} }
@@ -7230,24 +7270,25 @@ public final class ProtoBuf {
public static final int UPPER_BOUND_ID_FIELD_NUMBER = 6; public static final int UPPER_BOUND_ID_FIELD_NUMBER = 6;
private java.util.List<java.lang.Integer> upperBoundId_; private java.util.List<java.lang.Integer> upperBoundId_;
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public java.util.List<java.lang.Integer> public java.util.List<java.lang.Integer>
getUpperBoundIdList() { getUpperBoundIdList() {
return upperBoundId_; return upperBoundId_;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundIdCount() { public int getUpperBoundIdCount() {
return upperBoundId_.size(); return upperBoundId_.size();
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundId(int index) { public int getUpperBoundId(int index) {
return upperBoundId_.get(index); return upperBoundId_.get(index);
} }
private int upperBoundIdMemoizedSerializedSize = -1;
private void initFields() { private void initFields() {
id_ = 0; id_ = 0;
@@ -7306,8 +7347,12 @@ public final class ProtoBuf {
for (int i = 0; i < upperBound_.size(); i++) { for (int i = 0; i < upperBound_.size(); i++) {
output.writeMessage(5, upperBound_.get(i)); output.writeMessage(5, upperBound_.get(i));
} }
if (getUpperBoundIdList().size() > 0) {
output.writeRawVarint32(50);
output.writeRawVarint32(upperBoundIdMemoizedSerializedSize);
}
for (int i = 0; i < upperBoundId_.size(); i++) { for (int i = 0; i < upperBoundId_.size(); i++) {
output.writeInt32(6, upperBoundId_.get(i)); output.writeInt32NoTag(upperBoundId_.get(i));
} }
extensionWriter.writeUntil(1000, output); extensionWriter.writeUntil(1000, output);
output.writeRawBytes(unknownFields); output.writeRawBytes(unknownFields);
@@ -7346,7 +7391,12 @@ public final class ProtoBuf {
.computeInt32SizeNoTag(upperBoundId_.get(i)); .computeInt32SizeNoTag(upperBoundId_.get(i));
} }
size += dataSize; size += dataSize;
size += 1 * getUpperBoundIdList().size(); if (!getUpperBoundIdList().isEmpty()) {
size += 1;
size += org.jetbrains.kotlin.protobuf.CodedOutputStream
.computeInt32SizeNoTag(dataSize);
}
upperBoundIdMemoizedSerializedSize = dataSize;
} }
size += extensionsSerializedSize(); size += extensionsSerializedSize();
size += unknownFields.size(); size += unknownFields.size();
@@ -7852,26 +7902,26 @@ public final class ProtoBuf {
} }
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public java.util.List<java.lang.Integer> public java.util.List<java.lang.Integer>
getUpperBoundIdList() { getUpperBoundIdList() {
return java.util.Collections.unmodifiableList(upperBoundId_); return java.util.Collections.unmodifiableList(upperBoundId_);
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundIdCount() { public int getUpperBoundIdCount() {
return upperBoundId_.size(); return upperBoundId_.size();
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public int getUpperBoundId(int index) { public int getUpperBoundId(int index) {
return upperBoundId_.get(index); return upperBoundId_.get(index);
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder setUpperBoundId( public Builder setUpperBoundId(
int index, int value) { int index, int value) {
@@ -7881,7 +7931,7 @@ public final class ProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder addUpperBoundId(int value) { public Builder addUpperBoundId(int value) {
ensureUpperBoundIdIsMutable(); ensureUpperBoundIdIsMutable();
@@ -7890,7 +7940,7 @@ public final class ProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder addAllUpperBoundId( public Builder addAllUpperBoundId(
java.lang.Iterable<? extends java.lang.Integer> values) { java.lang.Iterable<? extends java.lang.Integer> values) {
@@ -7901,7 +7951,7 @@ public final class ProtoBuf {
return this; return this;
} }
/** /**
* <code>repeated int32 upper_bound_id = 6;</code> * <code>repeated int32 upper_bound_id = 6 [packed = true];</code>
*/ */
public Builder clearUpperBoundId() { public Builder clearUpperBoundId() {
upperBoundId_ = java.util.Collections.emptyList(); upperBoundId_ = java.util.Collections.emptyList();
@@ -7936,7 +7986,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
boolean hasFlags(); boolean hasFlags();
@@ -7950,7 +8002,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
int getFlags(); int getFlags();
@@ -8546,7 +8600,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public boolean hasFlags() { public boolean hasFlags() {
@@ -8562,7 +8618,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public int getFlags() { public int getFlags() {
@@ -9663,7 +9721,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public boolean hasFlags() { public boolean hasFlags() {
@@ -9679,7 +9739,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public int getFlags() { public int getFlags() {
@@ -9695,7 +9757,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public Builder setFlags(int value) { public Builder setFlags(int value) {
@@ -9714,7 +9778,9 @@ public final class ProtoBuf {
*ClassKind *ClassKind
*isInner *isInner
*isData *isData
*isExternal
*isExpect *isExpect
*isInline
* </pre> * </pre>
*/ */
public Builder clearFlags() { public Builder clearFlags() {
@@ -15470,7 +15536,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -15490,7 +15556,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -15586,6 +15652,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
boolean hasGetterFlags(); boolean hasGetterFlags();
@@ -15599,6 +15668,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
int getGetterFlags(); int getGetterFlags();
@@ -15818,7 +15890,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -15840,7 +15912,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -16003,6 +16075,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public boolean hasGetterFlags() { public boolean hasGetterFlags() {
@@ -16018,6 +16093,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public int getGetterFlags() { public int getGetterFlags() {
@@ -16531,7 +16609,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -16553,7 +16631,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -16575,7 +16653,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -16600,7 +16678,7 @@ public final class ProtoBuf {
*hasGetter *hasGetter
*hasSetter *hasSetter
*isConst *isConst
*lateinit *isLateinit
*hasConstant *hasConstant
*isExternal *isExternal
*isDelegated *isDelegated
@@ -17058,6 +17136,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public boolean hasGetterFlags() { public boolean hasGetterFlags() {
@@ -17073,6 +17154,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public int getGetterFlags() { public int getGetterFlags() {
@@ -17088,6 +17172,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public Builder setGetterFlags(int value) { public Builder setGetterFlags(int value) {
@@ -17106,6 +17193,9 @@ public final class ProtoBuf {
*isNotDefault *isNotDefault
*isExternal *isExternal
*isInline *isInline
*If getter_flags or setter_flags are absent, their value should be computed as follows:
*- hasAnnotations, Visibility, Modality have the same value as in the property flags
*- all other flags are false
* </pre> * </pre>
*/ */
public Builder clearGetterFlags() { public Builder clearGetterFlags() {