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

#include "signer_set.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace chrome_root_store {
class SignerOperator::_Internal {
 public:
  using HasBits = decltype(::std::declval<SignerOperator>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_._has_bits_);
};

constexpr SignerOperator::ParseTableT_ SignerOperator::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::chrome_root_store::SignerOperator>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated string email = 2;
      {::_pbi::TcParser::FastUR1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_.email_)}},
      // string name = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_.name_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string name = 1;
      {PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_.name_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // repeated string email = 2;
      {PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_.email_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kUtf8String | ::_fl::kRepSString)},
    }},
    // no aux_entries
    {{
      "\40\4\5\0\0\0\0\0"
      "chrome_root_store.SignerOperator"
      "name"
      "email"
    }},
  };
}


inline constexpr SignerOperator::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        email_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerOperator,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerOperator, _impl_.email_)>()
         }
        ,
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

template <typename>
constexpr SignerOperator::SignerOperator(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL SignerOperator::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) SignerOperator(arena);
}
constexpr auto SignerOperator::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(SignerOperator), alignof(SignerOperator));
}
constexpr auto SignerOperator::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &SignerOperator::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<SignerOperator>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &SignerOperator::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<SignerOperator>(), &SignerOperator::ByteSizeLong,
              &SignerOperator::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(SignerOperator, _impl_._cached_size_),
          true,
      },
      "chrome_root_store.SignerOperator",
  };
}
struct SignerOperatorGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr SignerOperatorGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 SignerOperator_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(SignerOperator::InternalGenerateClassData_(
            _default, &SignerOperator_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<SignerOperator>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~SignerOperatorGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) SignerOperator _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<SignerOperator>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(SignerOperatorGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SignerOperatorGlobalsTypeInternal SignerOperator_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SignerOperator_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SignerOperator_globals_.GetClassData();
#else
  return SignerOperator_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class StateChange::_Internal {
 public:
  using HasBits = decltype(::std::declval<StateChange>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(StateChange, _impl_._has_bits_);
};

constexpr StateChange::ParseTableT_ StateChange::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StateChange, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::chrome_root_store::StateChange>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .chrome_root_store.Timestamp state_start = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_start_)}},
      // .chrome_root_store.SignerState state = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .chrome_root_store.SignerState state = 1;
      {PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .chrome_root_store.Timestamp state_start = 2;
      {PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_start_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Timestamp>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Timestamp_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr StateChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        state_start_{nullptr},
        state_{static_cast< ::chrome_root_store::SignerState >(0)} {}

template <typename>
constexpr StateChange::StateChange(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL StateChange::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) StateChange(arena);
}
constexpr auto StateChange::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(StateChange), alignof(StateChange));
}
constexpr auto StateChange::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &StateChange::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<StateChange>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &StateChange::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<StateChange>(), &StateChange::ByteSizeLong,
              &StateChange::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(StateChange, _impl_._cached_size_),
          true,
      },
      "chrome_root_store.StateChange",
  };
}
struct StateChangeGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr StateChangeGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 StateChange_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(StateChange::InternalGenerateClassData_(
            _default, &StateChange_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<StateChange>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~StateChangeGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) StateChange _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<StateChange>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(StateChangeGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST StateChangeGlobalsTypeInternal StateChange_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* StateChange_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return StateChange_globals_.GetClassData();
#else
  return StateChange_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class OperatorChange::_Internal {
 public:
  using HasBits = decltype(::std::declval<OperatorChange>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_._has_bits_);
};

constexpr OperatorChange::ParseTableT_ OperatorChange::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::chrome_root_store::OperatorChange>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .chrome_root_store.Timestamp operator_start = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_.operator_start_)}},
      // string name = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_.name_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string name = 1;
      {PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_.name_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .chrome_root_store.Timestamp operator_start = 2;
      {PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_.operator_start_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Timestamp>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Timestamp_globals_},
        #endif
    }},
    {{
      "\40\4\0\0\0\0\0\0"
      "chrome_root_store.OperatorChange"
      "name"
    }},
  };
}


inline constexpr OperatorChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        operator_start_{nullptr} {}

