// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: crx3.proto
// Protobuf C++ Version: 7.35.1

#ifndef crx3_2eproto_2epb_2eh
#define crx3_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_crx3_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_crx3_2eproto {
  static const ::uint32_t offsets[];
};
namespace crx_file {
class AsymmetricKeyProof;
struct AsymmetricKeyProofGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AsymmetricKeyProofGlobalsTypeInternal AsymmetricKeyProof_globals_;
extern const ::google::protobuf::internal::ClassDataLite AsymmetricKeyProof_class_data_;
#else
extern const AsymmetricKeyProofGlobalsTypeInternal AsymmetricKeyProof_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class CrxFileHeader;
struct CrxFileHeaderGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern CrxFileHeaderGlobalsTypeInternal CrxFileHeader_globals_;
extern const ::google::protobuf::internal::ClassDataLite CrxFileHeader_class_data_;
#else
extern const CrxFileHeaderGlobalsTypeInternal CrxFileHeader_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class SignedData;
struct SignedDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SignedDataGlobalsTypeInternal SignedData_globals_;
extern const ::google::protobuf::internal::ClassDataLite SignedData_class_data_;
#else
extern const SignedDataGlobalsTypeInternal SignedData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace crx_file
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace crx_file {

// ===================================================================


// -------------------------------------------------------------------

class  SignedData final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:crx_file.SignedData) */ {
 public:
  inline SignedData() : SignedData(nullptr) {}
  ~SignedData() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(SignedData* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(SignedData));
  }
#endif

