Unnamed: 0
int64
0
305k
body
stringlengths
7
52.9k
name
stringlengths
1
185
4,800
boolean () { if (!hasOutputRoot()) { return false; } return true; }
isInitialized
4,801
boolean () { return ((bitField0_ & 0x00000001) != 0); }
hasOutputRoot
4,802
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; outputRoot_ = value; onChanged(); return this; }
setOutputRoot
4,803
Builder () { bitField0_ = (bitField0_ & ~0x00000001); outputRoot_ = getDefaultInstance().getOutputRoot(); onChanged(); return this; }
clearOutputRoot
4,804
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; outputRoot_ = value; onChanged(); return this; }
setOutputRootBytes
4,805
void () { if (!((bitField0_ & 0x00000002) != 0)) { sourceRoot_ = new com.google.protobuf.LazyStringArrayList(sourceRoot_); bitField0_ |= 0x00000002; } }
ensureSourceRootIsMutable
4,806
int () { return sourceRoot_.size(); }
getSourceRootCount
4,807
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourceRootIsMutable(); sourceRoot_.set(index, value); onChanged(); return this; }
setSourceRoot
4,808
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourceRootIsMutable(); sourceRoot_.add(value); onChanged(); return this; }
addSourceRoot
4,809
Builder ( java.lang.Iterable<java.lang.String> values) { ensureSourceRootIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sourceRoot_); onChanged(); return this; }
addAllSourceRoot
4,810
Builder () { sourceRoot_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; }
clearSourceRoot
4,811
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureSourceRootIsMutable(); sourceRoot_.add(value); onChanged(); return this; }
addSourceRootBytes
4,812
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); }
setUnknownFields
4,813
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); }
mergeUnknownFields
4,814
int () { return option_.size(); }
getOptionCount
4,815
int () { return file_.size(); }
getFileCount
4,816
int () { return platformClasspath_.size(); }
getPlatformClasspathCount
4,817
int () { return classpath_.size(); }
getClasspathCount
4,818
int () { return sourcepath_.size(); }
getSourcepathCount
4,819
int () { return output_.size(); }
getOutputCount
4,820
int () { return modulePath_.size(); }
getModulePathCount
4,821
int () { return upgradeModulePath_.size(); }
getUpgradeModulePathCount
4,822
int () { return internalGetModuleNames().getMap().size(); }
getModuleNamesCount
4,823
boolean ( java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetModuleNames().getMap().containsKey(key); }
containsModuleNames
4,824
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasRequestType()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getOutputCount(); i++) { if (!getOutput(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; }
isInitialized
4,825
int () { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, requestType_); } { int dataSize = 0; for (int i = 0; i < option_.size(); i++) { dataSize += computeStringSizeNoTag(option_.getRaw(i)); } size += dataSize; size += 1 * getOptionList().size(); } { int dataSize = 0; for (int i = 0; i < file_.size(); i++) { dataSize += computeStringSizeNoTag(file_.getRaw(i)); } size += dataSize; size += 1 * getFileList().size(); } { int dataSize = 0; for (int i = 0; i < platformClasspath_.size(); i++) { dataSize += computeStringSizeNoTag(platformClasspath_.getRaw(i)); } size += dataSize; size += 1 * getPlatformClasspathList().size(); } { int dataSize = 0; for (int i = 0; i < classpath_.size(); i++) { dataSize += computeStringSizeNoTag(classpath_.getRaw(i)); } size += dataSize; size += 1 * getClasspathList().size(); } { int dataSize = 0; for (int i = 0; i < sourcepath_.size(); i++) { dataSize += computeStringSizeNoTag(sourcepath_.getRaw(i)); } size += dataSize; size += 1 * getSourcepathList().size(); } for (int i = 0; i < output_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, output_.get(i)); } { int dataSize = 0; for (int i = 0; i < modulePath_.size(); i++) { dataSize += computeStringSizeNoTag(modulePath_.getRaw(i)); } size += dataSize; size += 1 * getModulePathList().size(); } { int dataSize = 0; for (int i = 0; i < upgradeModulePath_.size(); i++) { dataSize += computeStringSizeNoTag(upgradeModulePath_.getRaw(i)); } size += dataSize; size += 1 * getUpgradeModulePathList().size(); } for (java.util.Map.Entry<java.lang.String, java.lang.String> entry : internalGetModuleNames().getMap().entrySet()) { com.google.protobuf.MapEntry<java.lang.String, java.lang.String> moduleNames__ = ModuleNamesDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, moduleNames__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
4,826
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Request)) { return super.equals(obj); } org.jetbrains.jps.javac.JavacRemoteProto.Message.Request other = (org.jetbrains.jps.javac.JavacRemoteProto.Message.Request) obj; if (hasRequestType() != other.hasRequestType()) return false; if (hasRequestType()) { if (requestType_ != other.requestType_) return false; } if (!getOptionList() .equals(other.getOptionList())) return false; if (!getFileList() .equals(other.getFileList())) return false; if (!getPlatformClasspathList() .equals(other.getPlatformClasspathList())) return false; if (!getClasspathList() .equals(other.getClasspathList())) return false; if (!getSourcepathList() .equals(other.getSourcepathList())) return false; if (!getOutputList() .equals(other.getOutputList())) return false; if (!getModulePathList() .equals(other.getModulePathList())) return false; if (!getUpgradeModulePathList() .equals(other.getUpgradeModulePathList())) return false; if (!internalGetModuleNames().equals( other.internalGetModuleNames())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; }
equals
4,827
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasRequestType()) { hash = (37 * hash) + REQUEST_TYPE_FIELD_NUMBER; hash = (53 * hash) + requestType_; } if (getOptionCount() > 0) { hash = (37 * hash) + OPTION_FIELD_NUMBER; hash = (53 * hash) + getOptionList().hashCode(); } if (getFileCount() > 0) { hash = (37 * hash) + FILE_FIELD_NUMBER; hash = (53 * hash) + getFileList().hashCode(); } if (getPlatformClasspathCount() > 0) { hash = (37 * hash) + PLATFORM_CLASSPATH_FIELD_NUMBER; hash = (53 * hash) + getPlatformClasspathList().hashCode(); } if (getClasspathCount() > 0) { hash = (37 * hash) + CLASSPATH_FIELD_NUMBER; hash = (53 * hash) + getClasspathList().hashCode(); } if (getSourcepathCount() > 0) { hash = (37 * hash) + SOURCEPATH_FIELD_NUMBER; hash = (53 * hash) + getSourcepathList().hashCode(); } if (getOutputCount() > 0) { hash = (37 * hash) + OUTPUT_FIELD_NUMBER; hash = (53 * hash) + getOutputList().hashCode(); } if (getModulePathCount() > 0) { hash = (37 * hash) + MODULE_PATH_FIELD_NUMBER; hash = (53 * hash) + getModulePathList().hashCode(); } if (getUpgradeModulePathCount() > 0) { hash = (37 * hash) + UPGRADE_MODULE_PATH_FIELD_NUMBER; hash = (53 * hash) + getUpgradeModulePathList().hashCode(); } if (!internalGetModuleNames().getMap().isEmpty()) { hash = (37 * hash) + MODULE_NAMES_FIELD_NUMBER; hash = (53 * hash) + internalGetModuleNames().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; }
hashCode
4,828
Builder () { return newBuilder(); }
newBuilderForType
4,829
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
4,830
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Request prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
4,831
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
4,832
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
4,833
Builder () { super.clear(); requestType_ = 1; bitField0_ = (bitField0_ & ~0x00000001); option_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); file_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); platformClasspath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); classpath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); sourcepath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); if (outputBuilder_ == null) { output_ = java.util.Collections.emptyList(); } else { output_ = null; outputBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000040); modulePath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000080); upgradeModulePath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000100); internalGetMutableModuleNames().clear(); return this; }
clear
4,834
Builder () { return super.clone(); }
clone
4,835
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); }
setField
4,836
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); }
clearField
4,837
Builder ( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); }
clearOneof
4,838
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); }
setRepeatedField
4,839
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); }
addRepeatedField
4,840
Builder (com.google.protobuf.Message other) { if (other instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Request) { return mergeFrom((org.jetbrains.jps.javac.JavacRemoteProto.Message.Request)other); } else { super.mergeFrom(other); return this; } }
mergeFrom
4,841
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Request other) { if (other == org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.getDefaultInstance()) return this; if (other.hasRequestType()) { setRequestType(other.getRequestType()); } if (!other.option_.isEmpty()) { if (option_.isEmpty()) { option_ = other.option_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureOptionIsMutable(); option_.addAll(other.option_); } onChanged(); } if (!other.file_.isEmpty()) { if (file_.isEmpty()) { file_ = other.file_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureFileIsMutable(); file_.addAll(other.file_); } onChanged(); } if (!other.platformClasspath_.isEmpty()) { if (platformClasspath_.isEmpty()) { platformClasspath_ = other.platformClasspath_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensurePlatformClasspathIsMutable(); platformClasspath_.addAll(other.platformClasspath_); } onChanged(); } if (!other.classpath_.isEmpty()) { if (classpath_.isEmpty()) { classpath_ = other.classpath_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureClasspathIsMutable(); classpath_.addAll(other.classpath_); } onChanged(); } if (!other.sourcepath_.isEmpty()) { if (sourcepath_.isEmpty()) { sourcepath_ = other.sourcepath_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureSourcepathIsMutable(); sourcepath_.addAll(other.sourcepath_); } onChanged(); } if (outputBuilder_ == null) { if (!other.output_.isEmpty()) { if (output_.isEmpty()) { output_ = other.output_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureOutputIsMutable(); output_.addAll(other.output_); } onChanged(); } } else { if (!other.output_.isEmpty()) { if (outputBuilder_.isEmpty()) { outputBuilder_.dispose(); outputBuilder_ = null; output_ = other.output_; bitField0_ = (bitField0_ & ~0x00000040); outputBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getOutputFieldBuilder() : null; } else { outputBuilder_.addAllMessages(other.output_); } } } if (!other.modulePath_.isEmpty()) { if (modulePath_.isEmpty()) { modulePath_ = other.modulePath_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureModulePathIsMutable(); modulePath_.addAll(other.modulePath_); } onChanged(); } if (!other.upgradeModulePath_.isEmpty()) { if (upgradeModulePath_.isEmpty()) { upgradeModulePath_ = other.upgradeModulePath_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureUpgradeModulePathIsMutable(); upgradeModulePath_.addAll(other.upgradeModulePath_); } onChanged(); } internalGetMutableModuleNames().mergeFrom( other.internalGetModuleNames()); this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; }
mergeFrom
4,842
boolean () { if (!hasRequestType()) { return false; } for (int i = 0; i < getOutputCount(); i++) { if (!getOutput(i).isInitialized()) { return false; } } return true; }
isInitialized
4,843
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.Type value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; requestType_ = value.getNumber(); onChanged(); return this; }
setRequestType
4,844
Builder () { bitField0_ = (bitField0_ & ~0x00000001); requestType_ = 1; onChanged(); return this; }
clearRequestType
4,845
void () { if (!((bitField0_ & 0x00000002) != 0)) { option_ = new com.google.protobuf.LazyStringArrayList(option_); bitField0_ |= 0x00000002; } }
ensureOptionIsMutable
4,846
int () { return option_.size(); }
getOptionCount
4,847
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureOptionIsMutable(); option_.set(index, value); onChanged(); return this; }
setOption
4,848
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureOptionIsMutable(); option_.add(value); onChanged(); return this; }
addOption
4,849
Builder ( java.lang.Iterable<java.lang.String> values) { ensureOptionIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, option_); onChanged(); return this; }
addAllOption
4,850
Builder () { option_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; }
clearOption
4,851
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureOptionIsMutable(); option_.add(value); onChanged(); return this; }
addOptionBytes
4,852
void () { if (!((bitField0_ & 0x00000004) != 0)) { file_ = new com.google.protobuf.LazyStringArrayList(file_); bitField0_ |= 0x00000004; } }
ensureFileIsMutable
4,853
int () { return file_.size(); }
getFileCount
4,854
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFileIsMutable(); file_.set(index, value); onChanged(); return this; }
setFile
4,855
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFileIsMutable(); file_.add(value); onChanged(); return this; }
addFile
4,856
Builder ( java.lang.Iterable<java.lang.String> values) { ensureFileIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, file_); onChanged(); return this; }
addAllFile
4,857
Builder () { file_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; }
clearFile
4,858
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureFileIsMutable(); file_.add(value); onChanged(); return this; }
addFileBytes
4,859
void () { if (!((bitField0_ & 0x00000008) != 0)) { platformClasspath_ = new com.google.protobuf.LazyStringArrayList(platformClasspath_); bitField0_ |= 0x00000008; } }
ensurePlatformClasspathIsMutable
4,860
int () { return platformClasspath_.size(); }
getPlatformClasspathCount
4,861
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensurePlatformClasspathIsMutable(); platformClasspath_.set(index, value); onChanged(); return this; }
setPlatformClasspath
4,862
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensurePlatformClasspathIsMutable(); platformClasspath_.add(value); onChanged(); return this; }
addPlatformClasspath
4,863
Builder ( java.lang.Iterable<java.lang.String> values) { ensurePlatformClasspathIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, platformClasspath_); onChanged(); return this; }
addAllPlatformClasspath
4,864
Builder () { platformClasspath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; }
clearPlatformClasspath
4,865
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensurePlatformClasspathIsMutable(); platformClasspath_.add(value); onChanged(); return this; }
addPlatformClasspathBytes
4,866
void () { if (!((bitField0_ & 0x00000010) != 0)) { classpath_ = new com.google.protobuf.LazyStringArrayList(classpath_); bitField0_ |= 0x00000010; } }
ensureClasspathIsMutable
4,867
int () { return classpath_.size(); }
getClasspathCount
4,868
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureClasspathIsMutable(); classpath_.set(index, value); onChanged(); return this; }
setClasspath
4,869
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureClasspathIsMutable(); classpath_.add(value); onChanged(); return this; }
addClasspath
4,870
Builder ( java.lang.Iterable<java.lang.String> values) { ensureClasspathIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, classpath_); onChanged(); return this; }
addAllClasspath
4,871
Builder () { classpath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; }
clearClasspath
4,872
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureClasspathIsMutable(); classpath_.add(value); onChanged(); return this; }
addClasspathBytes
4,873
void () { if (!((bitField0_ & 0x00000020) != 0)) { sourcepath_ = new com.google.protobuf.LazyStringArrayList(sourcepath_); bitField0_ |= 0x00000020; } }
ensureSourcepathIsMutable
4,874
int () { return sourcepath_.size(); }
getSourcepathCount
4,875
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourcepathIsMutable(); sourcepath_.set(index, value); onChanged(); return this; }
setSourcepath
4,876
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourcepathIsMutable(); sourcepath_.add(value); onChanged(); return this; }
addSourcepath
4,877
Builder ( java.lang.Iterable<java.lang.String> values) { ensureSourcepathIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sourcepath_); onChanged(); return this; }
addAllSourcepath
4,878
Builder () { sourcepath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; }
clearSourcepath
4,879
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureSourcepathIsMutable(); sourcepath_.add(value); onChanged(); return this; }
addSourcepathBytes
4,880
void () { if (!((bitField0_ & 0x00000040) != 0)) { output_ = new java.util.ArrayList<org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup>(output_); bitField0_ |= 0x00000040; } }
ensureOutputIsMutable
4,881
int () { if (outputBuilder_ == null) { return output_.size(); } else { return outputBuilder_.getCount(); } }
getOutputCount
4,882
Builder ( int index, org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup value) { if (outputBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOutputIsMutable(); output_.set(index, value); onChanged(); } else { outputBuilder_.setMessage(index, value); } return this; }
setOutput
4,883
Builder ( int index, org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup.Builder builderForValue) { if (outputBuilder_ == null) { ensureOutputIsMutable(); output_.set(index, builderForValue.build()); onChanged(); } else { outputBuilder_.setMessage(index, builderForValue.build()); } return this; }
setOutput
4,884
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup value) { if (outputBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOutputIsMutable(); output_.add(value); onChanged(); } else { outputBuilder_.addMessage(value); } return this; }
addOutput
4,885
Builder ( int index, org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup value) { if (outputBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureOutputIsMutable(); output_.add(index, value); onChanged(); } else { outputBuilder_.addMessage(index, value); } return this; }
addOutput
4,886
Builder ( org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup.Builder builderForValue) { if (outputBuilder_ == null) { ensureOutputIsMutable(); output_.add(builderForValue.build()); onChanged(); } else { outputBuilder_.addMessage(builderForValue.build()); } return this; }
addOutput
4,887
Builder ( int index, org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup.Builder builderForValue) { if (outputBuilder_ == null) { ensureOutputIsMutable(); output_.add(index, builderForValue.build()); onChanged(); } else { outputBuilder_.addMessage(index, builderForValue.build()); } return this; }
addOutput
4,888
Builder ( java.lang.Iterable<? extends org.jetbrains.jps.javac.JavacRemoteProto.Message.Request.OutputGroup> values) { if (outputBuilder_ == null) { ensureOutputIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, output_); onChanged(); } else { outputBuilder_.addAllMessages(values); } return this; }
addAllOutput
4,889
Builder () { if (outputBuilder_ == null) { output_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); } else { outputBuilder_.clear(); } return this; }
clearOutput
4,890
Builder (int index) { if (outputBuilder_ == null) { ensureOutputIsMutable(); output_.remove(index); onChanged(); } else { outputBuilder_.remove(index); } return this; }
removeOutput
4,891
void () { if (!((bitField0_ & 0x00000080) != 0)) { modulePath_ = new com.google.protobuf.LazyStringArrayList(modulePath_); bitField0_ |= 0x00000080; } }
ensureModulePathIsMutable
4,892
int () { return modulePath_.size(); }
getModulePathCount
4,893
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModulePathIsMutable(); modulePath_.set(index, value); onChanged(); return this; }
setModulePath
4,894
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureModulePathIsMutable(); modulePath_.add(value); onChanged(); return this; }
addModulePath
4,895
Builder ( java.lang.Iterable<java.lang.String> values) { ensureModulePathIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, modulePath_); onChanged(); return this; }
addAllModulePath
4,896
Builder () { modulePath_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; }
clearModulePath
4,897
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureModulePathIsMutable(); modulePath_.add(value); onChanged(); return this; }
addModulePathBytes
4,898
void () { if (!((bitField0_ & 0x00000100) != 0)) { upgradeModulePath_ = new com.google.protobuf.LazyStringArrayList(upgradeModulePath_); bitField0_ |= 0x00000100; } }
ensureUpgradeModulePathIsMutable
4,899
int () { return upgradeModulePath_.size(); }
getUpgradeModulePathCount