template <typename>
constexpr OperatorChange::OperatorChange(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL OperatorChange::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) OperatorChange(arena);
}
constexpr auto OperatorChange::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(OperatorChange), alignof(OperatorChange));
}
constexpr auto OperatorChange::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &OperatorChange::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<OperatorChange>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &OperatorChange::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<OperatorChange>(), &OperatorChange::ByteSizeLong,
              &OperatorChange::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(OperatorChange, _impl_._cached_size_),
          true,
      },
      "chrome_root_store.OperatorChange",
  };
}
struct OperatorChangeGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr OperatorChangeGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 OperatorChange_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(OperatorChange::InternalGenerateClassData_(
            _default, &OperatorChange_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<OperatorChange>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~OperatorChangeGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) OperatorChange _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<OperatorChange>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(OperatorChangeGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST OperatorChangeGlobalsTypeInternal OperatorChange_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* OperatorChange_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return OperatorChange_globals_.GetClassData();
#else
  return OperatorChange_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class Signer::_Internal {
 public:
  using HasBits = decltype(::std::declval<Signer>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(Signer, _impl_._has_bits_);
};

constexpr Signer::ParseTableT_ Signer::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Signer, _impl_._has_bits_),
      0, // no _extensions_
      14, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294950912,  // skipmap
      offsetof(ParseTableT_, field_entries),
      14,  // num_field_entries
      4,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::chrome_root_store::Signer>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string friendly_name = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 3, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.friendly_name_)}},
      // string base_id = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 4, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.base_id_)}},
      // repeated .chrome_root_store.StateChange state_history = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 0, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.state_history_)}},
      // repeated .chrome_root_store.OperatorChange operator_history = 4;
      {::_pbi::TcParser::FastMtR1,
       {34, 1, 1,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.operator_history_)}},
      // bytes key = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 5, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.key_)}},
      // string base_url = 6;
      {::_pbi::TcParser::FastUS1,
       {50, 6, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.base_url_)}},
      // .chrome_root_store.SignerType type = 7;
      {::_pbi::TcParser::FastV32S1,
       {56, 9, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.type_)}},
      // .chrome_root_store.Realm realm = 8;
      {::_pbi::TcParser::FastV32S1,
       {64, 10, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.realm_)}},
      // .chrome_root_store.Duration max_cert_lifetime = 9;
      {::_pbi::TcParser::FastMtS1,
       {74, 8, 2,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.max_cert_lifetime_)}},
      // repeated .chrome_root_store.ConstraintSet constraints = 10;
      {::_pbi::TcParser::FastMtR1,
       {82, 2, 3,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.constraints_)}},
      // string key_sha256 = 11;
      {::_pbi::TcParser::FastUS1,
       {90, 7, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.key_sha256_)}},
      // int32 crs_root_id = 12;
      {::_pbi::TcParser::FastV32S1,
       {96, 11, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.crs_root_id_)}},
      // int32 min_log_number = 13;
      {::_pbi::TcParser::FastV32S1,
       {104, 12, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.min_log_number_)}},
      // .chrome_root_store.SignatureAlgorithm signature_algorithm = 14;
      {::_pbi::TcParser::FastV32S1,
       {112, 13, 0,
        PROTOBUF_FIELD_OFFSET(Signer, _impl_.signature_algorithm_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string friendly_name = 1;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.friendly_name_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string base_id = 2;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.base_id_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // repeated .chrome_root_store.StateChange state_history = 3;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.state_history_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .chrome_root_store.OperatorChange operator_history = 4;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.operator_history_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // bytes key = 5;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.key_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // string base_url = 6;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.base_url_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .chrome_root_store.SignerType type = 7;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.type_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .chrome_root_store.Realm realm = 8;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.realm_), _Internal::kHasBitsOffset + 10, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .chrome_root_store.Duration max_cert_lifetime = 9;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.max_cert_lifetime_), _Internal::kHasBitsOffset + 8, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .chrome_root_store.ConstraintSet constraints = 10;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.constraints_), _Internal::kHasBitsOffset + 2, 3, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // string key_sha256 = 11;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.key_sha256_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // int32 crs_root_id = 12;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.crs_root_id_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // int32 min_log_number = 13;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.min_log_number_), _Internal::kHasBitsOffset + 12, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // .chrome_root_store.SignatureAlgorithm signature_algorithm = 14;
      {PROTOBUF_FIELD_OFFSET(Signer, _impl_.signature_algorithm_), _Internal::kHasBitsOffset + 13, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::StateChange>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::StateChange_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::OperatorChange>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::OperatorChange_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Duration>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Duration_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::ConstraintSet>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::ConstraintSet_globals_},
        #endif
    }},
    {{
      "\30\15\7\0\0\0\10\0\0\0\0\12\0\0\0\0"
      "chrome_root_store.Signer"
      "friendly_name"
      "base_id"
      "base_url"
      "key_sha256"
    }},
  };
}


inline constexpr Signer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        state_history_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.state_history_)>()
         }
        ,
        operator_history_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.operator_history_)>()
         }
        ,
        constraints_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.constraints_)>()
         }
        ,
        friendly_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        base_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        base_url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        key_sha256_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        max_cert_lifetime_{nullptr},
        type_{static_cast< ::chrome_root_store::SignerType >(0)},
        realm_{static_cast< ::chrome_root_store::Realm >(0)},
        crs_root_id_{0},
        min_log_number_{0},
        signature_algorithm_{static_cast< ::chrome_root_store::SignatureAlgorithm >(0)} {}