  template <typename = void>
  explicit constexpr SignedData(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline SignedData(const SignedData& from) : SignedData(nullptr, from) {}
  inline SignedData(SignedData&& from) noexcept : SignedData(nullptr, ::std::move(from)) {}
  inline SignedData& operator=(const SignedData& from) {
    CopyFrom(from);
    return *this;
  }
  inline SignedData& operator=(SignedData&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const SignedData& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<SignedData>(&SignedData_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(SignedData& a, SignedData& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(SignedData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(SignedData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  SignedData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<SignedData>(arena);
  }
  void CopyFrom(const SignedData& from);
  void MergeFrom(const SignedData& from) { SignedData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(SignedData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "crx_file.SignedData"; }

  explicit SignedData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  SignedData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SignedData& from);
  SignedData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, SignedData&& from) noexcept
      : SignedData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kCrxIdFieldNumber = 1,
  };
  // optional bytes crx_id = 1;
  bool has_crx_id()
      const;
  void clear_crx_id() ;
  const ::std::string& crx_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_crx_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_crx_id();
  ::std::string* PROTOBUF_NULLABLE release_crx_id();
  void set_allocated_crx_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_crx_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_crx_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_crx_id();

  public:
  // @@protoc_insertion_point(class_scope:crx_file.SignedData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const SignedData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr crx_id_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_crx3_2eproto;
};
// -------------------------------------------------------------------

class  AsymmetricKeyProof final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:crx_file.AsymmetricKeyProof) */ {
 public:
  inline AsymmetricKeyProof() : AsymmetricKeyProof(nullptr) {}
  ~AsymmetricKeyProof() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(AsymmetricKeyProof* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(AsymmetricKeyProof));
  }
#endif

  template <typename = void>
  explicit constexpr AsymmetricKeyProof(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline AsymmetricKeyProof(const AsymmetricKeyProof& from) : AsymmetricKeyProof(nullptr, from) {}
  inline AsymmetricKeyProof(AsymmetricKeyProof&& from) noexcept : AsymmetricKeyProof(nullptr, ::std::move(from)) {}
  inline AsymmetricKeyProof& operator=(const AsymmetricKeyProof& from) {
    CopyFrom(from);
    return *this;
  }
  inline AsymmetricKeyProof& operator=(AsymmetricKeyProof&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const AsymmetricKeyProof& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<AsymmetricKeyProof>(&AsymmetricKeyProof_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(AsymmetricKeyProof& a, AsymmetricKeyProof& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(AsymmetricKeyProof* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(AsymmetricKeyProof* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  AsymmetricKeyProof* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<AsymmetricKeyProof>(arena);
  }
  void CopyFrom(const AsymmetricKeyProof& from);
  void MergeFrom(const AsymmetricKeyProof& from) { AsymmetricKeyProof::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(AsymmetricKeyProof* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "crx_file.AsymmetricKeyProof"; }

  explicit AsymmetricKeyProof(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AsymmetricKeyProof(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AsymmetricKeyProof& from);
  AsymmetricKeyProof(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AsymmetricKeyProof&& from) noexcept
      : AsymmetricKeyProof(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kPublicKeyFieldNumber = 1,
    kSignatureFieldNumber = 2,
  };
  // optional bytes public_key = 1;
  bool has_public_key()
      const;
  void clear_public_key() ;
  const ::std::string& public_key() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_public_key(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_public_key();
  ::std::string* PROTOBUF_NULLABLE release_public_key();
  void set_allocated_public_key(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_public_key() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_public_key(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_public_key();

  public:
  // optional bytes signature = 2;
  bool has_signature()
      const;
  void clear_signature() ;
  const ::std::string& signature() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_signature(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_signature();
  ::std::string* PROTOBUF_NULLABLE release_signature();
  void set_allocated_signature(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_signature() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_signature(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_signature();

  public:
  // @@protoc_insertion_point(class_scope:crx_file.AsymmetricKeyProof)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const AsymmetricKeyProof& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr public_key_;
    ::google::protobuf::internal::ArenaStringPtr signature_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_crx3_2eproto;
};
// -------------------------------------------------------------------

class  CrxFileHeader final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:crx_file.CrxFileHeader) */ {
 public:
  inline CrxFileHeader() : CrxFileHeader(nullptr) {}
  ~CrxFileHeader() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(CrxFileHeader* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(CrxFileHeader));
  }
#endif

  template <typename = void>
  explicit constexpr CrxFileHeader(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline CrxFileHeader(const CrxFileHeader& from) : CrxFileHeader(nullptr, from) {}
  inline CrxFileHeader(CrxFileHeader&& from) noexcept : CrxFileHeader(nullptr, ::std::move(from)) {}
  inline CrxFileHeader& operator=(const CrxFileHeader& from) {
    CopyFrom(from);
    return *this;
  }
  inline CrxFileHeader& operator=(CrxFileHeader&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const CrxFileHeader& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<CrxFileHeader>(&CrxFileHeader_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(CrxFileHeader& a, CrxFileHeader& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(CrxFileHeader* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(CrxFileHeader* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  CrxFileHeader* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<CrxFileHeader>(arena);
  }
  void CopyFrom(const CrxFileHeader& from);
  void MergeFrom(const CrxFileHeader& from) { CrxFileHeader::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(CrxFileHeader* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "crx_file.CrxFileHeader"; }

  explicit CrxFileHeader(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  CrxFileHeader(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const CrxFileHeader& from);
  CrxFileHeader(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, CrxFileHeader&& from) noexcept
      : CrxFileHeader(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kSha256WithRsaFieldNumber = 2,
    kSha256WithEcdsaFieldNumber = 3,
    kVerifiedContentsFieldNumber = 4,
    kSignedHeaderDataFieldNumber = 10000,
  };
  // repeated .crx_file.AsymmetricKeyProof sha256_with_rsa = 2;
  int sha256_with_rsa_size()
      const;
  private:
  int _internal_sha256_with_rsa_size() const;

  public:
  void clear_sha256_with_rsa() ;
  const ::crx_file::AsymmetricKeyProof& sha256_with_rsa(int index) const;
  ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL mutable_sha256_with_rsa(int index);
  ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL add_sha256_with_rsa();
  const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>&
  sha256_with_rsa() const;
  ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
  mutable_sha256_with_rsa();

  private:
  const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>& _internal_sha256_with_rsa() const;
  ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL _internal_mutable_sha256_with_rsa();

  public:
  // repeated .crx_file.AsymmetricKeyProof sha256_with_ecdsa = 3;
  int sha256_with_ecdsa_size()
      const;
  private:
  int _internal_sha256_with_ecdsa_size() const;

  public:
  void clear_sha256_with_ecdsa() ;
  const ::crx_file::AsymmetricKeyProof& sha256_with_ecdsa(int index) const;
  ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL mutable_sha256_with_ecdsa(int index);
  ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL add_sha256_with_ecdsa();
  const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>&
  sha256_with_ecdsa() const;
  ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
  mutable_sha256_with_ecdsa();

  private:
  const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>& _internal_sha256_with_ecdsa() const;
  ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL _internal_mutable_sha256_with_ecdsa();

  public:
  // optional bytes verified_contents = 4;
  bool has_verified_contents()
      const;
  void clear_verified_contents() ;
  const ::std::string& verified_contents() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_verified_contents(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_verified_contents();
  ::std::string* PROTOBUF_NULLABLE release_verified_contents();
  void set_allocated_verified_contents(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_verified_contents() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_verified_contents(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_verified_contents();

  public:
  // optional bytes signed_header_data = 10000;
  bool has_signed_header_data()
      const;
  void clear_signed_header_data() ;
  const ::std::string& signed_header_data() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_signed_header_data(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_signed_header_data();
  ::std::string* PROTOBUF_NULLABLE release_signed_header_data();
  void set_allocated_signed_header_data(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_signed_header_data() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_signed_header_data(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_signed_header_data();

  public:
  // @@protoc_insertion_point(class_scope:crx_file.CrxFileHeader)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          2, 0,
                          7>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const CrxFileHeader& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::crx_file::AsymmetricKeyProof > sha256_with_rsa_;
    ::google::protobuf::RepeatedPtrField< ::crx_file::AsymmetricKeyProof > sha256_with_ecdsa_;
    ::google::protobuf::internal::ArenaStringPtr verified_contents_;
    ::google::protobuf::internal::ArenaStringPtr signed_header_data_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_crx3_2eproto;
};

// ===================================================================




// ===================================================================


#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// -------------------------------------------------------------------

// CrxFileHeader

// repeated .crx_file.AsymmetricKeyProof sha256_with_rsa = 2;
inline int CrxFileHeader::_internal_sha256_with_rsa_size() const {
  return _internal_sha256_with_rsa().size();
}
inline int CrxFileHeader::sha256_with_rsa_size() const {
  return _internal_sha256_with_rsa_size();
}
inline void CrxFileHeader::clear_sha256_with_rsa() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sha256_with_rsa_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::crx_file::AsymmetricKeyProof& CrxFileHeader::sha256_with_rsa(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.CrxFileHeader.sha256_with_rsa)
  return _internal_sha256_with_rsa().Get(index);
}
inline ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL CrxFileHeader::mutable_sha256_with_rsa(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:crx_file.CrxFileHeader.sha256_with_rsa)
  return _internal_mutable_sha256_with_rsa()->Mutable(index);
}
inline ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL CrxFileHeader::add_sha256_with_rsa()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::crx_file::AsymmetricKeyProof* _add =
      _internal_mutable_sha256_with_rsa()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:crx_file.CrxFileHeader.sha256_with_rsa)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>& CrxFileHeader::sha256_with_rsa() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:crx_file.CrxFileHeader.sha256_with_rsa)
  return _internal_sha256_with_rsa();
}
inline ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
CrxFileHeader::mutable_sha256_with_rsa() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:crx_file.CrxFileHeader.sha256_with_rsa)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_sha256_with_rsa();
}
inline const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>&
CrxFileHeader::_internal_sha256_with_rsa() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sha256_with_rsa_;
}
inline ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
CrxFileHeader::_internal_mutable_sha256_with_rsa() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.sha256_with_rsa_;
}

// repeated .crx_file.AsymmetricKeyProof sha256_with_ecdsa = 3;
inline int CrxFileHeader::_internal_sha256_with_ecdsa_size() const {
  return _internal_sha256_with_ecdsa().size();
}
inline int CrxFileHeader::sha256_with_ecdsa_size() const {
  return _internal_sha256_with_ecdsa_size();
}
inline void CrxFileHeader::clear_sha256_with_ecdsa() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sha256_with_ecdsa_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::crx_file::AsymmetricKeyProof& CrxFileHeader::sha256_with_ecdsa(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.CrxFileHeader.sha256_with_ecdsa)
  return _internal_sha256_with_ecdsa().Get(index);
}
inline ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL CrxFileHeader::mutable_sha256_with_ecdsa(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:crx_file.CrxFileHeader.sha256_with_ecdsa)
  return _internal_mutable_sha256_with_ecdsa()->Mutable(index);
}
inline ::crx_file::AsymmetricKeyProof* PROTOBUF_NONNULL CrxFileHeader::add_sha256_with_ecdsa()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::crx_file::AsymmetricKeyProof* _add =
      _internal_mutable_sha256_with_ecdsa()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:crx_file.CrxFileHeader.sha256_with_ecdsa)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>& CrxFileHeader::sha256_with_ecdsa() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:crx_file.CrxFileHeader.sha256_with_ecdsa)
  return _internal_sha256_with_ecdsa();
}
inline ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
CrxFileHeader::mutable_sha256_with_ecdsa() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:crx_file.CrxFileHeader.sha256_with_ecdsa)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_sha256_with_ecdsa();
}
inline const ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>&
CrxFileHeader::_internal_sha256_with_ecdsa() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sha256_with_ecdsa_;
}
inline ::google::protobuf::RepeatedPtrField<::crx_file::AsymmetricKeyProof>* PROTOBUF_NONNULL
CrxFileHeader::_internal_mutable_sha256_with_ecdsa() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.sha256_with_ecdsa_;
}

// optional bytes verified_contents = 4;
inline bool CrxFileHeader::has_verified_contents() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void CrxFileHeader::clear_verified_contents() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.verified_contents_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& CrxFileHeader::verified_contents() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.CrxFileHeader.verified_contents)
  return _internal_verified_contents();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void CrxFileHeader::set_verified_contents(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.verified_contents_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:crx_file.CrxFileHeader.verified_contents)
}
inline ::std::string* PROTOBUF_NONNULL CrxFileHeader::mutable_verified_contents()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_verified_contents();
  // @@protoc_insertion_point(field_mutable:crx_file.CrxFileHeader.verified_contents)
  return _s;
}
inline const ::std::string& CrxFileHeader::_internal_verified_contents() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.verified_contents_.Get();
}
inline void CrxFileHeader::_internal_set_verified_contents(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.verified_contents_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL CrxFileHeader::_internal_mutable_verified_contents() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.verified_contents_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE CrxFileHeader::release_verified_contents() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:crx_file.CrxFileHeader.verified_contents)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.verified_contents_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.verified_contents_.Set("", GetArena());
  }
  return released;
}
inline void CrxFileHeader::set_allocated_verified_contents(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.verified_contents_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.verified_contents_.IsDefault()) {
    _impl_.verified_contents_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:crx_file.CrxFileHeader.verified_contents)
}

