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 fals... | 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... | 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 (hasR... | 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 *... | 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.protobu... | 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_ = o... | 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 th... | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.