template <typename>
constexpr Signer::Signer(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL Signer::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) Signer(arena);
}
constexpr auto Signer::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(Signer), alignof(Signer));
}
constexpr auto Signer::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &Signer::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<Signer>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &Signer::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<Signer>(), &Signer::ByteSizeLong,
              &Signer::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(Signer, _impl_._cached_size_),
          true,
      },
      "chrome_root_store.Signer",
  };
}
struct SignerGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr SignerGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 Signer_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(Signer::InternalGenerateClassData_(
            _default, &Signer_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<Signer>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~SignerGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) Signer _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<Signer>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(SignerGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SignerGlobalsTypeInternal Signer_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* Signer_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return Signer_globals_.GetClassData();
#else
  return Signer_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class SignerSet::_Internal {
 public:
  using HasBits = decltype(::std::declval<SignerSet>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(SignerSet, _impl_._has_bits_);
};

constexpr SignerSet::ParseTableT_ SignerSet::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SignerSet, _impl_._has_bits_),
      0, // no _extensions_
      6, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967232,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // num_field_entries
      4,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::chrome_root_store::SignerSet>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .chrome_root_store.Timestamp timestamp = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 4, 0,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.timestamp_)}},
      // string version = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 3, 0,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.version_)}},
      // int64 compatibility_version = 3;
      {::_pbi::TcParser::FastV64S1,
       {24, 5, 0,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.compatibility_version_)}},
      // repeated .chrome_root_store.SignerOperator operators = 4;
      {::_pbi::TcParser::FastMtR1,
       {34, 0, 1,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.operators_)}},
      // repeated .chrome_root_store.Signer issuers = 5;
      {::_pbi::TcParser::FastMtR1,
       {42, 1, 2,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.issuers_)}},
      // repeated .chrome_root_store.Signer mirrors = 6;
      {::_pbi::TcParser::FastMtR1,
       {50, 2, 3,
        PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.mirrors_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // .chrome_root_store.Timestamp timestamp = 1;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.timestamp_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // string version = 2;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.version_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // int64 compatibility_version = 3;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.compatibility_version_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // repeated .chrome_root_store.SignerOperator operators = 4;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.operators_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .chrome_root_store.Signer issuers = 5;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.issuers_), _Internal::kHasBitsOffset + 1, 2, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .chrome_root_store.Signer mirrors = 6;
      {PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.mirrors_), _Internal::kHasBitsOffset + 2, 3, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Timestamp>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Timestamp_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::SignerOperator>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::SignerOperator_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Signer>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Signer_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_root_store::Signer>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_root_store::Signer_globals_},
        #endif
    }},
    {{
      "\33\0\7\0\0\0\0\0"
      "chrome_root_store.SignerSet"
      "version"
    }},
  };
}


inline constexpr SignerSet::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        operators_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.operators_)>()
         }
        ,
        issuers_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.issuers_)>()
         }
        ,
        mirrors_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.mirrors_)>()
         }
        ,
        version_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        timestamp_{nullptr},
        compatibility_version_{::int64_t{0}} {}

template <typename>
constexpr SignerSet::SignerSet(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL SignerSet::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) SignerSet(arena);
}
constexpr auto SignerSet::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(SignerSet), alignof(SignerSet));
}
constexpr auto SignerSet::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &SignerSet::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<SignerSet>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &SignerSet::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<SignerSet>(), &SignerSet::ByteSizeLong,
              &SignerSet::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(SignerSet, _impl_._cached_size_),
          true,
      },
      "chrome_root_store.SignerSet",
  };
}
struct SignerSetGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr SignerSetGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 SignerSet_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(SignerSet::InternalGenerateClassData_(
            _default, &SignerSet_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<SignerSet>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~SignerSetGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) SignerSet _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<SignerSet>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(SignerSetGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SignerSetGlobalsTypeInternal SignerSet_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SignerSet_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SignerSet_globals_.GetClassData();
#else
  return SignerSet_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace chrome_root_store
namespace chrome_root_store {
PROTOBUF_CONSTINIT const uint32_t SignerType_internal_data_[] = {
    196608u, 0u, };
static const char SignerType_names[] = {
    "SIGNER_TYPE_ISSUER"
    "SIGNER_TYPE_MIRROR"
    "SIGNER_TYPE_UNSET"
};

static const ::google::protobuf::internal::EnumEntry SignerType_entries[] = {
    {{&SignerType_names[0], 18}, 1},
    {{&SignerType_names[18], 18}, 2},
    {{&SignerType_names[36], 17}, 0},
};

static const int SignerType_entries_by_number[] = {
    2,  // 0 -> SIGNER_TYPE_UNSET
    0,  // 1 -> SIGNER_TYPE_ISSUER
    1,  // 2 -> SIGNER_TYPE_MIRROR
};

bool SignerType_Parse(::absl::string_view name,
                                  SignerType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      SignerType_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<SignerType>(int_value);
  }
  return success;
}
::absl::string_view SignerType_Name(SignerType value) {
  int idx = ::google::protobuf::internal::LookUpEnumName(SignerType_entries,
                                  SignerType_entries_by_number,
                                  3, value);
  return idx == -1
             ? ""
             : SignerType_entries[SignerType_entries_by_number[idx]]
                   .name;
}
PROTOBUF_CONSTINIT const uint32_t Realm_internal_data_[] = {
    196608u, 0u, };
static const char Realm_names[] = {
    "REALM_PUBLICLY_TRUSTED"
    "REALM_UNSET"
    "REALM_UNTRUSTED_VALIDATION_ONLY"
};

static const ::google::protobuf::internal::EnumEntry Realm_entries[] = {
    {{&Realm_names[0], 22}, 2},
    {{&Realm_names[22], 11}, 0},
    {{&Realm_names[33], 31}, 1},
};

static const int Realm_entries_by_number[] = {
    1,  // 0 -> REALM_UNSET
    2,  // 1 -> REALM_UNTRUSTED_VALIDATION_ONLY
    0,  // 2 -> REALM_PUBLICLY_TRUSTED
};

bool Realm_Parse(::absl::string_view name,
                                  Realm* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      Realm_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<Realm>(int_value);
  }
  return success;
}
::absl::string_view Realm_Name(Realm value) {
  int idx = ::google::protobuf::internal::LookUpEnumName(Realm_entries,
                                  Realm_entries_by_number,
                                  3, value);
  return idx == -1
             ? ""
             : Realm_entries[Realm_entries_by_number[idx]]
                   .name;
}
PROTOBUF_CONSTINIT const uint32_t SignerState_internal_data_[] = {
    393216u, 0u, };
static const char SignerState_names[] = {
    "STATE_CANDIDATE"
    "STATE_FROZEN"
    "STATE_QUALIFIED"
    "STATE_REMOVED"
    "STATE_UNSET"
    "STATE_USABLE"
};

static const ::google::protobuf::internal::EnumEntry SignerState_entries[] = {
    {{&SignerState_names[0], 15}, 1},
    {{&SignerState_names[15], 12}, 4},
    {{&SignerState_names[27], 15}, 2},
    {{&SignerState_names[42], 13}, 5},
    {{&SignerState_names[55], 11}, 0},
    {{&SignerState_names[66], 12}, 3},
};

static const int SignerState_entries_by_number[] = {
    4,  // 0 -> STATE_UNSET
    0,  // 1 -> STATE_CANDIDATE
    2,  // 2 -> STATE_QUALIFIED
    5,  // 3 -> STATE_USABLE
    1,  // 4 -> STATE_FROZEN
    3,  // 5 -> STATE_REMOVED
};

bool SignerState_Parse(::absl::string_view name,
                                  SignerState* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      SignerState_entries, 6, name, &int_value);
  if (success) {
    *value = static_cast<SignerState>(int_value);
  }
  return success;
}
::absl::string_view SignerState_Name(SignerState value) {
  int idx = ::google::protobuf::internal::LookUpEnumName(SignerState_entries,
                                  SignerState_entries_by_number,
                                  6, value);
  return idx == -1
             ? ""
             : SignerState_entries[SignerState_entries_by_number[idx]]
                   .name;
}
PROTOBUF_CONSTINIT const uint32_t SignatureAlgorithm_internal_data_[] = {
    262144u, 0u, };