// optional bytes signed_header_data = 10000;
inline bool CrxFileHeader::has_signed_header_data() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void CrxFileHeader::clear_signed_header_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.signed_header_data_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& CrxFileHeader::signed_header_data() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.CrxFileHeader.signed_header_data)
  return _internal_signed_header_data();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void CrxFileHeader::set_signed_header_data(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.signed_header_data_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:crx_file.CrxFileHeader.signed_header_data)
}
inline ::std::string* PROTOBUF_NONNULL CrxFileHeader::mutable_signed_header_data()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_signed_header_data();
  // @@protoc_insertion_point(field_mutable:crx_file.CrxFileHeader.signed_header_data)
  return _s;
}
inline const ::std::string& CrxFileHeader::_internal_signed_header_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.signed_header_data_.Get();
}
inline void CrxFileHeader::_internal_set_signed_header_data(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.signed_header_data_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL CrxFileHeader::_internal_mutable_signed_header_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.signed_header_data_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE CrxFileHeader::release_signed_header_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:crx_file.CrxFileHeader.signed_header_data)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.signed_header_data_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.signed_header_data_.Set("", GetArena());
  }
  return released;
}
inline void CrxFileHeader::set_allocated_signed_header_data(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.signed_header_data_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.signed_header_data_.IsDefault()) {
    _impl_.signed_header_data_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:crx_file.CrxFileHeader.signed_header_data)
}

