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

#include "key_pinning.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_browser_key_pinning {
class PinSetInfo::_Internal {
 public:
  using HasBits = decltype(::std::declval<PinSetInfo>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_._has_bits_);
};

constexpr PinSetInfo::ParseTableT_ PinSetInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // 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_browser_key_pinning::PinSetInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string hostname = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.hostname_)}},
      // string pinset_name = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.pinset_name_)}},
      // bool include_subdomains = 3;
      {::_pbi::TcParser::FastV8S1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.include_subdomains_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string hostname = 1;
      {PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.hostname_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string pinset_name = 2;
      {PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.pinset_name_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // bool include_subdomains = 3;
      {PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_.include_subdomains_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    // no aux_entries
    {{
      "\45\10\13\0\0\0\0\0"
      "chrome_browser_key_pinning.PinSetInfo"
      "hostname"
      "pinset_name"
    }},
  };
}


inline constexpr PinSetInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        hostname_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        pinset_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        include_subdomains_{false} {}

template <typename>
constexpr PinSetInfo::PinSetInfo(::_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 PinSetInfo::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PinSetInfo(arena);
}
constexpr auto PinSetInfo::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(PinSetInfo), alignof(PinSetInfo));
}
constexpr auto PinSetInfo::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
          &PinSetInfo::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PinSetInfo>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PinSetInfo::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PinSetInfo>(), &PinSetInfo::ByteSizeLong,
              &PinSetInfo::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PinSetInfo, _impl_._cached_size_),
          true,
      },
      "chrome_browser_key_pinning.PinSetInfo",
  };
}
struct PinSetInfoGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PinSetInfoGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PinSetInfo_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PinSetInfo::InternalGenerateClassData_(
            _default, &PinSetInfo_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PinSetInfo>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PinSetInfoGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PinSetInfo _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PinSetInfo>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PinSetInfoGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr PinSet::ParseTableT_ PinSet::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PinSet, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // 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_browser_key_pinning::PinSet>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string name = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(PinSet, _impl_.name_)}},
      // repeated bytes static_spki_hashes_sha256 = 2;
      {::_pbi::TcParser::FastBR1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(PinSet, _impl_.static_spki_hashes_sha256_)}},
      // repeated bytes bad_static_spki_hashes_sha256 = 3;
      {::_pbi::TcParser::FastBR1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(PinSet, _impl_.bad_static_spki_hashes_sha256_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string name = 1;
      {PROTOBUF_FIELD_OFFSET(PinSet, _impl_.name_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // repeated bytes static_spki_hashes_sha256 = 2;
      {PROTOBUF_FIELD_OFFSET(PinSet, _impl_.static_spki_hashes_sha256_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // repeated bytes bad_static_spki_hashes_sha256 = 3;
      {PROTOBUF_FIELD_OFFSET(PinSet, _impl_.bad_static_spki_hashes_sha256_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
    }},
    // no aux_entries
    {{
      "\41\4\0\0\0\0\0\0"
      "chrome_browser_key_pinning.PinSet"
      "name"
    }},
  };
}


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

template <typename>
constexpr PinSet::PinSet(::_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 PinSet::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PinSet(arena);
}
constexpr auto PinSet::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(PinSet), alignof(PinSet));
}
constexpr auto PinSet::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
          &PinSet::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PinSet>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PinSet::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PinSet>(), &PinSet::ByteSizeLong,
              &PinSet::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PinSet, _impl_._cached_size_),
          true,
      },
      "chrome_browser_key_pinning.PinSet",
  };
}
struct PinSetGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PinSetGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PinSet_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PinSet::InternalGenerateClassData_(
            _default, &PinSet_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PinSet>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PinSetGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PinSet _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PinSet>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PinSetGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr PinList::ParseTableT_ PinList::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PinList, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // num_field_entries
      3,  // 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_browser_key_pinning::PinList>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .chrome_browser_key_pinning.PinSetInfo host_pins = 4;
      {::_pbi::TcParser::FastMtR1,
       {34, 1, 2,
        PROTOBUF_FIELD_OFFSET(PinList, _impl_.host_pins_)}},
      // .chrome_browser_key_pinning.KPTimestamp timestamp = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(PinList, _impl_.timestamp_)}},
      // uint64 compatibility_version = 2;
      {::_pbi::TcParser::FastV64S1,
       {16, 3, 0,
        PROTOBUF_FIELD_OFFSET(PinList, _impl_.compatibility_version_)}},
      // repeated .chrome_browser_key_pinning.PinSet pinsets = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 0, 1,
        PROTOBUF_FIELD_OFFSET(PinList, _impl_.pinsets_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .chrome_browser_key_pinning.KPTimestamp timestamp = 1;
      {PROTOBUF_FIELD_OFFSET(PinList, _impl_.timestamp_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // uint64 compatibility_version = 2;
      {PROTOBUF_FIELD_OFFSET(PinList, _impl_.compatibility_version_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt64)},
      // repeated .chrome_browser_key_pinning.PinSet pinsets = 3;
      {PROTOBUF_FIELD_OFFSET(PinList, _impl_.pinsets_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .chrome_browser_key_pinning.PinSetInfo host_pins = 4;
      {PROTOBUF_FIELD_OFFSET(PinList, _impl_.host_pins_), _Internal::kHasBitsOffset + 1, 2, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_browser_key_pinning::KPTimestamp>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_browser_key_pinning::KPTimestamp_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_browser_key_pinning::PinSet>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_browser_key_pinning::PinSet_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::chrome_browser_key_pinning::PinSetInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::chrome_browser_key_pinning::PinSetInfo_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr PinList::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        pinsets_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_browser_key_pinning::PinList,
            PROTOBUF_FIELD_OFFSET(::chrome_browser_key_pinning::PinList, _impl_.pinsets_)>()
         }
        ,
        host_pins_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_browser_key_pinning::PinList,
            PROTOBUF_FIELD_OFFSET(::chrome_browser_key_pinning::PinList, _impl_.host_pins_)>()
         }
        ,
        timestamp_{nullptr},
        compatibility_version_{::uint64_t{0u}} {}

template <typename>
constexpr PinList::PinList(::_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 PinList::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) PinList(arena);
}
constexpr auto PinList::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(PinList), alignof(PinList));
}
constexpr auto PinList::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
          &PinList::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<PinList>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &PinList::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<PinList>(), &PinList::ByteSizeLong,
              &PinList::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(PinList, _impl_._cached_size_),
          true,
      },
      "chrome_browser_key_pinning.PinList",
  };
}
struct PinListGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr PinListGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 PinList_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(PinList::InternalGenerateClassData_(
            _default, &PinList_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<PinList>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~PinListGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) PinList _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<PinList>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(PinListGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST PinListGlobalsTypeInternal PinList_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* PinList_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return PinList_globals_.GetClassData();
#else
  return PinList_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace chrome_browser_key_pinning
namespace chrome_browser_key_pinning {
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PinSet* 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_browser_key_pinning.PinSet)
}
PROTOBUF_NDEBUG_INLINE PinSet::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        static_spki_hashes_sha256_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_browser_key_pinning::PinSet,
            PROTOBUF_FIELD_OFFSET(::chrome_browser_key_pinning::PinSet, _impl_.static_spki_hashes_sha256_)>()
         }
        ,
        bad_static_spki_hashes_sha256_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::chrome_browser_key_pinning::PinSet,
            PROTOBUF_FIELD_OFFSET(::chrome_browser_key_pinning::PinSet, _impl_.bad_static_spki_hashes_sha256_)>()
         }
        ,
        name_(arena) {}