static const char SignatureAlgorithm_names[] = {
    "SIGNATURE_ALGORITHM_ML_DSA44"
    "SIGNATURE_ALGORITHM_ML_DSA65"
    "SIGNATURE_ALGORITHM_ML_DSA87"
    "SIGNATURE_ALGORITHM_UNSET"
};

static const ::google::protobuf::internal::EnumEntry SignatureAlgorithm_entries[] = {
    {{&SignatureAlgorithm_names[0], 28}, 1},
    {{&SignatureAlgorithm_names[28], 28}, 2},
    {{&SignatureAlgorithm_names[56], 28}, 3},
    {{&SignatureAlgorithm_names[84], 25}, 0},
};

static const int SignatureAlgorithm_entries_by_number[] = {
    3,  // 0 -> SIGNATURE_ALGORITHM_UNSET
    0,  // 1 -> SIGNATURE_ALGORITHM_ML_DSA44
    1,  // 2 -> SIGNATURE_ALGORITHM_ML_DSA65
    2,  // 3 -> SIGNATURE_ALGORITHM_ML_DSA87
};

bool SignatureAlgorithm_Parse(::absl::string_view name,
                                  SignatureAlgorithm* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      SignatureAlgorithm_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<SignatureAlgorithm>(int_value);
  }
  return success;
}
::absl::string_view SignatureAlgorithm_Name(SignatureAlgorithm value) {
  int idx = ::google::protobuf::internal::LookUpEnumName(SignatureAlgorithm_entries,
                                  SignatureAlgorithm_entries_by_number,
                                  4, value);
  return idx == -1
             ? ""
             : SignatureAlgorithm_entries[SignatureAlgorithm_entries_by_number[idx]]
                   .name;
}
// ===================================================================

void OperatorChange::clear_operator_start() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.operator_start_ != nullptr) _impl_.operator_start_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
OperatorChange::OperatorChange(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OperatorChange_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_root_store.OperatorChange)
}
PROTOBUF_NDEBUG_INLINE OperatorChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_root_store::OperatorChange& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        name_(arena, from.name_) {}

OperatorChange::OperatorChange(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const OperatorChange& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OperatorChange_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  OperatorChange* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.operator_start_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operator_start_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:chrome_root_store.OperatorChange)
}
PROTOBUF_NDEBUG_INLINE OperatorChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        name_(arena) {}

inline void OperatorChange::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.operator_start_ = {};
}
OperatorChange::~OperatorChange() {
  // @@protoc_insertion_point(destructor:chrome_root_store.OperatorChange)
  SharedDtor(*this);
}
inline void OperatorChange::SharedDtor(MessageLite& self) {
  OperatorChange& this_ = static_cast<OperatorChange&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.name_.Destroy();
  delete this_._impl_.operator_start_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite OperatorChange_class_data_ =
    OperatorChange::InternalGenerateClassData_(OperatorChange_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OperatorChange::GetClassData() const {
  return OperatorChange_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OperatorChange::GetClassData() const {
  return OperatorChange_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const OperatorChange::ParseTableT_
    OperatorChange::_table_ =
        OperatorChange::InternalGenerateParseTable_(OperatorChange_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void OperatorChange::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_root_store.OperatorChange)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.operator_start_ != nullptr);
      _impl_.operator_start_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL OperatorChange::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const OperatorChange& this_ = static_cast<const OperatorChange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL OperatorChange::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const OperatorChange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_root_store.OperatorChange)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // string name = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::absl::string_view _s = this_._internal_name();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.OperatorChange.name");
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // .chrome_root_store.Timestamp operator_start = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.operator_start_, this_._impl_.operator_start_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:chrome_root_store.OperatorChange)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t OperatorChange::ByteSizeLong(const MessageLite& base) {
  const OperatorChange& this_ = static_cast<const OperatorChange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t OperatorChange::ByteSizeLong() const {
  const OperatorChange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_root_store.OperatorChange)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // string name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
    // .chrome_root_store.Timestamp operator_start = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.operator_start_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void OperatorChange::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OperatorChange*>(&to_msg);
  auto& from = static_cast<const OperatorChange&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_root_store.OperatorChange)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.operator_start_ != nullptr);
      if (_this->_impl_.operator_start_ == nullptr) {
        _this->_impl_.operator_start_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operator_start_);
      } else {
        _this->_impl_.operator_start_->MergeFrom(*from._impl_.operator_start_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void OperatorChange::CopyFrom(const OperatorChange& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_root_store.OperatorChange)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void OperatorChange::InternalSwap(OperatorChange* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.name_.InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
  swap(_impl_.operator_start_, other->_impl_.operator_start_);
}

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

void StateChange::clear_state_start() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.state_start_ != nullptr) _impl_.state_start_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
StateChange::StateChange(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, StateChange_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_root_store.StateChange)
}
PROTOBUF_NDEBUG_INLINE StateChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_root_store::StateChange& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