// -------------------------------------------------------------------

// AsymmetricKeyProof

// optional bytes public_key = 1;
inline bool AsymmetricKeyProof::has_public_key() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void AsymmetricKeyProof::clear_public_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.public_key_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& AsymmetricKeyProof::public_key() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.AsymmetricKeyProof.public_key)
  return _internal_public_key();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AsymmetricKeyProof::set_public_key(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.public_key_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:crx_file.AsymmetricKeyProof.public_key)
}
inline ::std::string* PROTOBUF_NONNULL AsymmetricKeyProof::mutable_public_key()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_public_key();
  // @@protoc_insertion_point(field_mutable:crx_file.AsymmetricKeyProof.public_key)
  return _s;
}
inline const ::std::string& AsymmetricKeyProof::_internal_public_key() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.public_key_.Get();
}
inline void AsymmetricKeyProof::_internal_set_public_key(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.public_key_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AsymmetricKeyProof::_internal_mutable_public_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.public_key_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AsymmetricKeyProof::release_public_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:crx_file.AsymmetricKeyProof.public_key)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.public_key_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.public_key_.Set("", GetArena());
  }
  return released;
}
inline void AsymmetricKeyProof::set_allocated_public_key(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.public_key_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.public_key_.IsDefault()) {
    _impl_.public_key_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:crx_file.AsymmetricKeyProof.public_key)
}