inline void PinSet::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
PinSet::~PinSet() {
  // @@protoc_insertion_point(destructor:chrome_browser_key_pinning.PinSet)
  SharedDtor(*this);
}
inline void PinSet::SharedDtor(MessageLite& self) {
  PinSet& this_ = static_cast<PinSet&>(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 PinSet_class_data_ =
    PinSet::InternalGenerateClassData_(PinSet_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinSet::GetClassData() const {
  return PinSet_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinSet::GetClassData() const {
  return PinSet_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PinSet::ParseTableT_
    PinSet::_table_ =
        PinSet::InternalGenerateParseTable_(PinSet_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PinSet::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_browser_key_pinning.PinSet)
  ::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, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.static_spki_hashes_sha256_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.bad_static_spki_hashes_sha256_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL PinSet::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const PinSet& this_ = static_cast<const PinSet&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL PinSet::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const PinSet& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:chrome_browser_key_pinning.PinSet)
  ::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, 0x00000004U)) {
    if (!this_._internal_name().empty()) {
      const ::std::string& _s = this_._internal_name();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_browser_key_pinning.PinSet.name");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // repeated bytes static_spki_hashes_sha256 = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_static_spki_hashes_sha256_size(); i < n; ++i) {
      const auto& s = this_._internal_static_spki_hashes_sha256().Get(i);
      target = stream->WriteBytes(2, s, target);
    }
  }

  // repeated bytes bad_static_spki_hashes_sha256 = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_bad_static_spki_hashes_sha256_size(); i < n; ++i) {
      const auto& s = this_._internal_bad_static_spki_hashes_sha256().Get(i);
      target = stream->WriteBytes(3, 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_browser_key_pinning.PinSet)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PinSet::ByteSizeLong(const MessageLite& base) {
  const PinSet& this_ = static_cast<const PinSet&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PinSet::ByteSizeLong() const {
  const PinSet& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_browser_key_pinning.PinSet)
  ::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, 0x00000007U)) {
    // repeated bytes static_spki_hashes_sha256 = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_static_spki_hashes_sha256().size());
      for (int i = 0, n = this_._internal_static_spki_hashes_sha256().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::BytesSize(
            this_._internal_static_spki_hashes_sha256().Get(i));
      }
    }
    // repeated bytes bad_static_spki_hashes_sha256 = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_bad_static_spki_hashes_sha256().size());
      for (int i = 0, n = this_._internal_bad_static_spki_hashes_sha256().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::BytesSize(
            this_._internal_bad_static_spki_hashes_sha256().Get(i));
      }
    }
    // string name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!this_._internal_name().empty()) {
        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 PinSet::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PinSet*>(&to_msg);
  auto& from = static_cast<const PinSet&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_browser_key_pinning.PinSet)
  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, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_static_spki_hashes_sha256()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_static_spki_hashes_sha256());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_bad_static_spki_hashes_sha256()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_bad_static_spki_hashes_sha256());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (!from._internal_name().empty()) {
        _this->_internal_set_name(from._internal_name());
      } else {
        if (_this->_impl_.name_.IsDefault()) {
          _this->_internal_set_name("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void PinSet::InternalSwap(PinSet* 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_.static_spki_hashes_sha256_.InternalSwap(&other->_impl_.static_spki_hashes_sha256_);
  _impl_.bad_static_spki_hashes_sha256_.InternalSwap(&other->_impl_.bad_static_spki_hashes_sha256_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
}

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

PinSetInfo::PinSetInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PinSetInfo_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:chrome_browser_key_pinning.PinSetInfo)
}
PROTOBUF_NDEBUG_INLINE PinSetInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::chrome_browser_key_pinning::PinSetInfo& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        hostname_(arena, from.hostname_),
        pinset_name_(arena, from.pinset_name_) {}

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PinSetInfo_class_data_ =
    PinSetInfo::InternalGenerateClassData_(PinSetInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinSetInfo::GetClassData() const {
  return PinSetInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinSetInfo::GetClassData() const {
  return PinSetInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PinSetInfo::ParseTableT_
    PinSetInfo::_table_ =
        PinSetInfo::InternalGenerateParseTable_(PinSetInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PinSetInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_browser_key_pinning.PinSetInfo)
  ::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_.hostname_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.pinset_name_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.include_subdomains_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string hostname = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_hostname().empty()) {
      const ::std::string& _s = this_._internal_hostname();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_browser_key_pinning.PinSetInfo.hostname");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string pinset_name = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_pinset_name().empty()) {
      const ::std::string& _s = this_._internal_pinset_name();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "chrome_browser_key_pinning.PinSetInfo.pinset_name");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // bool include_subdomains = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (this_._internal_include_subdomains() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          3, this_._internal_include_subdomains(), 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_browser_key_pinning.PinSetInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PinSetInfo::ByteSizeLong(const MessageLite& base) {
  const PinSetInfo& this_ = static_cast<const PinSetInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PinSetInfo::ByteSizeLong() const {
  const PinSetInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_browser_key_pinning.PinSetInfo)
  ::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, 0x00000007U)) {
    // string hostname = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_hostname().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_hostname());
      }
    }
    // string pinset_name = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_pinset_name().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_pinset_name());
      }
    }
    // bool include_subdomains = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (this_._internal_include_subdomains() != 0) {
        total_size += 2;
      }
    }
  }
  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 PinSetInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PinSetInfo*>(&to_msg);
  auto& from = static_cast<const PinSetInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_browser_key_pinning.PinSetInfo)
  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, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_hostname().empty()) {
        _this->_internal_set_hostname(from._internal_hostname());
      } else {
        if (_this->_impl_.hostname_.IsDefault()) {
          _this->_internal_set_hostname("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_pinset_name().empty()) {
        _this->_internal_set_pinset_name(from._internal_pinset_name());
      } else {
        if (_this->_impl_.pinset_name_.IsDefault()) {
          _this->_internal_set_pinset_name("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (from._internal_include_subdomains() != 0) {
        _this->_impl_.include_subdomains_ = from._impl_.include_subdomains_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void PinSetInfo::InternalSwap(PinSetInfo* 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]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.hostname_, &other->_impl_.hostname_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.pinset_name_, &other->_impl_.pinset_name_, arena);
  swap(_impl_.include_subdomains_, other->_impl_.include_subdomains_);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PinList* 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, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.timestamp_)
                : nullptr;
  _impl_.compatibility_version_ = from._impl_.compatibility_version_;

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

inline void PinList::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_));
}
PinList::~PinList() {
  // @@protoc_insertion_point(destructor:chrome_browser_key_pinning.PinList)
  SharedDtor(*this);
}
inline void PinList::SharedDtor(MessageLite& self) {
  PinList& this_ = static_cast<PinList&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.timestamp_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PinList_class_data_ =
    PinList::InternalGenerateClassData_(PinList_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinList::GetClassData() const {
  return PinList_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PinList::GetClassData() const {
  return PinList_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PinList::ParseTableT_
    PinList::_table_ =
        PinList::InternalGenerateParseTable_(PinList_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PinList::Clear() {
// @@protoc_insertion_point(message_clear_start:chrome_browser_key_pinning.PinList)
  ::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, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.pinsets_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.host_pins_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.timestamp_ != nullptr);
      _impl_.timestamp_->Clear();
    }
  }
  _impl_.compatibility_version_ = ::uint64_t{0u};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // uint64 compatibility_version = 2;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (this_._internal_compatibility_version() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
          2, this_._internal_compatibility_version(), target);
    }
  }

  // repeated .chrome_browser_key_pinning.PinSet pinsets = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_pinsets_size());
         i < n; i++) {
      const auto& repfield = this_._internal_pinsets().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .chrome_browser_key_pinning.PinSetInfo host_pins = 4;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_host_pins_size());
         i < n; i++) {
      const auto& repfield = this_._internal_host_pins().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              4, 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_browser_key_pinning.PinList)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t PinList::ByteSizeLong(const MessageLite& base) {
  const PinList& this_ = static_cast<const PinList&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t PinList::ByteSizeLong() const {
  const PinList& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:chrome_browser_key_pinning.PinList)
  ::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, 0x0000000fU)) {
    // repeated .chrome_browser_key_pinning.PinSet pinsets = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_pinsets_size();
      for (const auto& msg : this_._internal_pinsets()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .chrome_browser_key_pinning.PinSetInfo host_pins = 4;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_host_pins_size();
      for (const auto& msg : this_._internal_host_pins()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // .chrome_browser_key_pinning.KPTimestamp timestamp = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.timestamp_);
    }
    // uint64 compatibility_version = 2;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (this_._internal_compatibility_version() != 0) {
        total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
            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 PinList::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PinList*>(&to_msg);
  auto& from = static_cast<const PinList&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:chrome_browser_key_pinning.PinList)
  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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_pinsets()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_pinsets());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_host_pins()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_host_pins());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      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, 0x00000008U)) {
      if (from._internal_compatibility_version() != 0) {
        _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 PinList::CopyFrom(const PinList& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:chrome_browser_key_pinning.PinList)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


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

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