StateChange::StateChange(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const StateChange& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, StateChange_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  StateChange* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.state_start_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.state_start_)
                : nullptr;
  _impl_.state_ = from._impl_.state_;

  // @@protoc_insertion_point(copy_constructor:chrome_root_store.StateChange)
}
PROTOBUF_NDEBUG_INLINE StateChange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void StateChange::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, state_start_),
           0,
           offsetof(Impl_, state_) -
               offsetof(Impl_, state_start_) +
               sizeof(Impl_::state_));
}
StateChange::~StateChange() {
  // @@protoc_insertion_point(destructor:chrome_root_store.StateChange)
  SharedDtor(*this);
}
inline void StateChange::SharedDtor(MessageLite& self) {
  StateChange& this_ = static_cast<StateChange&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.state_start_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StateChange_class_data_ =
    StateChange::InternalGenerateClassData_(StateChange_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StateChange::GetClassData() const {
  return StateChange_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StateChange::GetClassData() const {
  return StateChange_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const StateChange::ParseTableT_
    StateChange::_table_ =
        StateChange::InternalGenerateParseTable_(StateChange_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void StateChange::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_root_store.StateChange)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(_impl_.state_start_ != nullptr);
    _impl_.state_start_->Clear();
  }
  _impl_.state_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL StateChange::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const StateChange& this_ = static_cast<const StateChange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL StateChange::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const StateChange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_root_store.StateChange)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .chrome_root_store.SignerState state = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_state(), target);
  }

  // .chrome_root_store.Timestamp state_start = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.state_start_, this_._impl_.state_start_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:chrome_root_store.StateChange)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StateChange::ByteSizeLong(const MessageLite& base) {
  const StateChange& this_ = static_cast<const StateChange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StateChange::ByteSizeLong() const {
  const StateChange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_root_store.StateChange)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // .chrome_root_store.Timestamp state_start = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.state_start_);
    }
    // .chrome_root_store.SignerState state = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_state());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void StateChange::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<StateChange*>(&to_msg);
  auto& from = static_cast<const StateChange&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_root_store.StateChange)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.state_start_ != nullptr);
      if (_this->_impl_.state_start_ == nullptr) {
        _this->_impl_.state_start_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.state_start_);
      } else {
        _this->_impl_.state_start_->MergeFrom(*from._impl_.state_start_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.state_ = from._impl_.state_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void StateChange::CopyFrom(const StateChange& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_root_store.StateChange)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void StateChange::InternalSwap(StateChange* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_)
      + sizeof(StateChange::_impl_.state_)
      - PROTOBUF_FIELD_OFFSET(StateChange, _impl_.state_start_)>(
          reinterpret_cast<char*>(&_impl_.state_start_),
          reinterpret_cast<char*>(&other->_impl_.state_start_));
}

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

SignerOperator::SignerOperator(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SignerOperator_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_root_store.SignerOperator)
}
PROTOBUF_NDEBUG_INLINE SignerOperator::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_root_store::SignerOperator& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        email_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::SignerOperator,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerOperator, _impl_.email_)>()
          , from.email_
        }
        ,
        name_(arena, from.name_) {}

SignerOperator::SignerOperator(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const SignerOperator& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SignerOperator_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SignerOperator* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);

  // @@protoc_insertion_point(copy_constructor:chrome_root_store.SignerOperator)
}
PROTOBUF_NDEBUG_INLINE SignerOperator::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        email_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerOperator,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerOperator, _impl_.email_)>()
         }
        ,
        name_(arena) {}