// optional bytes signature = 2;
inline bool AsymmetricKeyProof::has_signature() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void AsymmetricKeyProof::clear_signature() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.signature_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& AsymmetricKeyProof::signature() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.AsymmetricKeyProof.signature)
  return _internal_signature();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AsymmetricKeyProof::set_signature(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.signature_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:crx_file.AsymmetricKeyProof.signature)
}
inline ::std::string* PROTOBUF_NONNULL AsymmetricKeyProof::mutable_signature()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_signature();
  // @@protoc_insertion_point(field_mutable:crx_file.AsymmetricKeyProof.signature)
  return _s;
}
inline const ::std::string& AsymmetricKeyProof::_internal_signature() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.signature_.Get();
}
inline void AsymmetricKeyProof::_internal_set_signature(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.signature_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AsymmetricKeyProof::_internal_mutable_signature() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.signature_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AsymmetricKeyProof::release_signature() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:crx_file.AsymmetricKeyProof.signature)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.signature_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.signature_.Set("", GetArena());
  }
  return released;
}
inline void AsymmetricKeyProof::set_allocated_signature(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.signature_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.signature_.IsDefault()) {
    _impl_.signature_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:crx_file.AsymmetricKeyProof.signature)
}

// -------------------------------------------------------------------

// SignedData

// optional bytes crx_id = 1;
inline bool SignedData::has_crx_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void SignedData::clear_crx_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.crx_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& SignedData::crx_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:crx_file.SignedData.crx_id)
  return _internal_crx_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void SignedData::set_crx_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.crx_id_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:crx_file.SignedData.crx_id)
}
inline ::std::string* PROTOBUF_NONNULL SignedData::mutable_crx_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_crx_id();
  // @@protoc_insertion_point(field_mutable:crx_file.SignedData.crx_id)
  return _s;
}
inline const ::std::string& SignedData::_internal_crx_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.crx_id_.Get();
}
inline void SignedData::_internal_set_crx_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.crx_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL SignedData::_internal_mutable_crx_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.crx_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE SignedData::release_crx_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:crx_file.SignedData.crx_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.crx_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.crx_id_.Set("", GetArena());
  }
  return released;
}
inline void SignedData::set_allocated_crx_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.crx_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.crx_id_.IsDefault()) {
    _impl_.crx_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:crx_file.SignedData.crx_id)
}

#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)
}  // namespace crx_file


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // crx3_2eproto_2epb_2eh
