Unnamed: 0
int64
0
305k
body
stringlengths
7
52.9k
name
stringlengths
1
185
293,500
Builder () { handleId_ = 0L; onChanged(); return this; }
clearHandleId
293,501
boolean () { return commandLineBuilder_ != null || commandLine_ != null; }
hasCommandLine
293,502
Builder (com.intellij.execution.process.mediator.rpc.CommandLine value) { if (commandLineBuilder_ == null) { if (value == null) { throw new NullPointerException(); } commandLine_ = value; onChanged(); } else { commandLineBuilder_.setMessage(value); } return this; }
setCommandLine
293,503
Builder ( com.intellij.execution.process.mediator.rpc.CommandLine.Builder builderForValue) { if (commandLineBuilder_ == null) { commandLine_ = builderForValue.build(); onChanged(); } else { commandLineBuilder_.setMessage(builderForValue.build()); } return this; }
setCommandLine
293,504
Builder (com.intellij.execution.process.mediator.rpc.CommandLine value) { if (commandLineBuilder_ == null) { if (commandLine_ != null) { commandLine_ = com.intellij.execution.process.mediator.rpc.CommandLine.newBuilder(commandLine_).mergeFrom(value).buildPartial(); } else { commandLine_ = value; } onChanged(); } else { commandLineBuilder_.mergeFrom(value); } return this; }
mergeCommandLine
293,505
Builder () { if (commandLineBuilder_ == null) { commandLine_ = null; onChanged(); } else { commandLine_ = null; commandLineBuilder_ = null; } return this; }
clearCommandLine
293,506
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); }
setUnknownFields
293,507
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); }
mergeUnknownFields
293,508
long () { return pid_; }
getPid
293,509
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; }
isInitialized
293,510
int () { int size = memoizedSize; if (size != -1) return size; size = 0; if (pid_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(1, pid_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
293,511
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.intellij.execution.process.mediator.rpc.CreateProcessReply)) { return super.equals(obj); } com.intellij.execution.process.mediator.rpc.CreateProcessReply other = (com.intellij.execution.process.mediator.rpc.CreateProcessReply) obj; if (getPid() != other.getPid()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; }
equals
293,512
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + PID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getPid()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; }
hashCode
293,513
Builder () { return newBuilder(); }
newBuilderForType
293,514
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
293,515
Builder (com.intellij.execution.process.mediator.rpc.CreateProcessReply prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
293,516
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
293,517
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
293,518
void () { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } }
maybeForceBuilderInitialization
293,519
Builder () { super.clear(); pid_ = 0L; return this; }
clear
293,520
Builder () { return super.clone(); }
clone
293,521
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); }
setField
293,522
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); }
clearField
293,523
Builder ( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); }
clearOneof
293,524
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); }
setRepeatedField
293,525
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); }
addRepeatedField
293,526
Builder (com.google.protobuf.Message other) { if (other instanceof com.intellij.execution.process.mediator.rpc.CreateProcessReply) { return mergeFrom((com.intellij.execution.process.mediator.rpc.CreateProcessReply)other); } else { super.mergeFrom(other); return this; } }
mergeFrom
293,527
Builder (com.intellij.execution.process.mediator.rpc.CreateProcessReply other) { if (other == com.intellij.execution.process.mediator.rpc.CreateProcessReply.getDefaultInstance()) return this; if (other.getPid() != 0L) { setPid(other.getPid()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; }
mergeFrom
293,528
boolean () { return true; }
isInitialized
293,529
long () { return pid_; }
getPid
293,530
Builder (long value) { pid_ = value; onChanged(); return this; }
setPid
293,531
Builder () { pid_ = 0L; onChanged(); return this; }
clearPid
293,532
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); }
setUnknownFields
293,533
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); }
mergeUnknownFields
293,534
int () { return command_.size(); }
getCommandCount
293,535
boolean () { return redirectErrorStream_; }
getRedirectErrorStream
293,536
int () { return internalGetEnviron().getMap().size(); }
getEnvironCount
293,537
boolean ( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } return internalGetEnviron().getMap().containsKey(key); }
containsEnviron
293,538
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; }
isInitialized
293,539
int () { int size = memoizedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < command_.size(); i++) { dataSize += computeStringSizeNoTag(command_.getRaw(i)); } size += dataSize; size += 1 * getCommandList().size(); } if (!getWorkingDirBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, workingDir_); } if (!getInFileBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, inFile_); } if (!getOutFileBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, outFile_); } if (!getErrFileBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, errFile_); } if (redirectErrorStream_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, redirectErrorStream_); } for (java.util.Map.Entry<java.lang.String, java.lang.String> entry : internalGetEnviron().getMap().entrySet()) { com.google.protobuf.MapEntry<java.lang.String, java.lang.String> environ__ = EnvironDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, environ__); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
293,540
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.intellij.execution.process.mediator.rpc.CommandLine)) { return super.equals(obj); } com.intellij.execution.process.mediator.rpc.CommandLine other = (com.intellij.execution.process.mediator.rpc.CommandLine) obj; if (!getCommandList() .equals(other.getCommandList())) return false; if (!getWorkingDir() .equals(other.getWorkingDir())) return false; if (!getInFile() .equals(other.getInFile())) return false; if (!getOutFile() .equals(other.getOutFile())) return false; if (!getErrFile() .equals(other.getErrFile())) return false; if (getRedirectErrorStream() != other.getRedirectErrorStream()) return false; if (!internalGetEnviron().equals( other.internalGetEnviron())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; }
equals
293,541
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getCommandCount() > 0) { hash = (37 * hash) + COMMAND_FIELD_NUMBER; hash = (53 * hash) + getCommandList().hashCode(); } hash = (37 * hash) + WORKING_DIR_FIELD_NUMBER; hash = (53 * hash) + getWorkingDir().hashCode(); hash = (37 * hash) + IN_FILE_FIELD_NUMBER; hash = (53 * hash) + getInFile().hashCode(); hash = (37 * hash) + OUT_FILE_FIELD_NUMBER; hash = (53 * hash) + getOutFile().hashCode(); hash = (37 * hash) + ERR_FILE_FIELD_NUMBER; hash = (53 * hash) + getErrFile().hashCode(); hash = (37 * hash) + REDIRECT_ERROR_STREAM_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getRedirectErrorStream()); if (!internalGetEnviron().getMap().isEmpty()) { hash = (37 * hash) + ENVIRON_FIELD_NUMBER; hash = (53 * hash) + internalGetEnviron().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; }
hashCode
293,542
Builder () { return newBuilder(); }
newBuilderForType
293,543
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
293,544
Builder (com.intellij.execution.process.mediator.rpc.CommandLine prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
293,545
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
293,546
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
293,547
void () { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } }
maybeForceBuilderInitialization
293,548
Builder () { super.clear(); command_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); workingDir_ = ""; inFile_ = ""; outFile_ = ""; errFile_ = ""; redirectErrorStream_ = false; internalGetMutableEnviron().clear(); return this; }
clear
293,549
Builder () { return super.clone(); }
clone
293,550
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); }
setField
293,551
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); }
clearField
293,552
Builder ( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); }
clearOneof
293,553
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); }
setRepeatedField
293,554
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); }
addRepeatedField
293,555
Builder (com.google.protobuf.Message other) { if (other instanceof com.intellij.execution.process.mediator.rpc.CommandLine) { return mergeFrom((com.intellij.execution.process.mediator.rpc.CommandLine)other); } else { super.mergeFrom(other); return this; } }
mergeFrom
293,556
Builder (com.intellij.execution.process.mediator.rpc.CommandLine other) { if (other == com.intellij.execution.process.mediator.rpc.CommandLine.getDefaultInstance()) return this; if (!other.command_.isEmpty()) { if (command_.isEmpty()) { command_ = other.command_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureCommandIsMutable(); command_.addAll(other.command_); } onChanged(); } if (!other.getWorkingDir().isEmpty()) { workingDir_ = other.workingDir_; onChanged(); } if (!other.getInFile().isEmpty()) { inFile_ = other.inFile_; onChanged(); } if (!other.getOutFile().isEmpty()) { outFile_ = other.outFile_; onChanged(); } if (!other.getErrFile().isEmpty()) { errFile_ = other.errFile_; onChanged(); } if (other.getRedirectErrorStream() != false) { setRedirectErrorStream(other.getRedirectErrorStream()); } internalGetMutableEnviron().mergeFrom( other.internalGetEnviron()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; }
mergeFrom
293,557
boolean () { return true; }
isInitialized
293,558
void () { if (!((bitField0_ & 0x00000001) != 0)) { command_ = new com.google.protobuf.LazyStringArrayList(command_); bitField0_ |= 0x00000001; } }
ensureCommandIsMutable
293,559
int () { return command_.size(); }
getCommandCount
293,560
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCommandIsMutable(); command_.set(index, value); onChanged(); return this; }
setCommand
293,561
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureCommandIsMutable(); command_.add(value); onChanged(); return this; }
addCommand
293,562
Builder ( java.lang.Iterable<java.lang.String> values) { ensureCommandIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, command_); onChanged(); return this; }
addAllCommand
293,563
Builder () { command_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; }
clearCommand
293,564
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCommandIsMutable(); command_.add(value); onChanged(); return this; }
addCommandBytes
293,565
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } workingDir_ = value; onChanged(); return this; }
setWorkingDir
293,566
Builder () { workingDir_ = getDefaultInstance().getWorkingDir(); onChanged(); return this; }
clearWorkingDir
293,567
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); workingDir_ = value; onChanged(); return this; }
setWorkingDirBytes
293,568
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } inFile_ = value; onChanged(); return this; }
setInFile
293,569
Builder () { inFile_ = getDefaultInstance().getInFile(); onChanged(); return this; }
clearInFile
293,570
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); inFile_ = value; onChanged(); return this; }
setInFileBytes
293,571
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } outFile_ = value; onChanged(); return this; }
setOutFile
293,572
Builder () { outFile_ = getDefaultInstance().getOutFile(); onChanged(); return this; }
clearOutFile
293,573
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); outFile_ = value; onChanged(); return this; }
setOutFileBytes
293,574
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errFile_ = value; onChanged(); return this; }
setErrFile
293,575
Builder () { errFile_ = getDefaultInstance().getErrFile(); onChanged(); return this; }
clearErrFile
293,576
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errFile_ = value; onChanged(); return this; }
setErrFileBytes
293,577
boolean () { return redirectErrorStream_; }
getRedirectErrorStream
293,578
Builder (boolean value) { redirectErrorStream_ = value; onChanged(); return this; }
setRedirectErrorStream
293,579
Builder () { redirectErrorStream_ = false; onChanged(); return this; }
clearRedirectErrorStream
293,580
int () { return internalGetEnviron().getMap().size(); }
getEnvironCount
293,581
boolean ( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } return internalGetEnviron().getMap().containsKey(key); }
containsEnviron
293,582
Builder () { internalGetMutableEnviron().getMutableMap() .clear(); return this; }
clearEnviron
293,583
Builder ( java.lang.String key) { if (key == null) { throw new java.lang.NullPointerException(); } internalGetMutableEnviron().getMutableMap() .remove(key); return this; }
removeEnviron
293,584
Builder ( java.lang.String key, java.lang.String value) { if (key == null) { throw new java.lang.NullPointerException(); } if (value == null) { throw new java.lang.NullPointerException(); } internalGetMutableEnviron().getMutableMap() .put(key, value); return this; }
putEnviron
293,585
Builder ( java.util.Map<java.lang.String, java.lang.String> values) { internalGetMutableEnviron().getMutableMap() .putAll(values); return this; }
putAllEnviron
293,586
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); }
setUnknownFields
293,587
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); }
mergeUnknownFields
293,588
long () { return timeLimitMs_; }
getTimeLimitMs
293,589
boolean () { return isRefreshable_; }
getIsRefreshable
293,590
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; }
isInitialized
293,591
int () { int size = memoizedSize; if (size != -1) return size; size = 0; if (timeLimitMs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, timeLimitMs_); } if (isRefreshable_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isRefreshable_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
293,592
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.intellij.execution.process.mediator.rpc.QuotaOptions)) { return super.equals(obj); } com.intellij.execution.process.mediator.rpc.QuotaOptions other = (com.intellij.execution.process.mediator.rpc.QuotaOptions) obj; if (getTimeLimitMs() != other.getTimeLimitMs()) return false; if (getIsRefreshable() != other.getIsRefreshable()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; }
equals
293,593
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + TIME_LIMIT_MS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTimeLimitMs()); hash = (37 * hash) + IS_REFRESHABLE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsRefreshable()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; }
hashCode
293,594
Builder () { return newBuilder(); }
newBuilderForType
293,595
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
293,596
Builder (com.intellij.execution.process.mediator.rpc.QuotaOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
293,597
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
293,598
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
293,599
void () { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } }
maybeForceBuilderInitialization