inline void SignerOperator::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
SignerOperator::~SignerOperator() {
  // @@protoc_insertion_point(destructor:chrome_root_store.SignerOperator)
  SharedDtor(*this);
}
inline void SignerOperator::SharedDtor(MessageLite& self) {
  SignerOperator& this_ = static_cast<SignerOperator&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.name_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SignerOperator_class_data_ =
    SignerOperator::InternalGenerateClassData_(SignerOperator_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignerOperator::GetClassData() const {
  return SignerOperator_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignerOperator::GetClassData() const {
  return SignerOperator_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SignerOperator::ParseTableT_
    SignerOperator::_table_ =
        SignerOperator::InternalGenerateParseTable_(SignerOperator_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SignerOperator::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_root_store.SignerOperator)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.email_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL SignerOperator::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const SignerOperator& this_ = static_cast<const SignerOperator&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL SignerOperator::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const SignerOperator& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_root_store.SignerOperator)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // string name = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::absl::string_view _s = this_._internal_name();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.SignerOperator.name");
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // repeated string email = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_email_size(); i < n; ++i) {
      const auto& s = this_._internal_email().Get(i);
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          s.data(), static_cast<int>(s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.SignerOperator.email");
      target = stream->WriteString(2, s, target);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:chrome_root_store.SignerOperator)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SignerOperator::ByteSizeLong(const MessageLite& base) {
  const SignerOperator& this_ = static_cast<const SignerOperator&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SignerOperator::ByteSizeLong() const {
  const SignerOperator& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_root_store.SignerOperator)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // repeated string email = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_email().size());
      for (int i = 0, n = this_._internal_email().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_email().Get(i));
      }
    }
    // string name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void SignerOperator::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SignerOperator*>(&to_msg);
  auto& from = static_cast<const SignerOperator&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_root_store.SignerOperator)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_email()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_email());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_name(from._internal_name());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void SignerOperator::CopyFrom(const SignerOperator& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_root_store.SignerOperator)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void SignerOperator::InternalSwap(SignerOperator* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.email_.InternalSwap(&other->_impl_.email_);
  _impl_.name_.InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
}

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

void Signer::clear_max_cert_lifetime() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.max_cert_lifetime_ != nullptr) _impl_.max_cert_lifetime_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
}
void Signer::clear_constraints() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.constraints_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
Signer::Signer(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Signer_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_root_store.Signer)
}
PROTOBUF_NDEBUG_INLINE Signer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_root_store::Signer& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        state_history_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::Signer,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.state_history_)>()
          , from.state_history_
        }
        ,
        operator_history_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::Signer,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.operator_history_)>()
          , from.operator_history_
        }
        ,
        constraints_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::Signer,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.constraints_)>()
          , from.constraints_
        }
        ,
        friendly_name_(arena, from.friendly_name_),
        base_id_(arena, from.base_id_),
        key_(arena, from.key_),
        base_url_(arena, from.base_url_),
        key_sha256_(arena, from.key_sha256_) {}

Signer::Signer(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const Signer& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, Signer_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Signer* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.max_cert_lifetime_ = (CheckHasBit(cached_has_bits, 0x00000100U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.max_cert_lifetime_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, type_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, type_),
           offsetof(Impl_, signature_algorithm_) -
               offsetof(Impl_, type_) +
               sizeof(Impl_::signature_algorithm_));

  // @@protoc_insertion_point(copy_constructor:chrome_root_store.Signer)
}
PROTOBUF_NDEBUG_INLINE Signer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        state_history_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.state_history_)>()
         }
        ,
        operator_history_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.operator_history_)>()
         }
        ,
        constraints_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::Signer,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::Signer, _impl_.constraints_)>()
         }
        ,
        friendly_name_(arena),
        base_id_(arena),
        key_(arena),
        base_url_(arena),
        key_sha256_(arena) {}

