package com.google.protobuf; import com.google.protobuf.GeneratedMessageLite; import com.google.protobuf.Internal; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; import java.util.Collections; import java.util.List; /* loaded from: classes3.dex */ public final class DescriptorProtos { public interface DescriptorProtoOrBuilder extends MessageLiteOrBuilder { EnumDescriptorProto getEnumType(int i); int getEnumTypeCount(); List getEnumTypeList(); FieldDescriptorProto getExtension(int i); int getExtensionCount(); List getExtensionList(); DescriptorProto.ExtensionRange getExtensionRange(int i); int getExtensionRangeCount(); List getExtensionRangeList(); FieldDescriptorProto getField(int i); int getFieldCount(); List getFieldList(); String getName(); ByteString getNameBytes(); DescriptorProto getNestedType(int i); int getNestedTypeCount(); List getNestedTypeList(); OneofDescriptorProto getOneofDecl(int i); int getOneofDeclCount(); List getOneofDeclList(); MessageOptions getOptions(); String getReservedName(int i); ByteString getReservedNameBytes(int i); int getReservedNameCount(); List getReservedNameList(); DescriptorProto.ReservedRange getReservedRange(int i); int getReservedRangeCount(); List getReservedRangeList(); boolean hasName(); boolean hasOptions(); } public interface EnumDescriptorProtoOrBuilder extends MessageLiteOrBuilder { String getName(); ByteString getNameBytes(); EnumOptions getOptions(); String getReservedName(int i); ByteString getReservedNameBytes(int i); int getReservedNameCount(); List getReservedNameList(); EnumDescriptorProto.EnumReservedRange getReservedRange(int i); int getReservedRangeCount(); List getReservedRangeList(); EnumValueDescriptorProto getValue(int i); int getValueCount(); List getValueList(); boolean hasName(); boolean hasOptions(); } public interface EnumOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getAllowAlias(); boolean getDeprecated(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasAllowAlias(); boolean hasDeprecated(); } public interface EnumValueDescriptorProtoOrBuilder extends MessageLiteOrBuilder { String getName(); ByteString getNameBytes(); int getNumber(); EnumValueOptions getOptions(); boolean hasName(); boolean hasNumber(); boolean hasOptions(); } public interface EnumValueOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getDeprecated(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasDeprecated(); } public interface ExtensionRangeOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); } public interface FieldDescriptorProtoOrBuilder extends MessageLiteOrBuilder { String getDefaultValue(); ByteString getDefaultValueBytes(); String getExtendee(); ByteString getExtendeeBytes(); String getJsonName(); ByteString getJsonNameBytes(); FieldDescriptorProto.Label getLabel(); String getName(); ByteString getNameBytes(); int getNumber(); int getOneofIndex(); FieldOptions getOptions(); boolean getProto3Optional(); FieldDescriptorProto.Type getType(); String getTypeName(); ByteString getTypeNameBytes(); boolean hasDefaultValue(); boolean hasExtendee(); boolean hasJsonName(); boolean hasLabel(); boolean hasName(); boolean hasNumber(); boolean hasOneofIndex(); boolean hasOptions(); boolean hasProto3Optional(); boolean hasType(); boolean hasTypeName(); } public interface FieldOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { FieldOptions.CType getCtype(); boolean getDeprecated(); FieldOptions.JSType getJstype(); boolean getLazy(); boolean getPacked(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean getWeak(); boolean hasCtype(); boolean hasDeprecated(); boolean hasJstype(); boolean hasLazy(); boolean hasPacked(); boolean hasWeak(); } public interface FileDescriptorProtoOrBuilder extends MessageLiteOrBuilder { String getDependency(int i); ByteString getDependencyBytes(int i); int getDependencyCount(); List getDependencyList(); EnumDescriptorProto getEnumType(int i); int getEnumTypeCount(); List getEnumTypeList(); FieldDescriptorProto getExtension(int i); int getExtensionCount(); List getExtensionList(); DescriptorProto getMessageType(int i); int getMessageTypeCount(); List getMessageTypeList(); String getName(); ByteString getNameBytes(); FileOptions getOptions(); String getPackage(); ByteString getPackageBytes(); int getPublicDependency(int i); int getPublicDependencyCount(); List getPublicDependencyList(); ServiceDescriptorProto getService(int i); int getServiceCount(); List getServiceList(); SourceCodeInfo getSourceCodeInfo(); String getSyntax(); ByteString getSyntaxBytes(); int getWeakDependency(int i); int getWeakDependencyCount(); List getWeakDependencyList(); boolean hasName(); boolean hasOptions(); boolean hasPackage(); boolean hasSourceCodeInfo(); boolean hasSyntax(); } public interface FileDescriptorSetOrBuilder extends MessageLiteOrBuilder { FileDescriptorProto getFile(int i); int getFileCount(); List getFileList(); } public interface FileOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getCcEnableArenas(); boolean getCcGenericServices(); String getCsharpNamespace(); ByteString getCsharpNamespaceBytes(); boolean getDeprecated(); String getGoPackage(); ByteString getGoPackageBytes(); @Deprecated boolean getJavaGenerateEqualsAndHash(); boolean getJavaGenericServices(); boolean getJavaMultipleFiles(); String getJavaOuterClassname(); ByteString getJavaOuterClassnameBytes(); String getJavaPackage(); ByteString getJavaPackageBytes(); boolean getJavaStringCheckUtf8(); String getObjcClassPrefix(); ByteString getObjcClassPrefixBytes(); FileOptions.OptimizeMode getOptimizeFor(); String getPhpClassPrefix(); ByteString getPhpClassPrefixBytes(); boolean getPhpGenericServices(); String getPhpMetadataNamespace(); ByteString getPhpMetadataNamespaceBytes(); String getPhpNamespace(); ByteString getPhpNamespaceBytes(); boolean getPyGenericServices(); String getRubyPackage(); ByteString getRubyPackageBytes(); String getSwiftPrefix(); ByteString getSwiftPrefixBytes(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasCcEnableArenas(); boolean hasCcGenericServices(); boolean hasCsharpNamespace(); boolean hasDeprecated(); boolean hasGoPackage(); @Deprecated boolean hasJavaGenerateEqualsAndHash(); boolean hasJavaGenericServices(); boolean hasJavaMultipleFiles(); boolean hasJavaOuterClassname(); boolean hasJavaPackage(); boolean hasJavaStringCheckUtf8(); boolean hasObjcClassPrefix(); boolean hasOptimizeFor(); boolean hasPhpClassPrefix(); boolean hasPhpGenericServices(); boolean hasPhpMetadataNamespace(); boolean hasPhpNamespace(); boolean hasPyGenericServices(); boolean hasRubyPackage(); boolean hasSwiftPrefix(); } public interface GeneratedCodeInfoOrBuilder extends MessageLiteOrBuilder { GeneratedCodeInfo.Annotation getAnnotation(int i); int getAnnotationCount(); List getAnnotationList(); } public interface MessageOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getDeprecated(); boolean getMapEntry(); boolean getMessageSetWireFormat(); boolean getNoStandardDescriptorAccessor(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasDeprecated(); boolean hasMapEntry(); boolean hasMessageSetWireFormat(); boolean hasNoStandardDescriptorAccessor(); } public interface MethodDescriptorProtoOrBuilder extends MessageLiteOrBuilder { boolean getClientStreaming(); String getInputType(); ByteString getInputTypeBytes(); String getName(); ByteString getNameBytes(); MethodOptions getOptions(); String getOutputType(); ByteString getOutputTypeBytes(); boolean getServerStreaming(); boolean hasClientStreaming(); boolean hasInputType(); boolean hasName(); boolean hasOptions(); boolean hasOutputType(); boolean hasServerStreaming(); } public interface MethodOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getDeprecated(); MethodOptions.IdempotencyLevel getIdempotencyLevel(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasDeprecated(); boolean hasIdempotencyLevel(); } public interface OneofDescriptorProtoOrBuilder extends MessageLiteOrBuilder { String getName(); ByteString getNameBytes(); OneofOptions getOptions(); boolean hasName(); boolean hasOptions(); } public interface OneofOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); } public interface ServiceDescriptorProtoOrBuilder extends MessageLiteOrBuilder { MethodDescriptorProto getMethod(int i); int getMethodCount(); List getMethodList(); String getName(); ByteString getNameBytes(); ServiceOptions getOptions(); boolean hasName(); boolean hasOptions(); } public interface ServiceOptionsOrBuilder extends GeneratedMessageLite.ExtendableMessageOrBuilder { boolean getDeprecated(); UninterpretedOption getUninterpretedOption(int i); int getUninterpretedOptionCount(); List getUninterpretedOptionList(); boolean hasDeprecated(); } public interface SourceCodeInfoOrBuilder extends MessageLiteOrBuilder { SourceCodeInfo.Location getLocation(int i); int getLocationCount(); List getLocationList(); } public interface UninterpretedOptionOrBuilder extends MessageLiteOrBuilder { String getAggregateValue(); ByteString getAggregateValueBytes(); double getDoubleValue(); String getIdentifierValue(); ByteString getIdentifierValueBytes(); UninterpretedOption.NamePart getName(int i); int getNameCount(); List getNameList(); long getNegativeIntValue(); long getPositiveIntValue(); ByteString getStringValue(); boolean hasAggregateValue(); boolean hasDoubleValue(); boolean hasIdentifierValue(); boolean hasNegativeIntValue(); boolean hasPositiveIntValue(); boolean hasStringValue(); } public static void registerAllExtensions(ExtensionRegistryLite extensionRegistryLite) { } private DescriptorProtos() { } public static final class FileDescriptorSet extends GeneratedMessageLite implements FileDescriptorSetOrBuilder { private static final FileDescriptorSet DEFAULT_INSTANCE; public static final int FILE_FIELD_NUMBER = 1; private static volatile Parser PARSER; private byte memoizedIsInitialized = 2; private Internal.ProtobufList file_ = GeneratedMessageLite.emptyProtobufList(); public static FileDescriptorSet getDefaultInstance() { return DEFAULT_INSTANCE; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public List getFileList() { return this.file_; } public List getFileOrBuilderList() { return this.file_; } private FileDescriptorSet() { } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public int getFileCount() { return this.file_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public FileDescriptorProto getFile(int i) { return this.file_.get(i); } public FileDescriptorProtoOrBuilder getFileOrBuilder(int i) { return this.file_.get(i); } private void ensureFileIsMutable() { Internal.ProtobufList protobufList = this.file_; if (protobufList.isModifiable()) { return; } this.file_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setFile(int i, FileDescriptorProto fileDescriptorProto) { fileDescriptorProto.getClass(); ensureFileIsMutable(); this.file_.set(i, fileDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addFile(FileDescriptorProto fileDescriptorProto) { fileDescriptorProto.getClass(); ensureFileIsMutable(); this.file_.add(fileDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addFile(int i, FileDescriptorProto fileDescriptorProto) { fileDescriptorProto.getClass(); ensureFileIsMutable(); this.file_.add(i, fileDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllFile(Iterable iterable) { ensureFileIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.file_); } /* JADX INFO: Access modifiers changed from: private */ public void clearFile() { this.file_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeFile(int i) { ensureFileIsMutable(); this.file_.remove(i); } public static FileDescriptorSet parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static FileDescriptorSet parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static FileDescriptorSet parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static FileDescriptorSet parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static FileDescriptorSet parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static FileDescriptorSet parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static FileDescriptorSet parseFrom(InputStream inputStream) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static FileDescriptorSet parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static FileDescriptorSet parseDelimitedFrom(InputStream inputStream) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static FileDescriptorSet parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static FileDescriptorSet parseFrom(CodedInputStream codedInputStream) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static FileDescriptorSet parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorSet) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } public static Builder newBuilder() { return DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(FileDescriptorSet fileDescriptorSet) { return DEFAULT_INSTANCE.createBuilder(fileDescriptorSet); } public static final class Builder extends GeneratedMessageLite.Builder implements FileDescriptorSetOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(FileDescriptorSet.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public List getFileList() { return Collections.unmodifiableList(((FileDescriptorSet) this.instance).getFileList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public int getFileCount() { return ((FileDescriptorSet) this.instance).getFileCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder public FileDescriptorProto getFile(int i) { return ((FileDescriptorSet) this.instance).getFile(i); } public Builder setFile(int i, FileDescriptorProto fileDescriptorProto) { copyOnWrite(); ((FileDescriptorSet) this.instance).setFile(i, fileDescriptorProto); return this; } public Builder setFile(int i, FileDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorSet) this.instance).setFile(i, builder.build()); return this; } public Builder addFile(FileDescriptorProto fileDescriptorProto) { copyOnWrite(); ((FileDescriptorSet) this.instance).addFile(fileDescriptorProto); return this; } public Builder addFile(int i, FileDescriptorProto fileDescriptorProto) { copyOnWrite(); ((FileDescriptorSet) this.instance).addFile(i, fileDescriptorProto); return this; } public Builder addFile(FileDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorSet) this.instance).addFile(builder.build()); return this; } public Builder addFile(int i, FileDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorSet) this.instance).addFile(i, builder.build()); return this; } public Builder addAllFile(Iterable iterable) { copyOnWrite(); ((FileDescriptorSet) this.instance).addAllFile(iterable); return this; } public Builder clearFile() { copyOnWrite(); ((FileDescriptorSet) this.instance).clearFile(); return this; } public Builder removeFile(int i) { copyOnWrite(); ((FileDescriptorSet) this.instance).removeFile(i); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new FileDescriptorSet(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0001\u0001\u0001Л", new Object[]{"file_", FileDescriptorProto.class}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (FileDescriptorSet.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return Byte.valueOf(this.memoizedIsInitialized); case 7: this.memoizedIsInitialized = (byte) (obj == null ? 0 : 1); return null; default: throw new UnsupportedOperationException(); } } static { FileDescriptorSet fileDescriptorSet = new FileDescriptorSet(); DEFAULT_INSTANCE = fileDescriptorSet; GeneratedMessageLite.registerDefaultInstance(FileDescriptorSet.class, fileDescriptorSet); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } /* renamed from: com.google.protobuf.DescriptorProtos$1, reason: invalid class name */ public static /* synthetic */ class AnonymousClass1 { static final /* synthetic */ int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke; static { int[] iArr = new int[GeneratedMessageLite.MethodToInvoke.values().length]; $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke = iArr; try { iArr[GeneratedMessageLite.MethodToInvoke.NEW_MUTABLE_INSTANCE.ordinal()] = 1; } catch (NoSuchFieldError unused) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.NEW_BUILDER.ordinal()] = 2; } catch (NoSuchFieldError unused2) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.BUILD_MESSAGE_INFO.ordinal()] = 3; } catch (NoSuchFieldError unused3) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_DEFAULT_INSTANCE.ordinal()] = 4; } catch (NoSuchFieldError unused4) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_PARSER.ordinal()] = 5; } catch (NoSuchFieldError unused5) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6; } catch (NoSuchFieldError unused6) { } try { $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[GeneratedMessageLite.MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7; } catch (NoSuchFieldError unused7) { } } } public static final class FileDescriptorProto extends GeneratedMessageLite implements FileDescriptorProtoOrBuilder { private static final FileDescriptorProto DEFAULT_INSTANCE; public static final int DEPENDENCY_FIELD_NUMBER = 3; public static final int ENUM_TYPE_FIELD_NUMBER = 5; public static final int EXTENSION_FIELD_NUMBER = 7; public static final int MESSAGE_TYPE_FIELD_NUMBER = 4; public static final int NAME_FIELD_NUMBER = 1; public static final int OPTIONS_FIELD_NUMBER = 8; public static final int PACKAGE_FIELD_NUMBER = 2; private static volatile Parser PARSER = null; public static final int PUBLIC_DEPENDENCY_FIELD_NUMBER = 10; public static final int SERVICE_FIELD_NUMBER = 6; public static final int SOURCE_CODE_INFO_FIELD_NUMBER = 9; public static final int SYNTAX_FIELD_NUMBER = 12; public static final int WEAK_DEPENDENCY_FIELD_NUMBER = 11; private int bitField0_; private FileOptions options_; private SourceCodeInfo sourceCodeInfo_; private byte memoizedIsInitialized = 2; private String name_ = ""; private String package_ = ""; private Internal.ProtobufList dependency_ = GeneratedMessageLite.emptyProtobufList(); private Internal.IntList publicDependency_ = GeneratedMessageLite.emptyIntList(); private Internal.IntList weakDependency_ = GeneratedMessageLite.emptyIntList(); private Internal.ProtobufList messageType_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList enumType_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList service_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList extension_ = GeneratedMessageLite.emptyProtobufList(); private String syntax_ = ""; /* JADX INFO: Access modifiers changed from: private */ public void clearOptions() { this.options_ = null; this.bitField0_ &= -5; } /* JADX INFO: Access modifiers changed from: private */ public void clearSourceCodeInfo() { this.sourceCodeInfo_ = null; this.bitField0_ &= -9; } public static FileDescriptorProto getDefaultInstance() { return DEFAULT_INSTANCE; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getDependencyList() { return this.dependency_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getEnumTypeList() { return this.enumType_; } public List getEnumTypeOrBuilderList() { return this.enumType_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getExtensionList() { return this.extension_; } public List getExtensionOrBuilderList() { return this.extension_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getMessageTypeList() { return this.messageType_; } public List getMessageTypeOrBuilderList() { return this.messageType_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getName() { return this.name_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getPackage() { return this.package_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getPublicDependencyList() { return this.publicDependency_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getServiceList() { return this.service_; } public List getServiceOrBuilderList() { return this.service_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getSyntax() { return this.syntax_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getWeakDependencyList() { return this.weakDependency_; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasName() { return (this.bitField0_ & 1) != 0; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasOptions() { return (this.bitField0_ & 4) != 0; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasPackage() { return (this.bitField0_ & 2) != 0; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasSourceCodeInfo() { return (this.bitField0_ & 8) != 0; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasSyntax() { return (this.bitField0_ & 16) != 0; } private FileDescriptorProto() { } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getNameBytes() { return ByteString.copyFromUtf8(this.name_); } /* JADX INFO: Access modifiers changed from: private */ public void setName(String str) { str.getClass(); this.bitField0_ |= 1; this.name_ = str; } /* JADX INFO: Access modifiers changed from: private */ public void clearName() { this.bitField0_ &= -2; this.name_ = getDefaultInstance().getName(); } /* JADX INFO: Access modifiers changed from: private */ public void setNameBytes(ByteString byteString) { this.name_ = byteString.toStringUtf8(); this.bitField0_ |= 1; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getPackageBytes() { return ByteString.copyFromUtf8(this.package_); } /* JADX INFO: Access modifiers changed from: private */ public void setPackage(String str) { str.getClass(); this.bitField0_ |= 2; this.package_ = str; } /* JADX INFO: Access modifiers changed from: private */ public void clearPackage() { this.bitField0_ &= -3; this.package_ = getDefaultInstance().getPackage(); } /* JADX INFO: Access modifiers changed from: private */ public void setPackageBytes(ByteString byteString) { this.package_ = byteString.toStringUtf8(); this.bitField0_ |= 2; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getDependencyCount() { return this.dependency_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getDependency(int i) { return this.dependency_.get(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getDependencyBytes(int i) { return ByteString.copyFromUtf8(this.dependency_.get(i)); } private void ensureDependencyIsMutable() { Internal.ProtobufList protobufList = this.dependency_; if (protobufList.isModifiable()) { return; } this.dependency_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setDependency(int i, String str) { str.getClass(); ensureDependencyIsMutable(); this.dependency_.set(i, str); } /* JADX INFO: Access modifiers changed from: private */ public void addDependency(String str) { str.getClass(); ensureDependencyIsMutable(); this.dependency_.add(str); } /* JADX INFO: Access modifiers changed from: private */ public void addAllDependency(Iterable iterable) { ensureDependencyIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.dependency_); } /* JADX INFO: Access modifiers changed from: private */ public void clearDependency() { this.dependency_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void addDependencyBytes(ByteString byteString) { ensureDependencyIsMutable(); this.dependency_.add(byteString.toStringUtf8()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getPublicDependencyCount() { return this.publicDependency_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getPublicDependency(int i) { return this.publicDependency_.getInt(i); } private void ensurePublicDependencyIsMutable() { Internal.IntList intList = this.publicDependency_; if (intList.isModifiable()) { return; } this.publicDependency_ = GeneratedMessageLite.mutableCopy(intList); } /* JADX INFO: Access modifiers changed from: private */ public void setPublicDependency(int i, int i2) { ensurePublicDependencyIsMutable(); this.publicDependency_.setInt(i, i2); } /* JADX INFO: Access modifiers changed from: private */ public void addPublicDependency(int i) { ensurePublicDependencyIsMutable(); this.publicDependency_.addInt(i); } /* JADX INFO: Access modifiers changed from: private */ public void addAllPublicDependency(Iterable iterable) { ensurePublicDependencyIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.publicDependency_); } /* JADX INFO: Access modifiers changed from: private */ public void clearPublicDependency() { this.publicDependency_ = GeneratedMessageLite.emptyIntList(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getWeakDependencyCount() { return this.weakDependency_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getWeakDependency(int i) { return this.weakDependency_.getInt(i); } private void ensureWeakDependencyIsMutable() { Internal.IntList intList = this.weakDependency_; if (intList.isModifiable()) { return; } this.weakDependency_ = GeneratedMessageLite.mutableCopy(intList); } /* JADX INFO: Access modifiers changed from: private */ public void setWeakDependency(int i, int i2) { ensureWeakDependencyIsMutable(); this.weakDependency_.setInt(i, i2); } /* JADX INFO: Access modifiers changed from: private */ public void addWeakDependency(int i) { ensureWeakDependencyIsMutable(); this.weakDependency_.addInt(i); } /* JADX INFO: Access modifiers changed from: private */ public void addAllWeakDependency(Iterable iterable) { ensureWeakDependencyIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.weakDependency_); } /* JADX INFO: Access modifiers changed from: private */ public void clearWeakDependency() { this.weakDependency_ = GeneratedMessageLite.emptyIntList(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getMessageTypeCount() { return this.messageType_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public DescriptorProto getMessageType(int i) { return this.messageType_.get(i); } public DescriptorProtoOrBuilder getMessageTypeOrBuilder(int i) { return this.messageType_.get(i); } private void ensureMessageTypeIsMutable() { Internal.ProtobufList protobufList = this.messageType_; if (protobufList.isModifiable()) { return; } this.messageType_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setMessageType(int i, DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureMessageTypeIsMutable(); this.messageType_.set(i, descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addMessageType(DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureMessageTypeIsMutable(); this.messageType_.add(descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addMessageType(int i, DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureMessageTypeIsMutable(); this.messageType_.add(i, descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllMessageType(Iterable iterable) { ensureMessageTypeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.messageType_); } /* JADX INFO: Access modifiers changed from: private */ public void clearMessageType() { this.messageType_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeMessageType(int i) { ensureMessageTypeIsMutable(); this.messageType_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getEnumTypeCount() { return this.enumType_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public EnumDescriptorProto getEnumType(int i) { return this.enumType_.get(i); } public EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(int i) { return this.enumType_.get(i); } private void ensureEnumTypeIsMutable() { Internal.ProtobufList protobufList = this.enumType_; if (protobufList.isModifiable()) { return; } this.enumType_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setEnumType(int i, EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.set(i, enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addEnumType(EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.add(enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addEnumType(int i, EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.add(i, enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllEnumType(Iterable iterable) { ensureEnumTypeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.enumType_); } /* JADX INFO: Access modifiers changed from: private */ public void clearEnumType() { this.enumType_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeEnumType(int i) { ensureEnumTypeIsMutable(); this.enumType_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getServiceCount() { return this.service_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ServiceDescriptorProto getService(int i) { return this.service_.get(i); } public ServiceDescriptorProtoOrBuilder getServiceOrBuilder(int i) { return this.service_.get(i); } private void ensureServiceIsMutable() { Internal.ProtobufList protobufList = this.service_; if (protobufList.isModifiable()) { return; } this.service_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setService(int i, ServiceDescriptorProto serviceDescriptorProto) { serviceDescriptorProto.getClass(); ensureServiceIsMutable(); this.service_.set(i, serviceDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addService(ServiceDescriptorProto serviceDescriptorProto) { serviceDescriptorProto.getClass(); ensureServiceIsMutable(); this.service_.add(serviceDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addService(int i, ServiceDescriptorProto serviceDescriptorProto) { serviceDescriptorProto.getClass(); ensureServiceIsMutable(); this.service_.add(i, serviceDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllService(Iterable iterable) { ensureServiceIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.service_); } /* JADX INFO: Access modifiers changed from: private */ public void clearService() { this.service_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeService(int i) { ensureServiceIsMutable(); this.service_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getExtensionCount() { return this.extension_.size(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public FieldDescriptorProto getExtension(int i) { return this.extension_.get(i); } public FieldDescriptorProtoOrBuilder getExtensionOrBuilder(int i) { return this.extension_.get(i); } private void ensureExtensionIsMutable() { Internal.ProtobufList protobufList = this.extension_; if (protobufList.isModifiable()) { return; } this.extension_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setExtension(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.set(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addExtension(FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.add(fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addExtension(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.add(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllExtension(Iterable iterable) { ensureExtensionIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.extension_); } /* JADX INFO: Access modifiers changed from: private */ public void clearExtension() { this.extension_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeExtension(int i) { ensureExtensionIsMutable(); this.extension_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public FileOptions getOptions() { FileOptions fileOptions = this.options_; return fileOptions == null ? FileOptions.getDefaultInstance() : fileOptions; } /* JADX INFO: Access modifiers changed from: private */ public void setOptions(FileOptions fileOptions) { fileOptions.getClass(); this.options_ = fileOptions; this.bitField0_ |= 4; } /* JADX INFO: Access modifiers changed from: private */ /* JADX WARN: Multi-variable type inference failed */ public void mergeOptions(FileOptions fileOptions) { fileOptions.getClass(); FileOptions fileOptions2 = this.options_; if (fileOptions2 == null || fileOptions2 == FileOptions.getDefaultInstance()) { this.options_ = fileOptions; } else { this.options_ = ((FileOptions.Builder) FileOptions.newBuilder(this.options_).mergeFrom((FileOptions.Builder) fileOptions)).buildPartial(); } this.bitField0_ |= 4; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public SourceCodeInfo getSourceCodeInfo() { SourceCodeInfo sourceCodeInfo = this.sourceCodeInfo_; return sourceCodeInfo == null ? SourceCodeInfo.getDefaultInstance() : sourceCodeInfo; } /* JADX INFO: Access modifiers changed from: private */ public void setSourceCodeInfo(SourceCodeInfo sourceCodeInfo) { sourceCodeInfo.getClass(); this.sourceCodeInfo_ = sourceCodeInfo; this.bitField0_ |= 8; } /* JADX INFO: Access modifiers changed from: private */ public void mergeSourceCodeInfo(SourceCodeInfo sourceCodeInfo) { sourceCodeInfo.getClass(); SourceCodeInfo sourceCodeInfo2 = this.sourceCodeInfo_; if (sourceCodeInfo2 == null || sourceCodeInfo2 == SourceCodeInfo.getDefaultInstance()) { this.sourceCodeInfo_ = sourceCodeInfo; } else { this.sourceCodeInfo_ = SourceCodeInfo.newBuilder(this.sourceCodeInfo_).mergeFrom((SourceCodeInfo.Builder) sourceCodeInfo).buildPartial(); } this.bitField0_ |= 8; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getSyntaxBytes() { return ByteString.copyFromUtf8(this.syntax_); } /* JADX INFO: Access modifiers changed from: private */ public void setSyntax(String str) { str.getClass(); this.bitField0_ |= 16; this.syntax_ = str; } /* JADX INFO: Access modifiers changed from: private */ public void clearSyntax() { this.bitField0_ &= -17; this.syntax_ = getDefaultInstance().getSyntax(); } /* JADX INFO: Access modifiers changed from: private */ public void setSyntaxBytes(ByteString byteString) { this.syntax_ = byteString.toStringUtf8(); this.bitField0_ |= 16; } public static FileDescriptorProto parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static FileDescriptorProto parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static FileDescriptorProto parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static FileDescriptorProto parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static FileDescriptorProto parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static FileDescriptorProto parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static FileDescriptorProto parseFrom(InputStream inputStream) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static FileDescriptorProto parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static FileDescriptorProto parseDelimitedFrom(InputStream inputStream) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static FileDescriptorProto parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static FileDescriptorProto parseFrom(CodedInputStream codedInputStream) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static FileDescriptorProto parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (FileDescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } public static Builder newBuilder() { return DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(FileDescriptorProto fileDescriptorProto) { return DEFAULT_INSTANCE.createBuilder(fileDescriptorProto); } public static final class Builder extends GeneratedMessageLite.Builder implements FileDescriptorProtoOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(FileDescriptorProto.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasName() { return ((FileDescriptorProto) this.instance).hasName(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getName() { return ((FileDescriptorProto) this.instance).getName(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getNameBytes() { return ((FileDescriptorProto) this.instance).getNameBytes(); } public Builder setName(String str) { copyOnWrite(); ((FileDescriptorProto) this.instance).setName(str); return this; } public Builder clearName() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearName(); return this; } public Builder setNameBytes(ByteString byteString) { copyOnWrite(); ((FileDescriptorProto) this.instance).setNameBytes(byteString); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasPackage() { return ((FileDescriptorProto) this.instance).hasPackage(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getPackage() { return ((FileDescriptorProto) this.instance).getPackage(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getPackageBytes() { return ((FileDescriptorProto) this.instance).getPackageBytes(); } public Builder setPackage(String str) { copyOnWrite(); ((FileDescriptorProto) this.instance).setPackage(str); return this; } public Builder clearPackage() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearPackage(); return this; } public Builder setPackageBytes(ByteString byteString) { copyOnWrite(); ((FileDescriptorProto) this.instance).setPackageBytes(byteString); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getDependencyList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getDependencyList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getDependencyCount() { return ((FileDescriptorProto) this.instance).getDependencyCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getDependency(int i) { return ((FileDescriptorProto) this.instance).getDependency(i); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getDependencyBytes(int i) { return ((FileDescriptorProto) this.instance).getDependencyBytes(i); } public Builder setDependency(int i, String str) { copyOnWrite(); ((FileDescriptorProto) this.instance).setDependency(i, str); return this; } public Builder addDependency(String str) { copyOnWrite(); ((FileDescriptorProto) this.instance).addDependency(str); return this; } public Builder addAllDependency(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllDependency(iterable); return this; } public Builder clearDependency() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearDependency(); return this; } public Builder addDependencyBytes(ByteString byteString) { copyOnWrite(); ((FileDescriptorProto) this.instance).addDependencyBytes(byteString); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getPublicDependencyList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getPublicDependencyList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getPublicDependencyCount() { return ((FileDescriptorProto) this.instance).getPublicDependencyCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getPublicDependency(int i) { return ((FileDescriptorProto) this.instance).getPublicDependency(i); } public Builder setPublicDependency(int i, int i2) { copyOnWrite(); ((FileDescriptorProto) this.instance).setPublicDependency(i, i2); return this; } public Builder addPublicDependency(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).addPublicDependency(i); return this; } public Builder addAllPublicDependency(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllPublicDependency(iterable); return this; } public Builder clearPublicDependency() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearPublicDependency(); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getWeakDependencyList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getWeakDependencyList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getWeakDependencyCount() { return ((FileDescriptorProto) this.instance).getWeakDependencyCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getWeakDependency(int i) { return ((FileDescriptorProto) this.instance).getWeakDependency(i); } public Builder setWeakDependency(int i, int i2) { copyOnWrite(); ((FileDescriptorProto) this.instance).setWeakDependency(i, i2); return this; } public Builder addWeakDependency(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).addWeakDependency(i); return this; } public Builder addAllWeakDependency(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllWeakDependency(iterable); return this; } public Builder clearWeakDependency() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearWeakDependency(); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getMessageTypeList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getMessageTypeList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getMessageTypeCount() { return ((FileDescriptorProto) this.instance).getMessageTypeCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public DescriptorProto getMessageType(int i) { return ((FileDescriptorProto) this.instance).getMessageType(i); } public Builder setMessageType(int i, DescriptorProto descriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).setMessageType(i, descriptorProto); return this; } public Builder setMessageType(int i, DescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setMessageType(i, builder.build()); return this; } public Builder addMessageType(DescriptorProto descriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addMessageType(descriptorProto); return this; } public Builder addMessageType(int i, DescriptorProto descriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addMessageType(i, descriptorProto); return this; } public Builder addMessageType(DescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addMessageType(builder.build()); return this; } public Builder addMessageType(int i, DescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addMessageType(i, builder.build()); return this; } public Builder addAllMessageType(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllMessageType(iterable); return this; } public Builder clearMessageType() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearMessageType(); return this; } public Builder removeMessageType(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).removeMessageType(i); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getEnumTypeList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getEnumTypeList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getEnumTypeCount() { return ((FileDescriptorProto) this.instance).getEnumTypeCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public EnumDescriptorProto getEnumType(int i) { return ((FileDescriptorProto) this.instance).getEnumType(i); } public Builder setEnumType(int i, EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).setEnumType(i, enumDescriptorProto); return this; } public Builder setEnumType(int i, EnumDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setEnumType(i, builder.build()); return this; } public Builder addEnumType(EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addEnumType(enumDescriptorProto); return this; } public Builder addEnumType(int i, EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addEnumType(i, enumDescriptorProto); return this; } public Builder addEnumType(EnumDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addEnumType(builder.build()); return this; } public Builder addEnumType(int i, EnumDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addEnumType(i, builder.build()); return this; } public Builder addAllEnumType(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllEnumType(iterable); return this; } public Builder clearEnumType() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearEnumType(); return this; } public Builder removeEnumType(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).removeEnumType(i); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getServiceList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getServiceList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getServiceCount() { return ((FileDescriptorProto) this.instance).getServiceCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ServiceDescriptorProto getService(int i) { return ((FileDescriptorProto) this.instance).getService(i); } public Builder setService(int i, ServiceDescriptorProto serviceDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).setService(i, serviceDescriptorProto); return this; } public Builder setService(int i, ServiceDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setService(i, builder.build()); return this; } public Builder addService(ServiceDescriptorProto serviceDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addService(serviceDescriptorProto); return this; } public Builder addService(int i, ServiceDescriptorProto serviceDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addService(i, serviceDescriptorProto); return this; } public Builder addService(ServiceDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addService(builder.build()); return this; } public Builder addService(int i, ServiceDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addService(i, builder.build()); return this; } public Builder addAllService(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllService(iterable); return this; } public Builder clearService() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearService(); return this; } public Builder removeService(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).removeService(i); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public List getExtensionList() { return Collections.unmodifiableList(((FileDescriptorProto) this.instance).getExtensionList()); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public int getExtensionCount() { return ((FileDescriptorProto) this.instance).getExtensionCount(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public FieldDescriptorProto getExtension(int i) { return ((FileDescriptorProto) this.instance).getExtension(i); } public Builder setExtension(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).setExtension(i, fieldDescriptorProto); return this; } public Builder setExtension(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setExtension(i, builder.build()); return this; } public Builder addExtension(FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addExtension(fieldDescriptorProto); return this; } public Builder addExtension(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((FileDescriptorProto) this.instance).addExtension(i, fieldDescriptorProto); return this; } public Builder addExtension(FieldDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addExtension(builder.build()); return this; } public Builder addExtension(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).addExtension(i, builder.build()); return this; } public Builder addAllExtension(Iterable iterable) { copyOnWrite(); ((FileDescriptorProto) this.instance).addAllExtension(iterable); return this; } public Builder clearExtension() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearExtension(); return this; } public Builder removeExtension(int i) { copyOnWrite(); ((FileDescriptorProto) this.instance).removeExtension(i); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasOptions() { return ((FileDescriptorProto) this.instance).hasOptions(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public FileOptions getOptions() { return ((FileDescriptorProto) this.instance).getOptions(); } public Builder setOptions(FileOptions fileOptions) { copyOnWrite(); ((FileDescriptorProto) this.instance).setOptions(fileOptions); return this; } /* JADX WARN: Multi-variable type inference failed */ public Builder setOptions(FileOptions.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setOptions((FileOptions) builder.build()); return this; } public Builder mergeOptions(FileOptions fileOptions) { copyOnWrite(); ((FileDescriptorProto) this.instance).mergeOptions(fileOptions); return this; } public Builder clearOptions() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearOptions(); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasSourceCodeInfo() { return ((FileDescriptorProto) this.instance).hasSourceCodeInfo(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public SourceCodeInfo getSourceCodeInfo() { return ((FileDescriptorProto) this.instance).getSourceCodeInfo(); } public Builder setSourceCodeInfo(SourceCodeInfo sourceCodeInfo) { copyOnWrite(); ((FileDescriptorProto) this.instance).setSourceCodeInfo(sourceCodeInfo); return this; } public Builder setSourceCodeInfo(SourceCodeInfo.Builder builder) { copyOnWrite(); ((FileDescriptorProto) this.instance).setSourceCodeInfo(builder.build()); return this; } public Builder mergeSourceCodeInfo(SourceCodeInfo sourceCodeInfo) { copyOnWrite(); ((FileDescriptorProto) this.instance).mergeSourceCodeInfo(sourceCodeInfo); return this; } public Builder clearSourceCodeInfo() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearSourceCodeInfo(); return this; } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public boolean hasSyntax() { return ((FileDescriptorProto) this.instance).hasSyntax(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public String getSyntax() { return ((FileDescriptorProto) this.instance).getSyntax(); } @Override // com.google.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder public ByteString getSyntaxBytes() { return ((FileDescriptorProto) this.instance).getSyntaxBytes(); } public Builder setSyntax(String str) { copyOnWrite(); ((FileDescriptorProto) this.instance).setSyntax(str); return this; } public Builder clearSyntax() { copyOnWrite(); ((FileDescriptorProto) this.instance).clearSyntax(); return this; } public Builder setSyntaxBytes(ByteString byteString) { copyOnWrite(); ((FileDescriptorProto) this.instance).setSyntaxBytes(byteString); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new FileDescriptorProto(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\f\u0000\u0001\u0001\f\f\u0000\u0007\u0005\u0001ဈ\u0000\u0002ဈ\u0001\u0003\u001a\u0004Л\u0005Л\u0006Л\u0007Л\bᐉ\u0002\tဉ\u0003\n\u0016\u000b\u0016\fဈ\u0004", new Object[]{"bitField0_", "name_", "package_", "dependency_", "messageType_", DescriptorProto.class, "enumType_", EnumDescriptorProto.class, "service_", ServiceDescriptorProto.class, "extension_", FieldDescriptorProto.class, "options_", "sourceCodeInfo_", "publicDependency_", "weakDependency_", "syntax_"}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (FileDescriptorProto.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return Byte.valueOf(this.memoizedIsInitialized); case 7: this.memoizedIsInitialized = (byte) (obj == null ? 0 : 1); return null; default: throw new UnsupportedOperationException(); } } static { FileDescriptorProto fileDescriptorProto = new FileDescriptorProto(); DEFAULT_INSTANCE = fileDescriptorProto; GeneratedMessageLite.registerDefaultInstance(FileDescriptorProto.class, fileDescriptorProto); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public static final class DescriptorProto extends GeneratedMessageLite implements DescriptorProtoOrBuilder { private static final DescriptorProto DEFAULT_INSTANCE; public static final int ENUM_TYPE_FIELD_NUMBER = 4; public static final int EXTENSION_FIELD_NUMBER = 6; public static final int EXTENSION_RANGE_FIELD_NUMBER = 5; public static final int FIELD_FIELD_NUMBER = 2; public static final int NAME_FIELD_NUMBER = 1; public static final int NESTED_TYPE_FIELD_NUMBER = 3; public static final int ONEOF_DECL_FIELD_NUMBER = 8; public static final int OPTIONS_FIELD_NUMBER = 7; private static volatile Parser PARSER = null; public static final int RESERVED_NAME_FIELD_NUMBER = 10; public static final int RESERVED_RANGE_FIELD_NUMBER = 9; private int bitField0_; private MessageOptions options_; private byte memoizedIsInitialized = 2; private String name_ = ""; private Internal.ProtobufList field_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList extension_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList nestedType_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList enumType_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList extensionRange_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList oneofDecl_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList reservedRange_ = GeneratedMessageLite.emptyProtobufList(); private Internal.ProtobufList reservedName_ = GeneratedMessageLite.emptyProtobufList(); public interface ExtensionRangeOrBuilder extends MessageLiteOrBuilder { int getEnd(); ExtensionRangeOptions getOptions(); int getStart(); boolean hasEnd(); boolean hasOptions(); boolean hasStart(); } public interface ReservedRangeOrBuilder extends MessageLiteOrBuilder { int getEnd(); int getStart(); boolean hasEnd(); boolean hasStart(); } /* JADX INFO: Access modifiers changed from: private */ public void clearOptions() { this.options_ = null; this.bitField0_ &= -3; } public static DescriptorProto getDefaultInstance() { return DEFAULT_INSTANCE; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getEnumTypeList() { return this.enumType_; } public List getEnumTypeOrBuilderList() { return this.enumType_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getExtensionList() { return this.extension_; } public List getExtensionOrBuilderList() { return this.extension_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getExtensionRangeList() { return this.extensionRange_; } public List getExtensionRangeOrBuilderList() { return this.extensionRange_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getFieldList() { return this.field_; } public List getFieldOrBuilderList() { return this.field_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public String getName() { return this.name_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getNestedTypeList() { return this.nestedType_; } public List getNestedTypeOrBuilderList() { return this.nestedType_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getOneofDeclList() { return this.oneofDecl_; } public List getOneofDeclOrBuilderList() { return this.oneofDecl_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getReservedNameList() { return this.reservedName_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getReservedRangeList() { return this.reservedRange_; } public List getReservedRangeOrBuilderList() { return this.reservedRange_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public boolean hasName() { return (this.bitField0_ & 1) != 0; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public boolean hasOptions() { return (this.bitField0_ & 2) != 0; } private DescriptorProto() { } public static final class ExtensionRange extends GeneratedMessageLite implements ExtensionRangeOrBuilder { private static final ExtensionRange DEFAULT_INSTANCE; public static final int END_FIELD_NUMBER = 2; public static final int OPTIONS_FIELD_NUMBER = 3; private static volatile Parser PARSER = null; public static final int START_FIELD_NUMBER = 1; private int bitField0_; private int end_; private byte memoizedIsInitialized = 2; private ExtensionRangeOptions options_; private int start_; /* JADX INFO: Access modifiers changed from: private */ public void clearEnd() { this.bitField0_ &= -3; this.end_ = 0; } /* JADX INFO: Access modifiers changed from: private */ public void clearOptions() { this.options_ = null; this.bitField0_ &= -5; } /* JADX INFO: Access modifiers changed from: private */ public void clearStart() { this.bitField0_ &= -2; this.start_ = 0; } public static ExtensionRange getDefaultInstance() { return DEFAULT_INSTANCE; } /* JADX INFO: Access modifiers changed from: private */ public void setEnd(int i) { this.bitField0_ |= 2; this.end_ = i; } /* JADX INFO: Access modifiers changed from: private */ public void setStart(int i) { this.bitField0_ |= 1; this.start_ = i; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public int getEnd() { return this.end_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public int getStart() { return this.start_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasEnd() { return (this.bitField0_ & 2) != 0; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasOptions() { return (this.bitField0_ & 4) != 0; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasStart() { return (this.bitField0_ & 1) != 0; } private ExtensionRange() { } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public ExtensionRangeOptions getOptions() { ExtensionRangeOptions extensionRangeOptions = this.options_; return extensionRangeOptions == null ? ExtensionRangeOptions.getDefaultInstance() : extensionRangeOptions; } /* JADX INFO: Access modifiers changed from: private */ public void setOptions(ExtensionRangeOptions extensionRangeOptions) { extensionRangeOptions.getClass(); this.options_ = extensionRangeOptions; this.bitField0_ |= 4; } /* JADX INFO: Access modifiers changed from: private */ /* JADX WARN: Multi-variable type inference failed */ public void mergeOptions(ExtensionRangeOptions extensionRangeOptions) { extensionRangeOptions.getClass(); ExtensionRangeOptions extensionRangeOptions2 = this.options_; if (extensionRangeOptions2 == null || extensionRangeOptions2 == ExtensionRangeOptions.getDefaultInstance()) { this.options_ = extensionRangeOptions; } else { this.options_ = ((ExtensionRangeOptions.Builder) ExtensionRangeOptions.newBuilder(this.options_).mergeFrom((ExtensionRangeOptions.Builder) extensionRangeOptions)).buildPartial(); } this.bitField0_ |= 4; } public static ExtensionRange parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static ExtensionRange parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static ExtensionRange parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static ExtensionRange parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static ExtensionRange parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static ExtensionRange parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static ExtensionRange parseFrom(InputStream inputStream) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static ExtensionRange parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ExtensionRange parseDelimitedFrom(InputStream inputStream) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static ExtensionRange parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ExtensionRange parseFrom(CodedInputStream codedInputStream) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static ExtensionRange parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } public static Builder newBuilder() { return DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(ExtensionRange extensionRange) { return DEFAULT_INSTANCE.createBuilder(extensionRange); } public static final class Builder extends GeneratedMessageLite.Builder implements ExtensionRangeOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(ExtensionRange.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasStart() { return ((ExtensionRange) this.instance).hasStart(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public int getStart() { return ((ExtensionRange) this.instance).getStart(); } public Builder setStart(int i) { copyOnWrite(); ((ExtensionRange) this.instance).setStart(i); return this; } public Builder clearStart() { copyOnWrite(); ((ExtensionRange) this.instance).clearStart(); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasEnd() { return ((ExtensionRange) this.instance).hasEnd(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public int getEnd() { return ((ExtensionRange) this.instance).getEnd(); } public Builder setEnd(int i) { copyOnWrite(); ((ExtensionRange) this.instance).setEnd(i); return this; } public Builder clearEnd() { copyOnWrite(); ((ExtensionRange) this.instance).clearEnd(); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public boolean hasOptions() { return ((ExtensionRange) this.instance).hasOptions(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder public ExtensionRangeOptions getOptions() { return ((ExtensionRange) this.instance).getOptions(); } public Builder setOptions(ExtensionRangeOptions extensionRangeOptions) { copyOnWrite(); ((ExtensionRange) this.instance).setOptions(extensionRangeOptions); return this; } /* JADX WARN: Multi-variable type inference failed */ public Builder setOptions(ExtensionRangeOptions.Builder builder) { copyOnWrite(); ((ExtensionRange) this.instance).setOptions((ExtensionRangeOptions) builder.build()); return this; } public Builder mergeOptions(ExtensionRangeOptions extensionRangeOptions) { copyOnWrite(); ((ExtensionRange) this.instance).mergeOptions(extensionRangeOptions); return this; } public Builder clearOptions() { copyOnWrite(); ((ExtensionRange) this.instance).clearOptions(); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new ExtensionRange(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0001\u0001င\u0000\u0002င\u0001\u0003ᐉ\u0002", new Object[]{"bitField0_", "start_", "end_", "options_"}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (ExtensionRange.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return Byte.valueOf(this.memoizedIsInitialized); case 7: this.memoizedIsInitialized = (byte) (obj == null ? 0 : 1); return null; default: throw new UnsupportedOperationException(); } } static { ExtensionRange extensionRange = new ExtensionRange(); DEFAULT_INSTANCE = extensionRange; GeneratedMessageLite.registerDefaultInstance(ExtensionRange.class, extensionRange); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public static final class ReservedRange extends GeneratedMessageLite implements ReservedRangeOrBuilder { private static final ReservedRange DEFAULT_INSTANCE; public static final int END_FIELD_NUMBER = 2; private static volatile Parser PARSER = null; public static final int START_FIELD_NUMBER = 1; private int bitField0_; private int end_; private int start_; /* JADX INFO: Access modifiers changed from: private */ public void clearEnd() { this.bitField0_ &= -3; this.end_ = 0; } /* JADX INFO: Access modifiers changed from: private */ public void clearStart() { this.bitField0_ &= -2; this.start_ = 0; } public static ReservedRange getDefaultInstance() { return DEFAULT_INSTANCE; } /* JADX INFO: Access modifiers changed from: private */ public void setEnd(int i) { this.bitField0_ |= 2; this.end_ = i; } /* JADX INFO: Access modifiers changed from: private */ public void setStart(int i) { this.bitField0_ |= 1; this.start_ = i; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public int getEnd() { return this.end_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public int getStart() { return this.start_; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public boolean hasEnd() { return (this.bitField0_ & 2) != 0; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public boolean hasStart() { return (this.bitField0_ & 1) != 0; } private ReservedRange() { } public static ReservedRange parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static ReservedRange parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static ReservedRange parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static ReservedRange parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static ReservedRange parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static ReservedRange parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static ReservedRange parseFrom(InputStream inputStream) throws IOException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static ReservedRange parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ReservedRange parseDelimitedFrom(InputStream inputStream) throws IOException { return (ReservedRange) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static ReservedRange parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ReservedRange) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ReservedRange parseFrom(CodedInputStream codedInputStream) throws IOException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static ReservedRange parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ReservedRange) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } public static Builder newBuilder() { return DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(ReservedRange reservedRange) { return DEFAULT_INSTANCE.createBuilder(reservedRange); } public static final class Builder extends GeneratedMessageLite.Builder implements ReservedRangeOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(ReservedRange.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public boolean hasStart() { return ((ReservedRange) this.instance).hasStart(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public int getStart() { return ((ReservedRange) this.instance).getStart(); } public Builder setStart(int i) { copyOnWrite(); ((ReservedRange) this.instance).setStart(i); return this; } public Builder clearStart() { copyOnWrite(); ((ReservedRange) this.instance).clearStart(); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public boolean hasEnd() { return ((ReservedRange) this.instance).hasEnd(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRangeOrBuilder public int getEnd() { return ((ReservedRange) this.instance).getEnd(); } public Builder setEnd(int i) { copyOnWrite(); ((ReservedRange) this.instance).setEnd(i); return this; } public Builder clearEnd() { copyOnWrite(); ((ReservedRange) this.instance).clearEnd(); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new ReservedRange(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001င\u0000\u0002င\u0001", new Object[]{"bitField0_", "start_", "end_"}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (ReservedRange.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return (byte) 1; case 7: return null; default: throw new UnsupportedOperationException(); } } static { ReservedRange reservedRange = new ReservedRange(); DEFAULT_INSTANCE = reservedRange; GeneratedMessageLite.registerDefaultInstance(ReservedRange.class, reservedRange); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ByteString getNameBytes() { return ByteString.copyFromUtf8(this.name_); } /* JADX INFO: Access modifiers changed from: private */ public void setName(String str) { str.getClass(); this.bitField0_ |= 1; this.name_ = str; } /* JADX INFO: Access modifiers changed from: private */ public void clearName() { this.bitField0_ &= -2; this.name_ = getDefaultInstance().getName(); } /* JADX INFO: Access modifiers changed from: private */ public void setNameBytes(ByteString byteString) { this.name_ = byteString.toStringUtf8(); this.bitField0_ |= 1; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getFieldCount() { return this.field_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public FieldDescriptorProto getField(int i) { return this.field_.get(i); } public FieldDescriptorProtoOrBuilder getFieldOrBuilder(int i) { return this.field_.get(i); } private void ensureFieldIsMutable() { Internal.ProtobufList protobufList = this.field_; if (protobufList.isModifiable()) { return; } this.field_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setField(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureFieldIsMutable(); this.field_.set(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addField(FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureFieldIsMutable(); this.field_.add(fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addField(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureFieldIsMutable(); this.field_.add(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllField(Iterable iterable) { ensureFieldIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.field_); } /* JADX INFO: Access modifiers changed from: private */ public void clearField() { this.field_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeField(int i) { ensureFieldIsMutable(); this.field_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getExtensionCount() { return this.extension_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public FieldDescriptorProto getExtension(int i) { return this.extension_.get(i); } public FieldDescriptorProtoOrBuilder getExtensionOrBuilder(int i) { return this.extension_.get(i); } private void ensureExtensionIsMutable() { Internal.ProtobufList protobufList = this.extension_; if (protobufList.isModifiable()) { return; } this.extension_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setExtension(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.set(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addExtension(FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.add(fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addExtension(int i, FieldDescriptorProto fieldDescriptorProto) { fieldDescriptorProto.getClass(); ensureExtensionIsMutable(); this.extension_.add(i, fieldDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllExtension(Iterable iterable) { ensureExtensionIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.extension_); } /* JADX INFO: Access modifiers changed from: private */ public void clearExtension() { this.extension_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeExtension(int i) { ensureExtensionIsMutable(); this.extension_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getNestedTypeCount() { return this.nestedType_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public DescriptorProto getNestedType(int i) { return this.nestedType_.get(i); } public DescriptorProtoOrBuilder getNestedTypeOrBuilder(int i) { return this.nestedType_.get(i); } private void ensureNestedTypeIsMutable() { Internal.ProtobufList protobufList = this.nestedType_; if (protobufList.isModifiable()) { return; } this.nestedType_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setNestedType(int i, DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureNestedTypeIsMutable(); this.nestedType_.set(i, descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addNestedType(DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureNestedTypeIsMutable(); this.nestedType_.add(descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addNestedType(int i, DescriptorProto descriptorProto) { descriptorProto.getClass(); ensureNestedTypeIsMutable(); this.nestedType_.add(i, descriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllNestedType(Iterable iterable) { ensureNestedTypeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.nestedType_); } /* JADX INFO: Access modifiers changed from: private */ public void clearNestedType() { this.nestedType_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeNestedType(int i) { ensureNestedTypeIsMutable(); this.nestedType_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getEnumTypeCount() { return this.enumType_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public EnumDescriptorProto getEnumType(int i) { return this.enumType_.get(i); } public EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder(int i) { return this.enumType_.get(i); } private void ensureEnumTypeIsMutable() { Internal.ProtobufList protobufList = this.enumType_; if (protobufList.isModifiable()) { return; } this.enumType_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setEnumType(int i, EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.set(i, enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addEnumType(EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.add(enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addEnumType(int i, EnumDescriptorProto enumDescriptorProto) { enumDescriptorProto.getClass(); ensureEnumTypeIsMutable(); this.enumType_.add(i, enumDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllEnumType(Iterable iterable) { ensureEnumTypeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.enumType_); } /* JADX INFO: Access modifiers changed from: private */ public void clearEnumType() { this.enumType_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeEnumType(int i) { ensureEnumTypeIsMutable(); this.enumType_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getExtensionRangeCount() { return this.extensionRange_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ExtensionRange getExtensionRange(int i) { return this.extensionRange_.get(i); } public ExtensionRangeOrBuilder getExtensionRangeOrBuilder(int i) { return this.extensionRange_.get(i); } private void ensureExtensionRangeIsMutable() { Internal.ProtobufList protobufList = this.extensionRange_; if (protobufList.isModifiable()) { return; } this.extensionRange_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setExtensionRange(int i, ExtensionRange extensionRange) { extensionRange.getClass(); ensureExtensionRangeIsMutable(); this.extensionRange_.set(i, extensionRange); } /* JADX INFO: Access modifiers changed from: private */ public void addExtensionRange(ExtensionRange extensionRange) { extensionRange.getClass(); ensureExtensionRangeIsMutable(); this.extensionRange_.add(extensionRange); } /* JADX INFO: Access modifiers changed from: private */ public void addExtensionRange(int i, ExtensionRange extensionRange) { extensionRange.getClass(); ensureExtensionRangeIsMutable(); this.extensionRange_.add(i, extensionRange); } /* JADX INFO: Access modifiers changed from: private */ public void addAllExtensionRange(Iterable iterable) { ensureExtensionRangeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.extensionRange_); } /* JADX INFO: Access modifiers changed from: private */ public void clearExtensionRange() { this.extensionRange_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeExtensionRange(int i) { ensureExtensionRangeIsMutable(); this.extensionRange_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getOneofDeclCount() { return this.oneofDecl_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public OneofDescriptorProto getOneofDecl(int i) { return this.oneofDecl_.get(i); } public OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder(int i) { return this.oneofDecl_.get(i); } private void ensureOneofDeclIsMutable() { Internal.ProtobufList protobufList = this.oneofDecl_; if (protobufList.isModifiable()) { return; } this.oneofDecl_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setOneofDecl(int i, OneofDescriptorProto oneofDescriptorProto) { oneofDescriptorProto.getClass(); ensureOneofDeclIsMutable(); this.oneofDecl_.set(i, oneofDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addOneofDecl(OneofDescriptorProto oneofDescriptorProto) { oneofDescriptorProto.getClass(); ensureOneofDeclIsMutable(); this.oneofDecl_.add(oneofDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addOneofDecl(int i, OneofDescriptorProto oneofDescriptorProto) { oneofDescriptorProto.getClass(); ensureOneofDeclIsMutable(); this.oneofDecl_.add(i, oneofDescriptorProto); } /* JADX INFO: Access modifiers changed from: private */ public void addAllOneofDecl(Iterable iterable) { ensureOneofDeclIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.oneofDecl_); } /* JADX INFO: Access modifiers changed from: private */ public void clearOneofDecl() { this.oneofDecl_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeOneofDecl(int i) { ensureOneofDeclIsMutable(); this.oneofDecl_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public MessageOptions getOptions() { MessageOptions messageOptions = this.options_; return messageOptions == null ? MessageOptions.getDefaultInstance() : messageOptions; } /* JADX INFO: Access modifiers changed from: private */ public void setOptions(MessageOptions messageOptions) { messageOptions.getClass(); this.options_ = messageOptions; this.bitField0_ |= 2; } /* JADX INFO: Access modifiers changed from: private */ /* JADX WARN: Multi-variable type inference failed */ public void mergeOptions(MessageOptions messageOptions) { messageOptions.getClass(); MessageOptions messageOptions2 = this.options_; if (messageOptions2 == null || messageOptions2 == MessageOptions.getDefaultInstance()) { this.options_ = messageOptions; } else { this.options_ = ((MessageOptions.Builder) MessageOptions.newBuilder(this.options_).mergeFrom((MessageOptions.Builder) messageOptions)).buildPartial(); } this.bitField0_ |= 2; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getReservedRangeCount() { return this.reservedRange_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ReservedRange getReservedRange(int i) { return this.reservedRange_.get(i); } public ReservedRangeOrBuilder getReservedRangeOrBuilder(int i) { return this.reservedRange_.get(i); } private void ensureReservedRangeIsMutable() { Internal.ProtobufList protobufList = this.reservedRange_; if (protobufList.isModifiable()) { return; } this.reservedRange_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setReservedRange(int i, ReservedRange reservedRange) { reservedRange.getClass(); ensureReservedRangeIsMutable(); this.reservedRange_.set(i, reservedRange); } /* JADX INFO: Access modifiers changed from: private */ public void addReservedRange(ReservedRange reservedRange) { reservedRange.getClass(); ensureReservedRangeIsMutable(); this.reservedRange_.add(reservedRange); } /* JADX INFO: Access modifiers changed from: private */ public void addReservedRange(int i, ReservedRange reservedRange) { reservedRange.getClass(); ensureReservedRangeIsMutable(); this.reservedRange_.add(i, reservedRange); } /* JADX INFO: Access modifiers changed from: private */ public void addAllReservedRange(Iterable iterable) { ensureReservedRangeIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.reservedRange_); } /* JADX INFO: Access modifiers changed from: private */ public void clearReservedRange() { this.reservedRange_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeReservedRange(int i) { ensureReservedRangeIsMutable(); this.reservedRange_.remove(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getReservedNameCount() { return this.reservedName_.size(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public String getReservedName(int i) { return this.reservedName_.get(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ByteString getReservedNameBytes(int i) { return ByteString.copyFromUtf8(this.reservedName_.get(i)); } private void ensureReservedNameIsMutable() { Internal.ProtobufList protobufList = this.reservedName_; if (protobufList.isModifiable()) { return; } this.reservedName_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setReservedName(int i, String str) { str.getClass(); ensureReservedNameIsMutable(); this.reservedName_.set(i, str); } /* JADX INFO: Access modifiers changed from: private */ public void addReservedName(String str) { str.getClass(); ensureReservedNameIsMutable(); this.reservedName_.add(str); } /* JADX INFO: Access modifiers changed from: private */ public void addAllReservedName(Iterable iterable) { ensureReservedNameIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.reservedName_); } /* JADX INFO: Access modifiers changed from: private */ public void clearReservedName() { this.reservedName_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void addReservedNameBytes(ByteString byteString) { ensureReservedNameIsMutable(); this.reservedName_.add(byteString.toStringUtf8()); } public static DescriptorProto parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static DescriptorProto parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static DescriptorProto parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static DescriptorProto parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static DescriptorProto parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static DescriptorProto parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static DescriptorProto parseFrom(InputStream inputStream) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static DescriptorProto parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static DescriptorProto parseDelimitedFrom(InputStream inputStream) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static DescriptorProto parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static DescriptorProto parseFrom(CodedInputStream codedInputStream) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static DescriptorProto parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (DescriptorProto) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } public static Builder newBuilder() { return DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(DescriptorProto descriptorProto) { return DEFAULT_INSTANCE.createBuilder(descriptorProto); } public static final class Builder extends GeneratedMessageLite.Builder implements DescriptorProtoOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(DescriptorProto.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public boolean hasName() { return ((DescriptorProto) this.instance).hasName(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public String getName() { return ((DescriptorProto) this.instance).getName(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ByteString getNameBytes() { return ((DescriptorProto) this.instance).getNameBytes(); } public Builder setName(String str) { copyOnWrite(); ((DescriptorProto) this.instance).setName(str); return this; } public Builder clearName() { copyOnWrite(); ((DescriptorProto) this.instance).clearName(); return this; } public Builder setNameBytes(ByteString byteString) { copyOnWrite(); ((DescriptorProto) this.instance).setNameBytes(byteString); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getFieldList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getFieldList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getFieldCount() { return ((DescriptorProto) this.instance).getFieldCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public FieldDescriptorProto getField(int i) { return ((DescriptorProto) this.instance).getField(i); } public Builder setField(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).setField(i, fieldDescriptorProto); return this; } public Builder setField(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setField(i, builder.build()); return this; } public Builder addField(FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addField(fieldDescriptorProto); return this; } public Builder addField(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addField(i, fieldDescriptorProto); return this; } public Builder addField(FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addField(builder.build()); return this; } public Builder addField(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addField(i, builder.build()); return this; } public Builder addAllField(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllField(iterable); return this; } public Builder clearField() { copyOnWrite(); ((DescriptorProto) this.instance).clearField(); return this; } public Builder removeField(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeField(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getExtensionList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getExtensionList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getExtensionCount() { return ((DescriptorProto) this.instance).getExtensionCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public FieldDescriptorProto getExtension(int i) { return ((DescriptorProto) this.instance).getExtension(i); } public Builder setExtension(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).setExtension(i, fieldDescriptorProto); return this; } public Builder setExtension(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setExtension(i, builder.build()); return this; } public Builder addExtension(FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addExtension(fieldDescriptorProto); return this; } public Builder addExtension(int i, FieldDescriptorProto fieldDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addExtension(i, fieldDescriptorProto); return this; } public Builder addExtension(FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addExtension(builder.build()); return this; } public Builder addExtension(int i, FieldDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addExtension(i, builder.build()); return this; } public Builder addAllExtension(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllExtension(iterable); return this; } public Builder clearExtension() { copyOnWrite(); ((DescriptorProto) this.instance).clearExtension(); return this; } public Builder removeExtension(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeExtension(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getNestedTypeList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getNestedTypeList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getNestedTypeCount() { return ((DescriptorProto) this.instance).getNestedTypeCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public DescriptorProto getNestedType(int i) { return ((DescriptorProto) this.instance).getNestedType(i); } public Builder setNestedType(int i, DescriptorProto descriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).setNestedType(i, descriptorProto); return this; } public Builder setNestedType(int i, Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setNestedType(i, builder.build()); return this; } public Builder addNestedType(DescriptorProto descriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addNestedType(descriptorProto); return this; } public Builder addNestedType(int i, DescriptorProto descriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addNestedType(i, descriptorProto); return this; } public Builder addNestedType(Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addNestedType(builder.build()); return this; } public Builder addNestedType(int i, Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addNestedType(i, builder.build()); return this; } public Builder addAllNestedType(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllNestedType(iterable); return this; } public Builder clearNestedType() { copyOnWrite(); ((DescriptorProto) this.instance).clearNestedType(); return this; } public Builder removeNestedType(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeNestedType(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getEnumTypeList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getEnumTypeList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getEnumTypeCount() { return ((DescriptorProto) this.instance).getEnumTypeCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public EnumDescriptorProto getEnumType(int i) { return ((DescriptorProto) this.instance).getEnumType(i); } public Builder setEnumType(int i, EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).setEnumType(i, enumDescriptorProto); return this; } public Builder setEnumType(int i, EnumDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setEnumType(i, builder.build()); return this; } public Builder addEnumType(EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addEnumType(enumDescriptorProto); return this; } public Builder addEnumType(int i, EnumDescriptorProto enumDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addEnumType(i, enumDescriptorProto); return this; } public Builder addEnumType(EnumDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addEnumType(builder.build()); return this; } public Builder addEnumType(int i, EnumDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addEnumType(i, builder.build()); return this; } public Builder addAllEnumType(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllEnumType(iterable); return this; } public Builder clearEnumType() { copyOnWrite(); ((DescriptorProto) this.instance).clearEnumType(); return this; } public Builder removeEnumType(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeEnumType(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getExtensionRangeList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getExtensionRangeList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getExtensionRangeCount() { return ((DescriptorProto) this.instance).getExtensionRangeCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ExtensionRange getExtensionRange(int i) { return ((DescriptorProto) this.instance).getExtensionRange(i); } public Builder setExtensionRange(int i, ExtensionRange extensionRange) { copyOnWrite(); ((DescriptorProto) this.instance).setExtensionRange(i, extensionRange); return this; } public Builder setExtensionRange(int i, ExtensionRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setExtensionRange(i, builder.build()); return this; } public Builder addExtensionRange(ExtensionRange extensionRange) { copyOnWrite(); ((DescriptorProto) this.instance).addExtensionRange(extensionRange); return this; } public Builder addExtensionRange(int i, ExtensionRange extensionRange) { copyOnWrite(); ((DescriptorProto) this.instance).addExtensionRange(i, extensionRange); return this; } public Builder addExtensionRange(ExtensionRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addExtensionRange(builder.build()); return this; } public Builder addExtensionRange(int i, ExtensionRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addExtensionRange(i, builder.build()); return this; } public Builder addAllExtensionRange(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllExtensionRange(iterable); return this; } public Builder clearExtensionRange() { copyOnWrite(); ((DescriptorProto) this.instance).clearExtensionRange(); return this; } public Builder removeExtensionRange(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeExtensionRange(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getOneofDeclList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getOneofDeclList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getOneofDeclCount() { return ((DescriptorProto) this.instance).getOneofDeclCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public OneofDescriptorProto getOneofDecl(int i) { return ((DescriptorProto) this.instance).getOneofDecl(i); } public Builder setOneofDecl(int i, OneofDescriptorProto oneofDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).setOneofDecl(i, oneofDescriptorProto); return this; } public Builder setOneofDecl(int i, OneofDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setOneofDecl(i, builder.build()); return this; } public Builder addOneofDecl(OneofDescriptorProto oneofDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addOneofDecl(oneofDescriptorProto); return this; } public Builder addOneofDecl(int i, OneofDescriptorProto oneofDescriptorProto) { copyOnWrite(); ((DescriptorProto) this.instance).addOneofDecl(i, oneofDescriptorProto); return this; } public Builder addOneofDecl(OneofDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addOneofDecl(builder.build()); return this; } public Builder addOneofDecl(int i, OneofDescriptorProto.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addOneofDecl(i, builder.build()); return this; } public Builder addAllOneofDecl(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllOneofDecl(iterable); return this; } public Builder clearOneofDecl() { copyOnWrite(); ((DescriptorProto) this.instance).clearOneofDecl(); return this; } public Builder removeOneofDecl(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeOneofDecl(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public boolean hasOptions() { return ((DescriptorProto) this.instance).hasOptions(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public MessageOptions getOptions() { return ((DescriptorProto) this.instance).getOptions(); } public Builder setOptions(MessageOptions messageOptions) { copyOnWrite(); ((DescriptorProto) this.instance).setOptions(messageOptions); return this; } /* JADX WARN: Multi-variable type inference failed */ public Builder setOptions(MessageOptions.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setOptions((MessageOptions) builder.build()); return this; } public Builder mergeOptions(MessageOptions messageOptions) { copyOnWrite(); ((DescriptorProto) this.instance).mergeOptions(messageOptions); return this; } public Builder clearOptions() { copyOnWrite(); ((DescriptorProto) this.instance).clearOptions(); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getReservedRangeList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getReservedRangeList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getReservedRangeCount() { return ((DescriptorProto) this.instance).getReservedRangeCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ReservedRange getReservedRange(int i) { return ((DescriptorProto) this.instance).getReservedRange(i); } public Builder setReservedRange(int i, ReservedRange reservedRange) { copyOnWrite(); ((DescriptorProto) this.instance).setReservedRange(i, reservedRange); return this; } public Builder setReservedRange(int i, ReservedRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).setReservedRange(i, builder.build()); return this; } public Builder addReservedRange(ReservedRange reservedRange) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedRange(reservedRange); return this; } public Builder addReservedRange(int i, ReservedRange reservedRange) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedRange(i, reservedRange); return this; } public Builder addReservedRange(ReservedRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedRange(builder.build()); return this; } public Builder addReservedRange(int i, ReservedRange.Builder builder) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedRange(i, builder.build()); return this; } public Builder addAllReservedRange(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllReservedRange(iterable); return this; } public Builder clearReservedRange() { copyOnWrite(); ((DescriptorProto) this.instance).clearReservedRange(); return this; } public Builder removeReservedRange(int i) { copyOnWrite(); ((DescriptorProto) this.instance).removeReservedRange(i); return this; } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public List getReservedNameList() { return Collections.unmodifiableList(((DescriptorProto) this.instance).getReservedNameList()); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public int getReservedNameCount() { return ((DescriptorProto) this.instance).getReservedNameCount(); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public String getReservedName(int i) { return ((DescriptorProto) this.instance).getReservedName(i); } @Override // com.google.protobuf.DescriptorProtos.DescriptorProtoOrBuilder public ByteString getReservedNameBytes(int i) { return ((DescriptorProto) this.instance).getReservedNameBytes(i); } public Builder setReservedName(int i, String str) { copyOnWrite(); ((DescriptorProto) this.instance).setReservedName(i, str); return this; } public Builder addReservedName(String str) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedName(str); return this; } public Builder addAllReservedName(Iterable iterable) { copyOnWrite(); ((DescriptorProto) this.instance).addAllReservedName(iterable); return this; } public Builder clearReservedName() { copyOnWrite(); ((DescriptorProto) this.instance).clearReservedName(); return this; } public Builder addReservedNameBytes(ByteString byteString) { copyOnWrite(); ((DescriptorProto) this.instance).addReservedNameBytes(byteString); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new DescriptorProto(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\n\u0000\u0001\u0001\n\n\u0000\b\u0007\u0001ဈ\u0000\u0002Л\u0003Л\u0004Л\u0005Л\u0006Л\u0007ᐉ\u0001\bЛ\t\u001b\n\u001a", new Object[]{"bitField0_", "name_", "field_", FieldDescriptorProto.class, "nestedType_", DescriptorProto.class, "enumType_", EnumDescriptorProto.class, "extensionRange_", ExtensionRange.class, "extension_", FieldDescriptorProto.class, "options_", "oneofDecl_", OneofDescriptorProto.class, "reservedRange_", ReservedRange.class, "reservedName_"}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (DescriptorProto.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return Byte.valueOf(this.memoizedIsInitialized); case 7: this.memoizedIsInitialized = (byte) (obj == null ? 0 : 1); return null; default: throw new UnsupportedOperationException(); } } static { DescriptorProto descriptorProto = new DescriptorProto(); DEFAULT_INSTANCE = descriptorProto; GeneratedMessageLite.registerDefaultInstance(DescriptorProto.class, descriptorProto); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public static final class ExtensionRangeOptions extends GeneratedMessageLite.ExtendableMessage implements ExtensionRangeOptionsOrBuilder { private static final ExtensionRangeOptions DEFAULT_INSTANCE; private static volatile Parser PARSER = null; public static final int UNINTERPRETED_OPTION_FIELD_NUMBER = 999; private byte memoizedIsInitialized = 2; private Internal.ProtobufList uninterpretedOption_ = GeneratedMessageLite.emptyProtobufList(); public static ExtensionRangeOptions getDefaultInstance() { return DEFAULT_INSTANCE; } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public List getUninterpretedOptionList() { return this.uninterpretedOption_; } public List getUninterpretedOptionOrBuilderList() { return this.uninterpretedOption_; } private ExtensionRangeOptions() { } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public int getUninterpretedOptionCount() { return this.uninterpretedOption_.size(); } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public UninterpretedOption getUninterpretedOption(int i) { return this.uninterpretedOption_.get(i); } public UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int i) { return this.uninterpretedOption_.get(i); } private void ensureUninterpretedOptionIsMutable() { Internal.ProtobufList protobufList = this.uninterpretedOption_; if (protobufList.isModifiable()) { return; } this.uninterpretedOption_ = GeneratedMessageLite.mutableCopy(protobufList); } /* JADX INFO: Access modifiers changed from: private */ public void setUninterpretedOption(int i, UninterpretedOption uninterpretedOption) { uninterpretedOption.getClass(); ensureUninterpretedOptionIsMutable(); this.uninterpretedOption_.set(i, uninterpretedOption); } /* JADX INFO: Access modifiers changed from: private */ public void addUninterpretedOption(UninterpretedOption uninterpretedOption) { uninterpretedOption.getClass(); ensureUninterpretedOptionIsMutable(); this.uninterpretedOption_.add(uninterpretedOption); } /* JADX INFO: Access modifiers changed from: private */ public void addUninterpretedOption(int i, UninterpretedOption uninterpretedOption) { uninterpretedOption.getClass(); ensureUninterpretedOptionIsMutable(); this.uninterpretedOption_.add(i, uninterpretedOption); } /* JADX INFO: Access modifiers changed from: private */ public void addAllUninterpretedOption(Iterable iterable) { ensureUninterpretedOptionIsMutable(); AbstractMessageLite.addAll((Iterable) iterable, (List) this.uninterpretedOption_); } /* JADX INFO: Access modifiers changed from: private */ public void clearUninterpretedOption() { this.uninterpretedOption_ = GeneratedMessageLite.emptyProtobufList(); } /* JADX INFO: Access modifiers changed from: private */ public void removeUninterpretedOption(int i) { ensureUninterpretedOptionIsMutable(); this.uninterpretedOption_.remove(i); } public static ExtensionRangeOptions parseFrom(ByteBuffer byteBuffer) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer); } public static ExtensionRangeOptions parseFrom(ByteBuffer byteBuffer, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteBuffer, extensionRegistryLite); } public static ExtensionRangeOptions parseFrom(ByteString byteString) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString); } public static ExtensionRangeOptions parseFrom(ByteString byteString, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, byteString, extensionRegistryLite); } public static ExtensionRangeOptions parseFrom(byte[] bArr) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr); } public static ExtensionRangeOptions parseFrom(byte[] bArr, ExtensionRegistryLite extensionRegistryLite) throws InvalidProtocolBufferException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, bArr, extensionRegistryLite); } public static ExtensionRangeOptions parseFrom(InputStream inputStream) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream); } public static ExtensionRangeOptions parseFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ExtensionRangeOptions parseDelimitedFrom(InputStream inputStream) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream); } public static ExtensionRangeOptions parseDelimitedFrom(InputStream inputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseDelimitedFrom(DEFAULT_INSTANCE, inputStream, extensionRegistryLite); } public static ExtensionRangeOptions parseFrom(CodedInputStream codedInputStream) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream); } public static ExtensionRangeOptions parseFrom(CodedInputStream codedInputStream, ExtensionRegistryLite extensionRegistryLite) throws IOException { return (ExtensionRangeOptions) GeneratedMessageLite.parseFrom(DEFAULT_INSTANCE, codedInputStream, extensionRegistryLite); } /* JADX WARN: Multi-variable type inference failed */ public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } /* JADX WARN: Multi-variable type inference failed */ public static Builder newBuilder(ExtensionRangeOptions extensionRangeOptions) { return (Builder) DEFAULT_INSTANCE.createBuilder(extensionRangeOptions); } public static final class Builder extends GeneratedMessageLite.ExtendableBuilder implements ExtensionRangeOptionsOrBuilder { public /* synthetic */ Builder(AnonymousClass1 anonymousClass1) { this(); } private Builder() { super(ExtensionRangeOptions.DEFAULT_INSTANCE); } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public List getUninterpretedOptionList() { return Collections.unmodifiableList(((ExtensionRangeOptions) this.instance).getUninterpretedOptionList()); } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public int getUninterpretedOptionCount() { return ((ExtensionRangeOptions) this.instance).getUninterpretedOptionCount(); } @Override // com.google.protobuf.DescriptorProtos.ExtensionRangeOptionsOrBuilder public UninterpretedOption getUninterpretedOption(int i) { return ((ExtensionRangeOptions) this.instance).getUninterpretedOption(i); } public Builder setUninterpretedOption(int i, UninterpretedOption uninterpretedOption) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).setUninterpretedOption(i, uninterpretedOption); return this; } public Builder setUninterpretedOption(int i, UninterpretedOption.Builder builder) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).setUninterpretedOption(i, builder.build()); return this; } public Builder addUninterpretedOption(UninterpretedOption uninterpretedOption) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).addUninterpretedOption(uninterpretedOption); return this; } public Builder addUninterpretedOption(int i, UninterpretedOption uninterpretedOption) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).addUninterpretedOption(i, uninterpretedOption); return this; } public Builder addUninterpretedOption(UninterpretedOption.Builder builder) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).addUninterpretedOption(builder.build()); return this; } public Builder addUninterpretedOption(int i, UninterpretedOption.Builder builder) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).addUninterpretedOption(i, builder.build()); return this; } public Builder addAllUninterpretedOption(Iterable iterable) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).addAllUninterpretedOption(iterable); return this; } public Builder clearUninterpretedOption() { copyOnWrite(); ((ExtensionRangeOptions) this.instance).clearUninterpretedOption(); return this; } public Builder removeUninterpretedOption(int i) { copyOnWrite(); ((ExtensionRangeOptions) this.instance).removeUninterpretedOption(i); return this; } } @Override // com.google.protobuf.GeneratedMessageLite public final Object dynamicMethod(GeneratedMessageLite.MethodToInvoke methodToInvoke, Object obj, Object obj2) { AnonymousClass1 anonymousClass1 = null; switch (AnonymousClass1.$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke[methodToInvoke.ordinal()]) { case 1: return new ExtensionRangeOptions(); case 2: return new Builder(anonymousClass1); case 3: return GeneratedMessageLite.newMessageInfo(DEFAULT_INSTANCE, "\u0001\u0001\u0000\u0000ϧϧ\u0001\u0000\u0001\u0001ϧЛ", new Object[]{"uninterpretedOption_", UninterpretedOption.class}); case 4: return DEFAULT_INSTANCE; case 5: Parser parser = PARSER; if (parser == null) { synchronized (ExtensionRangeOptions.class) { try { parser = PARSER; if (parser == null) { parser = new GeneratedMessageLite.DefaultInstanceBasedParser<>(DEFAULT_INSTANCE); PARSER = parser; } } finally { } } } return parser; case 6: return Byte.valueOf(this.memoizedIsInitialized); case 7: this.memoizedIsInitialized = (byte) (obj == null ? 0 : 1); return null; default: throw new UnsupportedOperationException(); } } static { ExtensionRangeOptions extensionRangeOptions = new ExtensionRangeOptions(); DEFAULT_INSTANCE = extensionRangeOptions; GeneratedMessageLite.registerDefaultInstance(ExtensionRangeOptions.class, extensionRangeOptions); } public static Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public static final class FieldDescriptorProto extends GeneratedMessageLite implements FieldDescriptorProtoOrBuilder { private static final FieldDescriptorProto DEFAULT_INSTANCE; public static final int DEFAULT_VALUE_FIELD_NUMBER = 7; public static final int EXTENDEE_FIELD_NUMBER = 2; public static final int JSON_NAME_FIELD_NUMBER = 10; public static final int LABEL_FIELD_NUMBER = 4; public static final int NAME_FIELD_NUMBER = 1; public static final int NUMBER_FIELD_NUMBER = 3; public static final int ONEOF_INDEX_FIELD_NUMBER = 9; public static final int OPTIONS_FIELD_NUMBER = 8; private static volatile Parser PARSER = null; public static final int PROTO3_OPTIONAL_FIELD_NUMBER = 17; public static final int TYPE_FIELD_NUMBER = 5; public static final int TYPE_NAME_FIELD_NUMBER = 6; private int bitField0_; private int number_; private int oneofIndex_; private FieldOptions options_; private boolean proto3Optional_; private byte memoizedIsInitialized = 2; private String name_ = ""; private int label_ = 1; private int type_ = 1; private String typeName_ = ""; private String extendee_ = ""; private String defaultValue_ = ""; private String jsonName_ = ""; /* JADX INFO: Access modifiers changed from: private */ public void clearLabel() { this.bitField0_ &= -5; this.label_ = 1; } /* JADX INFO: Access modifiers changed from: private */ public void clearNumber() { this.bitField0_ &= -3; this.number_ = 0; } /* JADX INFO: Access modifiers changed from: private */ public void clearOneofIndex() { this.bitField0_ &= -129; this.oneofIndex_ = 0; } /* JADX INFO: Access modifiers changed from: private */ public void clearOptions() { this.options_ = null; this.bitField0_ &= -513; } /* JADX INFO: Access modifiers changed from: private */ public void clearProto3Optional() { this.bitField0_ &= -1025; this.proto3Optional_ = false; } /* JADX INFO: Access modifiers changed from: private */ public void clearType() { this.bitField0_ &= -9; this.type_ = 1; } public static FieldDescriptorProto getDefaultInstance() { return DEFAULT_INSTANCE; } /* JADX INFO: Access modifiers changed from: private */ public void setNumber(int i) { this.bitField0_ |= 2; this.number_ = i; } /* JADX INFO: Access modifiers changed from: private */ public void setOneofIndex(int i) { this.bitField0_ |= 128; this.oneofIndex_ = i; } /* JADX INFO: Access modifiers changed from: private */ public void setProto3Optional(boolean z) { this.bitField0_ |= 1024; this.proto3Optional_ = z; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public String getDefaultValue() { return this.defaultValue_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public String getExtendee() { return this.extendee_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public String getJsonName() { return this.jsonName_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public String getName() { return this.name_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public int getNumber() { return this.number_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public int getOneofIndex() { return this.oneofIndex_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean getProto3Optional() { return this.proto3Optional_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public String getTypeName() { return this.typeName_; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasDefaultValue() { return (this.bitField0_ & 64) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasExtendee() { return (this.bitField0_ & 32) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasJsonName() { return (this.bitField0_ & 256) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasLabel() { return (this.bitField0_ & 4) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasName() { return (this.bitField0_ & 1) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasNumber() { return (this.bitField0_ & 2) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasOneofIndex() { return (this.bitField0_ & 128) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasOptions() { return (this.bitField0_ & 512) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasProto3Optional() { return (this.bitField0_ & 1024) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasType() { return (this.bitField0_ & 8) != 0; } @Override // com.google.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder public boolean hasTypeName() { return (this.bitField0_ & 16) != 0; } private FieldDescriptorProto() { } public enum Type implements Internal.EnumLite { TYPE_DOUBLE(1), TYPE_FLOAT(2), TYPE_INT64(3), TYPE_UINT64(4), TYPE_INT32(5), TYPE_FIXED64(6), TYPE_FIXED32(7), TYPE_BOOL(8), TYPE_STRING(9), TYPE_GROUP(10), TYPE_MESSAGE(11), TYPE_BYTES(12), TYPE_UINT32(13), TYPE_ENUM(14), TYPE_SFIXED32(15), TYPE_SFIXED64(16), TYPE_SINT32(17), TYPE_SINT64(18); public static final int TYPE_BOOL_VALUE = 8; public static final int TYPE_BYTES_VALUE = 12; public static final int TYPE_DOUBLE_VALUE = 1; public static final int TYPE_ENUM_VALUE = 14; public static final int TYPE_FIXED32_VALUE = 7; public static final int TYPE_FIXED64_VALUE = 6; public static final int TYPE_FLOAT_VALUE = 2; public static final int TYPE_GROUP_VALUE = 10; public static final int TYPE_INT32_VALUE = 5; public static final int TYPE_INT64_VALUE = 3; public static final int TYPE_MESSAGE_VALUE = 11; public static final int TYPE_SFIXED32_VALUE = 15; public static final int TYPE_SFIXED64_VALUE = 16; public static final int TYPE_SINT32_VALUE = 17; public static final int TYPE_SINT64_VALUE = 18; public static final int TYPE_STRING_VALUE = 9; public static final int TYPE_UINT32_VALUE = 13; public static final int TYPE_UINT64_VALUE = 4; private static final Internal.EnumLiteMap internalValueMap = new Internal.EnumLiteMap() { // from class: com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Type.1 @Override // com.google.protobuf.Internal.EnumLiteMap public Type findValueByNumber(int i) { return Type.forNumber(i); } }; private final int value; public static Type forNumber(int i) { switch (i) { case 1: return TYPE_DOUBLE; case 2: return TYPE_FLOAT; case 3: return TYPE_INT64; case 4: return TYPE_UINT64; case 5: return TYPE_INT32; case 6: return TYPE_FIXED64; case 7: return TYPE_FIXED32; case 8: return TYPE_BOOL; case 9: return TYPE_STRING; case 10: return TYPE_GROUP; case 11: return TYPE_MESSAGE; case 12: return TYPE_BYTES; case 13: return TYPE_UINT32; case 14: return TYPE_ENUM; case 15: return TYPE_SFIXED32; case 16: return TYPE_SFIXED64; case 17: return TYPE_SINT32; case 18: return TYPE_SINT64; default: return null; } } public static Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } @Override // com.google.protobuf.Internal.EnumLite public final int getNumber() { return this.value; } @Deprecated public static Type valueOf(int i) { return forNumber(i); } public static Internal.EnumVerifier internalGetVerifier() { return TypeVerifier.INSTANCE; } public static final class TypeVerifier implements Internal.EnumVerifier { static final Internal.EnumVerifier INSTANCE = new TypeVerifier(); private TypeVerifier() { } @Override // com.google.protobuf.Internal.EnumVerifier public boolean isInRange(int i) { return Type.forNumber(i) != null; } } Type(int i) { this.value = i; } } public enum Label implements Internal.EnumLite { LABEL_OPTIONAL(1), LABEL_REQUIRED(2), LABEL_REPEATED(3); public static final int LABEL_OPTIONAL_VALUE = 1; public static final int LABEL_REPEATED_VALUE = 3; public static final int LABEL_REQUIRED_VALUE = 2; private static final Internal.EnumLiteMap