inline void Signer::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, max_cert_lifetime_),
           0,
           offsetof(Impl_, signature_algorithm_) -
               offsetof(Impl_, max_cert_lifetime_) +
               sizeof(Impl_::signature_algorithm_));
}
Signer::~Signer() {
  // @@protoc_insertion_point(destructor:chrome_root_store.Signer)
  SharedDtor(*this);
}
inline void Signer::SharedDtor(MessageLite& self) {
  Signer& this_ = static_cast<Signer&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.friendly_name_.Destroy();
  this_._impl_.base_id_.Destroy();
  this_._impl_.key_.Destroy();
  this_._impl_.base_url_.Destroy();
  this_._impl_.key_sha256_.Destroy();
  delete this_._impl_.max_cert_lifetime_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Signer_class_data_ =
    Signer::InternalGenerateClassData_(Signer_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Signer::GetClassData() const {
  return Signer_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Signer::GetClassData() const {
  return Signer_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Signer::ParseTableT_
    Signer::_table_ =
        Signer::InternalGenerateParseTable_(Signer_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Signer::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_root_store.Signer)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.state_history_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.operator_history_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.constraints_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.friendly_name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.base_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _impl_.base_url_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _impl_.key_sha256_.ClearNonDefaultToEmpty();
    }
  }
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    ABSL_DCHECK(_impl_.max_cert_lifetime_ != nullptr);
    _impl_.max_cert_lifetime_->Clear();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00003e00U)) {
    ::memset(&_impl_.type_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.signature_algorithm_) -
        reinterpret_cast<char*>(&_impl_.type_)) + sizeof(_impl_.signature_algorithm_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL Signer::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const Signer& this_ = static_cast<const Signer&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL Signer::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const Signer& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_root_store.Signer)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // string friendly_name = 1;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::absl::string_view _s = this_._internal_friendly_name();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.Signer.friendly_name");
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // string base_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::absl::string_view _s = this_._internal_base_id();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.Signer.base_id");
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // repeated .chrome_root_store.StateChange state_history = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_state_history_size());
         i < n; i++) {
      const auto& repfield = this_._internal_state_history().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .chrome_root_store.OperatorChange operator_history = 4;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_operator_history_size());
         i < n; i++) {
      const auto& repfield = this_._internal_operator_history().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              4, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // bytes key = 5;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::absl::string_view _s = this_._internal_key();
    target = stream->WriteBytesMaybeAliased(5, _s, target);
  }

  // string base_url = 6;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    const ::absl::string_view _s = this_._internal_base_url();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.Signer.base_url");
    target = stream->WriteStringMaybeAliased(6, _s, target);
  }

  // .chrome_root_store.SignerType type = 7;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        7, this_._internal_type(), target);
  }

  // .chrome_root_store.Realm realm = 8;
  if (CheckHasBit(cached_has_bits, 0x00000400U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        8, this_._internal_realm(), target);
  }

  // .chrome_root_store.Duration max_cert_lifetime = 9;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        9, *this_._impl_.max_cert_lifetime_, this_._impl_.max_cert_lifetime_->GetCachedSize(), target,
        stream);
  }

  // repeated .chrome_root_store.ConstraintSet constraints = 10;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_constraints_size());
         i < n; i++) {
      const auto& repfield = this_._internal_constraints().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              10, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // string key_sha256 = 11;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    const ::absl::string_view _s = this_._internal_key_sha256();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.Signer.key_sha256");
    target = stream->WriteStringMaybeAliased(11, _s, target);
  }

  // int32 crs_root_id = 12;
  if (CheckHasBit(cached_has_bits, 0x00000800U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<12>(
            stream, this_._internal_crs_root_id(), target);
  }

  // int32 min_log_number = 13;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<13>(
            stream, this_._internal_min_log_number(), target);
  }

  // .chrome_root_store.SignatureAlgorithm signature_algorithm = 14;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        14, this_._internal_signature_algorithm(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:chrome_root_store.Signer)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Signer::ByteSizeLong(const MessageLite& base) {
  const Signer& this_ = static_cast<const Signer&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Signer::ByteSizeLong() const {
  const Signer& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_root_store.Signer)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated .chrome_root_store.StateChange state_history = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_state_history_size();
      for (const auto& msg : this_._internal_state_history()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .chrome_root_store.OperatorChange operator_history = 4;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_operator_history_size();
      for (const auto& msg : this_._internal_operator_history()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .chrome_root_store.ConstraintSet constraints = 10;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1UL * this_._internal_constraints_size();
      for (const auto& msg : this_._internal_constraints()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // string friendly_name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_friendly_name());
    }
    // string base_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_base_id());
    }
    // bytes key = 5;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_key());
    }
    // string base_url = 6;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_base_url());
    }
    // string key_sha256 = 11;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_key_sha256());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00003f00U)) {
    // .chrome_root_store.Duration max_cert_lifetime = 9;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.max_cert_lifetime_);
    }
    // .chrome_root_store.SignerType type = 7;
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_type());
    }
    // .chrome_root_store.Realm realm = 8;
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_realm());
    }
    // int32 crs_root_id = 12;
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_crs_root_id());
    }
    // int32 min_log_number = 13;
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_min_log_number());
    }
    // .chrome_root_store.SignatureAlgorithm signature_algorithm = 14;
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_signature_algorithm());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void Signer::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Signer*>(&to_msg);
  auto& from = static_cast<const Signer&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_root_store.Signer)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_state_history()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_state_history());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_operator_history()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_operator_history());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_mutable_constraints()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_constraints());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_friendly_name(from._internal_friendly_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_base_id(from._internal_base_id());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_key(from._internal_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_internal_set_base_url(from._internal_base_url());
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_internal_set_key_sha256(from._internal_key_sha256());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00003f00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      ABSL_DCHECK(from._impl_.max_cert_lifetime_ != nullptr);
      if (_this->_impl_.max_cert_lifetime_ == nullptr) {
        _this->_impl_.max_cert_lifetime_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.max_cert_lifetime_);
      } else {
        _this->_impl_.max_cert_lifetime_->MergeFrom(*from._impl_.max_cert_lifetime_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.type_ = from._impl_.type_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_impl_.realm_ = from._impl_.realm_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_impl_.crs_root_id_ = from._impl_.crs_root_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_impl_.min_log_number_ = from._impl_.min_log_number_;
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_impl_.signature_algorithm_ = from._impl_.signature_algorithm_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void Signer::CopyFrom(const Signer& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_root_store.Signer)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void Signer::InternalSwap(Signer* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.state_history_.InternalSwap(&other->_impl_.state_history_);
  _impl_.operator_history_.InternalSwap(&other->_impl_.operator_history_);
  _impl_.constraints_.InternalSwap(&other->_impl_.constraints_);
  _impl_.friendly_name_.InternalSwap(&_impl_.friendly_name_, &other->_impl_.friendly_name_, arena);
  _impl_.base_id_.InternalSwap(&_impl_.base_id_, &other->_impl_.base_id_, arena);
  _impl_.key_.InternalSwap(&_impl_.key_, &other->_impl_.key_, arena);
  _impl_.base_url_.InternalSwap(&_impl_.base_url_, &other->_impl_.base_url_, arena);
  _impl_.key_sha256_.InternalSwap(&_impl_.key_sha256_, &other->_impl_.key_sha256_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(Signer, _impl_.signature_algorithm_)
      + sizeof(Signer::_impl_.signature_algorithm_)
      - PROTOBUF_FIELD_OFFSET(Signer, _impl_.max_cert_lifetime_)>(
          reinterpret_cast<char*>(&_impl_.max_cert_lifetime_),
          reinterpret_cast<char*>(&other->_impl_.max_cert_lifetime_));
}

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

void SignerSet::clear_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.timestamp_ != nullptr) _impl_.timestamp_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
SignerSet::SignerSet(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SignerSet_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_root_store.SignerSet)
}
PROTOBUF_NDEBUG_INLINE SignerSet::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_root_store::SignerSet& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        operators_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::SignerSet,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.operators_)>()
          , from.operators_
        }
        ,
        issuers_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::SignerSet,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.issuers_)>()
          , from.issuers_
        }
        ,
        mirrors_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::chrome_root_store::SignerSet,
              PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.mirrors_)>()
          , from.mirrors_
        }
        ,
        version_(arena, from.version_) {}

SignerSet::SignerSet(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const SignerSet& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SignerSet_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SignerSet* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.timestamp_ = (CheckHasBit(cached_has_bits, 0x00000010U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.timestamp_)
                : nullptr;
  _impl_.compatibility_version_ = from._impl_.compatibility_version_;

  // @@protoc_insertion_point(copy_constructor:chrome_root_store.SignerSet)
}
PROTOBUF_NDEBUG_INLINE SignerSet::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        operators_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.operators_)>()
         }
        ,
        issuers_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.issuers_)>()
         }
        ,
        mirrors_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_root_store::SignerSet,
            PROTOBUF_FIELD_OFFSET(::chrome_root_store::SignerSet, _impl_.mirrors_)>()
         }
        ,
        version_(arena) {}

inline void SignerSet::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, timestamp_),
           0,
           offsetof(Impl_, compatibility_version_) -
               offsetof(Impl_, timestamp_) +
               sizeof(Impl_::compatibility_version_));
}
SignerSet::~SignerSet() {
  // @@protoc_insertion_point(destructor:chrome_root_store.SignerSet)
  SharedDtor(*this);
}
inline void SignerSet::SharedDtor(MessageLite& self) {
  SignerSet& this_ = static_cast<SignerSet&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.version_.Destroy();
  delete this_._impl_.timestamp_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SignerSet_class_data_ =
    SignerSet::InternalGenerateClassData_(SignerSet_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignerSet::GetClassData() const {
  return SignerSet_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignerSet::GetClassData() const {
  return SignerSet_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SignerSet::ParseTableT_
    SignerSet::_table_ =
        SignerSet::InternalGenerateParseTable_(SignerSet_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SignerSet::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_root_store.SignerSet)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.operators_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.issuers_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.mirrors_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.version_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(_impl_.timestamp_ != nullptr);
      _impl_.timestamp_->Clear();
    }
  }
  _impl_.compatibility_version_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL SignerSet::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const SignerSet& this_ = static_cast<const SignerSet&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL SignerSet::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const SignerSet& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_root_store.SignerSet)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .chrome_root_store.Timestamp timestamp = 1;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.timestamp_, this_._impl_.timestamp_->GetCachedSize(), target,
        stream);
  }

  // string version = 2;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::absl::string_view _s = this_._internal_version();
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_root_store.SignerSet.version");
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // int64 compatibility_version = 3;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<3>(
            stream, this_._internal_compatibility_version(), target);
  }

  // repeated .chrome_root_store.SignerOperator operators = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_operators_size());
         i < n; i++) {
      const auto& repfield = this_._internal_operators().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              4, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .chrome_root_store.Signer issuers = 5;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_issuers_size());
         i < n; i++) {
      const auto& repfield = this_._internal_issuers().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              5, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .chrome_root_store.Signer mirrors = 6;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_mirrors_size());
         i < n; i++) {
      const auto& repfield = this_._internal_mirrors().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              6, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:chrome_root_store.SignerSet)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SignerSet::ByteSizeLong(const MessageLite& base) {
  const SignerSet& this_ = static_cast<const SignerSet&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SignerSet::ByteSizeLong() const {
  const SignerSet& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_root_store.SignerSet)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    // repeated .chrome_root_store.SignerOperator operators = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_operators_size();
      for (const auto& msg : this_._internal_operators()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .chrome_root_store.Signer issuers = 5;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_issuers_size();
      for (const auto& msg : this_._internal_issuers()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .chrome_root_store.Signer mirrors = 6;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1UL * this_._internal_mirrors_size();
      for (const auto& msg : this_._internal_mirrors()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // string version = 2;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_version());
    }
    // .chrome_root_store.Timestamp timestamp = 1;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.timestamp_);
    }
    // int64 compatibility_version = 3;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_compatibility_version());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void SignerSet::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SignerSet*>(&to_msg);
  auto& from = static_cast<const SignerSet&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_root_store.SignerSet)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_operators()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_operators());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_issuers()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_issuers());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_mutable_mirrors()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_mirrors());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_version(from._internal_version());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(from._impl_.timestamp_ != nullptr);
      if (_this->_impl_.timestamp_ == nullptr) {
        _this->_impl_.timestamp_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.timestamp_);
      } else {
        _this->_impl_.timestamp_->MergeFrom(*from._impl_.timestamp_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.compatibility_version_ = from._impl_.compatibility_version_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void SignerSet::CopyFrom(const SignerSet& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_root_store.SignerSet)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void SignerSet::InternalSwap(SignerSet* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.operators_.InternalSwap(&other->_impl_.operators_);
  _impl_.issuers_.InternalSwap(&other->_impl_.issuers_);
  _impl_.mirrors_.InternalSwap(&other->_impl_.mirrors_);
  _impl_.version_.InternalSwap(&_impl_.version_, &other->_impl_.version_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.compatibility_version_)
      + sizeof(SignerSet::_impl_.compatibility_version_)
      - PROTOBUF_FIELD_OFFSET(SignerSet, _impl_.timestamp_)>(
          reinterpret_cast<char*>(&_impl_.timestamp_),
          reinterpret_cast<char*>(&other->_impl_.timestamp_));
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace chrome_root_store
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
