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

#include "components/sync/protocol/cookie_specifics.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 sync_pb {
class CookieSpecifics_SerializedCookiePartitionKey::_Internal {
 public:
  using HasBits = decltype(::std::declval<CookieSpecifics_SerializedCookiePartitionKey>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _impl_._has_bits_);
};

constexpr CookieSpecifics_SerializedCookiePartitionKey::ParseTableT_ CookieSpecifics_SerializedCookiePartitionKey::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _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<::sync_pb::CookieSpecifics_SerializedCookiePartitionKey>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional bool has_cross_site_ancestor = 2;
      {::_pbi::TcParser::FastV8S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _impl_.has_cross_site_ancestor_)}},
      // optional string top_level_site = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _impl_.top_level_site_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string top_level_site = 1;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _impl_.top_level_site_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool has_cross_site_ancestor = 2;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics_SerializedCookiePartitionKey, _impl_.has_cross_site_ancestor_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr CookieSpecifics_SerializedCookiePartitionKey::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        top_level_site_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        has_cross_site_ancestor_{false} {}

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

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

constexpr CookieSpecifics::ParseTableT_ CookieSpecifics::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_._has_bits_),
      0, // no _extensions_
      17, 248,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294836224,  // skipmap
      offsetof(ParseTableT_, field_entries),
      17,  // num_field_entries
      5,  // 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<::sync_pb::CookieSpecifics>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string unique_key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.unique_key_)}},
      // optional string name = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.name_)}},
      // optional string value = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.value_)}},
      // optional string domain = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.domain_)}},
      // optional string path = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.path_)}},
      // optional int64 creation_time_windows_epoch_micros = 6;
      {::_pbi::TcParser::FastV64S1,
       {48, 6, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.creation_time_windows_epoch_micros_)}},
      // optional int64 expiry_time_windows_epoch_micros = 7;
      {::_pbi::TcParser::FastV64S1,
       {56, 7, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.expiry_time_windows_epoch_micros_)}},
      // optional int64 last_access_time_windows_epoch_micros = 8;
      {::_pbi::TcParser::FastV64S1,
       {64, 8, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.last_access_time_windows_epoch_micros_)}},
      // optional int64 last_update_time_windows_epoch_micros = 9;
      {::_pbi::TcParser::FastV64S1,
       {72, 9, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.last_update_time_windows_epoch_micros_)}},
      // optional bool secure = 10;
      {::_pbi::TcParser::FastV8S1,
       {80, 10, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.secure_)}},
      // optional bool httponly = 11;
      {::_pbi::TcParser::FastV8S1,
       {88, 11, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.httponly_)}},
      // optional .sync_pb.CookieSpecifics.CookieSameSite site_restrictions = 12;
      {::_pbi::TcParser::FastEr0S1,
       {96, 12, 3,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.site_restrictions_)}},
      // optional .sync_pb.CookieSpecifics.CookiePriority priority = 13;
      {::_pbi::TcParser::FastEr0S1,
       {104, 13, 3,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.priority_)}},
      // optional .sync_pb.CookieSpecifics.CookieSourceScheme source_scheme = 14;
      {::_pbi::TcParser::FastEr0S1,
       {112, 14, 2,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_scheme_)}},
      // optional .sync_pb.CookieSpecifics.SerializedCookiePartitionKey partition_key = 15;
      {::_pbi::TcParser::FastMtS1,
       {122, 5, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.partition_key_)}},
      // optional int32 source_port = 16;
      {::_pbi::TcParser::FastV32S2,
       {384, 15, 0,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_port_)}},
      // optional .sync_pb.CookieSpecifics.CookieSourceType source_type = 17;
      {::_pbi::TcParser::FastEr0S2,
       {392, 16, 3,
        PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_type_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string unique_key = 1;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.unique_key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string name = 2;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.name_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string value = 3;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.value_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string domain = 4;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.domain_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string path = 5;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.path_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 creation_time_windows_epoch_micros = 6;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.creation_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 expiry_time_windows_epoch_micros = 7;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.expiry_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 last_access_time_windows_epoch_micros = 8;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.last_access_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 last_update_time_windows_epoch_micros = 9;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.last_update_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional bool secure = 10;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.secure_), _Internal::kHasBitsOffset + 10, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool httponly = 11;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.httponly_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional .sync_pb.CookieSpecifics.CookieSameSite site_restrictions = 12;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.site_restrictions_), _Internal::kHasBitsOffset + 12, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .sync_pb.CookieSpecifics.CookiePriority priority = 13;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.priority_), _Internal::kHasBitsOffset + 13, 2, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .sync_pb.CookieSpecifics.CookieSourceScheme source_scheme = 14;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_scheme_), _Internal::kHasBitsOffset + 14, 3, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .sync_pb.CookieSpecifics.SerializedCookiePartitionKey partition_key = 15;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.partition_key_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional int32 source_port = 16;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_port_), _Internal::kHasBitsOffset + 15, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional .sync_pb.CookieSpecifics.CookieSourceType source_type = 17;
      {PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_type_), _Internal::kHasBitsOffset + 16, 4, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::CookieSpecifics_SerializedCookiePartitionKey>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::CookieSpecifics_SerializedCookiePartitionKey_globals_},
        #endif
        {0, 3},
        {0, 3},
        {0, 2},
        {0, 3},
    }},
    {{
    }},
  };
}


inline constexpr CookieSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        unique_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        domain_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        path_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        partition_key_{nullptr},
        creation_time_windows_epoch_micros_{::int64_t{0}},
        expiry_time_windows_epoch_micros_{::int64_t{0}},
        last_access_time_windows_epoch_micros_{::int64_t{0}},
        last_update_time_windows_epoch_micros_{::int64_t{0}},
        secure_{false},
        httponly_{false},
        site_restrictions_{static_cast< ::sync_pb::CookieSpecifics_CookieSameSite >(0)},
        priority_{static_cast< ::sync_pb::CookieSpecifics_CookiePriority >(0)},
        source_scheme_{static_cast< ::sync_pb::CookieSpecifics_CookieSourceScheme >(0)},
        source_port_{0},
        source_type_{static_cast< ::sync_pb::CookieSpecifics_CookieSourceType >(0)} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST CookieSpecificsGlobalsTypeInternal CookieSpecifics_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* CookieSpecifics_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return CookieSpecifics_globals_.GetClassData();
#else
  return CookieSpecifics_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace sync_pb
namespace sync_pb {
PROTOBUF_CONSTINIT const uint32_t CookieSpecifics_CookieSameSite_internal_data_[] = {
    262144u, 0u, };
static const char CookieSpecifics_CookieSameSite_names[] = {
    "LAX_MODE"
    "NO_RESTRICTION"
    "STRICT_MODE"
    "UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry CookieSpecifics_CookieSameSite_entries[] = {
    {{&CookieSpecifics_CookieSameSite_names[0], 8}, 2},
    {{&CookieSpecifics_CookieSameSite_names[8], 14}, 1},
    {{&CookieSpecifics_CookieSameSite_names[22], 11}, 3},
    {{&CookieSpecifics_CookieSameSite_names[33], 11}, 0},
};

static const int CookieSpecifics_CookieSameSite_entries_by_number[] = {
    3,  // 0 -> UNSPECIFIED
    1,  // 1 -> NO_RESTRICTION
    0,  // 2 -> LAX_MODE
    2,  // 3 -> STRICT_MODE
};

bool CookieSpecifics_CookieSameSite_Parse(::absl::string_view name,
                                  CookieSpecifics_CookieSameSite* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSpecifics_CookieSameSite_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<CookieSpecifics_CookieSameSite>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSpecifics_CookieSameSite_strings[4] = {};

const ::std::string& CookieSpecifics_CookieSameSite_Name(CookieSpecifics_CookieSameSite value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSpecifics_CookieSameSite_entries, CookieSpecifics_CookieSameSite_entries_by_number, 4,
      CookieSpecifics_CookieSameSite_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSpecifics_CookieSameSite_entries,
                                  CookieSpecifics_CookieSameSite_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSpecifics_CookieSameSite_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CookieSpecifics_CookiePriority_internal_data_[] = {
    262144u, 0u, };
static const char CookieSpecifics_CookiePriority_names[] = {
    "HIGH"
    "LOW"
    "MEDIUM"
    "UNSPECIFIED_PRIORITY"
};

static const ::google::protobuf::internal::EnumEntry CookieSpecifics_CookiePriority_entries[] = {
    {{&CookieSpecifics_CookiePriority_names[0], 4}, 3},
    {{&CookieSpecifics_CookiePriority_names[4], 3}, 1},
    {{&CookieSpecifics_CookiePriority_names[7], 6}, 2},
    {{&CookieSpecifics_CookiePriority_names[13], 20}, 0},
};

static const int CookieSpecifics_CookiePriority_entries_by_number[] = {
    3,  // 0 -> UNSPECIFIED_PRIORITY
    1,  // 1 -> LOW
    2,  // 2 -> MEDIUM
    0,  // 3 -> HIGH
};

bool CookieSpecifics_CookiePriority_Parse(::absl::string_view name,
                                  CookieSpecifics_CookiePriority* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSpecifics_CookiePriority_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<CookieSpecifics_CookiePriority>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSpecifics_CookiePriority_strings[4] = {};

const ::std::string& CookieSpecifics_CookiePriority_Name(CookieSpecifics_CookiePriority value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSpecifics_CookiePriority_entries, CookieSpecifics_CookiePriority_entries_by_number, 4,
      CookieSpecifics_CookiePriority_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSpecifics_CookiePriority_entries,
                                  CookieSpecifics_CookiePriority_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSpecifics_CookiePriority_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CookieSpecifics_CookieSourceScheme_internal_data_[] = {
    196608u, 0u, };
static const char CookieSpecifics_CookieSourceScheme_names[] = {
    "NON_SECURE"
    "SECURE"
    "UNSET"
};

static const ::google::protobuf::internal::EnumEntry CookieSpecifics_CookieSourceScheme_entries[] = {
    {{&CookieSpecifics_CookieSourceScheme_names[0], 10}, 1},
    {{&CookieSpecifics_CookieSourceScheme_names[10], 6}, 2},
    {{&CookieSpecifics_CookieSourceScheme_names[16], 5}, 0},
};

static const int CookieSpecifics_CookieSourceScheme_entries_by_number[] = {
    2,  // 0 -> UNSET
    0,  // 1 -> NON_SECURE
    1,  // 2 -> SECURE
};

bool CookieSpecifics_CookieSourceScheme_Parse(::absl::string_view name,
                                  CookieSpecifics_CookieSourceScheme* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSpecifics_CookieSourceScheme_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<CookieSpecifics_CookieSourceScheme>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSpecifics_CookieSourceScheme_strings[3] = {};

const ::std::string& CookieSpecifics_CookieSourceScheme_Name(CookieSpecifics_CookieSourceScheme value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSpecifics_CookieSourceScheme_entries, CookieSpecifics_CookieSourceScheme_entries_by_number, 3,
      CookieSpecifics_CookieSourceScheme_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSpecifics_CookieSourceScheme_entries,
                                  CookieSpecifics_CookieSourceScheme_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSpecifics_CookieSourceScheme_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CookieSpecifics_CookieSourceType_internal_data_[] = {
    262144u, 0u, };
static const char CookieSpecifics_CookieSourceType_names[] = {
    "HTTP"
    "OTHER"
    "SCRIPT"
    "UNKNOWN"
};

static const ::google::protobuf::internal::EnumEntry CookieSpecifics_CookieSourceType_entries[] = {
    {{&CookieSpecifics_CookieSourceType_names[0], 4}, 1},
    {{&CookieSpecifics_CookieSourceType_names[4], 5}, 3},
    {{&CookieSpecifics_CookieSourceType_names[9], 6}, 2},
    {{&CookieSpecifics_CookieSourceType_names[15], 7}, 0},
};

static const int CookieSpecifics_CookieSourceType_entries_by_number[] = {
    3,  // 0 -> UNKNOWN
    0,  // 1 -> HTTP
    2,  // 2 -> SCRIPT
    1,  // 3 -> OTHER
};

bool CookieSpecifics_CookieSourceType_Parse(::absl::string_view name,
                                  CookieSpecifics_CookieSourceType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CookieSpecifics_CookieSourceType_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<CookieSpecifics_CookieSourceType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CookieSpecifics_CookieSourceType_strings[4] = {};

const ::std::string& CookieSpecifics_CookieSourceType_Name(CookieSpecifics_CookieSourceType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CookieSpecifics_CookieSourceType_entries, CookieSpecifics_CookieSourceType_entries_by_number, 4,
      CookieSpecifics_CookieSourceType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CookieSpecifics_CookieSourceType_entries,
                                  CookieSpecifics_CookieSourceType_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CookieSpecifics_CookieSourceType_strings[idx].get();
}
// ===================================================================

CookieSpecifics_SerializedCookiePartitionKey::CookieSpecifics_SerializedCookiePartitionKey(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, CookieSpecifics_SerializedCookiePartitionKey_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
}
PROTOBUF_NDEBUG_INLINE CookieSpecifics_SerializedCookiePartitionKey::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::CookieSpecifics_SerializedCookiePartitionKey& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        top_level_site_(arena, from.top_level_site_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
}
PROTOBUF_NDEBUG_INLINE CookieSpecifics_SerializedCookiePartitionKey::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        top_level_site_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite CookieSpecifics_SerializedCookiePartitionKey_class_data_ =
    CookieSpecifics_SerializedCookiePartitionKey::InternalGenerateClassData_(CookieSpecifics_SerializedCookiePartitionKey_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieSpecifics_SerializedCookiePartitionKey::GetClassData() const {
  return CookieSpecifics_SerializedCookiePartitionKey_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieSpecifics_SerializedCookiePartitionKey::GetClassData() const {
  return CookieSpecifics_SerializedCookiePartitionKey_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const CookieSpecifics_SerializedCookiePartitionKey::ParseTableT_
    CookieSpecifics_SerializedCookiePartitionKey::_table_ =
        CookieSpecifics_SerializedCookiePartitionKey::InternalGenerateParseTable_(CookieSpecifics_SerializedCookiePartitionKey_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void CookieSpecifics_SerializedCookiePartitionKey::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
  ::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)) {
    _impl_.top_level_site_.ClearNonDefaultToEmpty();
  }
  _impl_.has_cross_site_ancestor_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string top_level_site = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_top_level_site();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional bool has_cross_site_ancestor = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_has_cross_site_ancestor(), 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:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t CookieSpecifics_SerializedCookiePartitionKey::ByteSizeLong(const MessageLite& base) {
  const CookieSpecifics_SerializedCookiePartitionKey& this_ = static_cast<const CookieSpecifics_SerializedCookiePartitionKey&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t CookieSpecifics_SerializedCookiePartitionKey::ByteSizeLong() const {
  const CookieSpecifics_SerializedCookiePartitionKey& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
  ::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];
  total_size += static_cast<bool>(0x00000002U & cached_has_bits) * 2;
   {
    // optional string top_level_site = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_top_level_site());
    }
  }
  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 CookieSpecifics_SerializedCookiePartitionKey::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<CookieSpecifics_SerializedCookiePartitionKey*>(&to_msg);
  auto& from = static_cast<const CookieSpecifics_SerializedCookiePartitionKey&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
  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_top_level_site(from._internal_top_level_site());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.has_cross_site_ancestor_ = from._impl_.has_cross_site_ancestor_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void CookieSpecifics_SerializedCookiePartitionKey::CopyFrom(const CookieSpecifics_SerializedCookiePartitionKey& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:sync_pb.CookieSpecifics.SerializedCookiePartitionKey)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void CookieSpecifics_SerializedCookiePartitionKey::InternalSwap(CookieSpecifics_SerializedCookiePartitionKey* 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_.top_level_site_, &other->_impl_.top_level_site_, arena);
  swap(_impl_.has_cross_site_ancestor_, other->_impl_.has_cross_site_ancestor_);
}

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

CookieSpecifics::CookieSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, CookieSpecifics_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.CookieSpecifics)
}
PROTOBUF_NDEBUG_INLINE CookieSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::sync_pb::CookieSpecifics& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        unique_key_(arena, from.unique_key_),
        name_(arena, from.name_),
        value_(arena, from.value_),
        domain_(arena, from.domain_),
        path_(arena, from.path_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  CookieSpecifics* 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_.partition_key_ = (CheckHasBit(cached_has_bits, 0x00000020U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.partition_key_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, creation_time_windows_epoch_micros_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, creation_time_windows_epoch_micros_),
           offsetof(Impl_, source_type_) -
               offsetof(Impl_, creation_time_windows_epoch_micros_) +
               sizeof(Impl_::source_type_));

  // @@protoc_insertion_point(copy_constructor:sync_pb.CookieSpecifics)
}
PROTOBUF_NDEBUG_INLINE CookieSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        unique_key_(arena),
        name_(arena),
        value_(arena),
        domain_(arena),
        path_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite CookieSpecifics_class_data_ =
    CookieSpecifics::InternalGenerateClassData_(CookieSpecifics_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieSpecifics::GetClassData() const {
  return CookieSpecifics_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
CookieSpecifics::GetClassData() const {
  return CookieSpecifics_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const CookieSpecifics::ParseTableT_
    CookieSpecifics::_table_ =
        CookieSpecifics::InternalGenerateParseTable_(CookieSpecifics_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void CookieSpecifics::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.CookieSpecifics)
  ::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, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.unique_key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.value_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.domain_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.path_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(_impl_.partition_key_ != nullptr);
      _impl_.partition_key_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x000000c0U)) {
    ::memset(&_impl_.creation_time_windows_epoch_micros_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.expiry_time_windows_epoch_micros_) -
        reinterpret_cast<char*>(&_impl_.creation_time_windows_epoch_micros_)) + sizeof(_impl_.expiry_time_windows_epoch_micros_));
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    ::memset(&_impl_.last_access_time_windows_epoch_micros_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.source_port_) -
        reinterpret_cast<char*>(&_impl_.last_access_time_windows_epoch_micros_)) + sizeof(_impl_.source_port_));
  }
  _impl_.source_type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string unique_key = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_unique_key();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string name = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_name();
    target = stream->WriteStringMaybeAliased(2, _s, target);
  }

  // optional string value = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    const ::std::string& _s = this_._internal_value();
    target = stream->WriteStringMaybeAliased(3, _s, target);
  }

  // optional string domain = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_domain();
    target = stream->WriteStringMaybeAliased(4, _s, target);
  }

  // optional string path = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_path();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

  // optional int64 creation_time_windows_epoch_micros = 6;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<6>(
            stream, this_._internal_creation_time_windows_epoch_micros(), target);
  }

  // optional int64 expiry_time_windows_epoch_micros = 7;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<7>(
            stream, this_._internal_expiry_time_windows_epoch_micros(), target);
  }

  // optional int64 last_access_time_windows_epoch_micros = 8;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<8>(
            stream, this_._internal_last_access_time_windows_epoch_micros(), target);
  }

  // optional int64 last_update_time_windows_epoch_micros = 9;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<9>(
            stream, this_._internal_last_update_time_windows_epoch_micros(), target);
  }

  // optional bool secure = 10;
  if (CheckHasBit(cached_has_bits, 0x00000400U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        10, this_._internal_secure(), target);
  }

  // optional bool httponly = 11;
  if (CheckHasBit(cached_has_bits, 0x00000800U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        11, this_._internal_httponly(), target);
  }

  // optional .sync_pb.CookieSpecifics.CookieSameSite site_restrictions = 12;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        12, this_._internal_site_restrictions(), target);
  }

  // optional .sync_pb.CookieSpecifics.CookiePriority priority = 13;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        13, this_._internal_priority(), target);
  }

  // optional .sync_pb.CookieSpecifics.CookieSourceScheme source_scheme = 14;
  if (CheckHasBit(cached_has_bits, 0x00004000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        14, this_._internal_source_scheme(), target);
  }

  // optional .sync_pb.CookieSpecifics.SerializedCookiePartitionKey partition_key = 15;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        15, *this_._impl_.partition_key_, this_._impl_.partition_key_->GetCachedSize(), target,
        stream);
  }

  // optional int32 source_port = 16;
  if (CheckHasBit(cached_has_bits, 0x00008000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteInt32ToArray(
        16, this_._internal_source_port(), target);
  }

  // optional .sync_pb.CookieSpecifics.CookieSourceType source_type = 17;
  if (CheckHasBit(cached_has_bits, 0x00010000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        17, this_._internal_source_type(), 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:sync_pb.CookieSpecifics)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t CookieSpecifics::ByteSizeLong(const MessageLite& base) {
  const CookieSpecifics& this_ = static_cast<const CookieSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t CookieSpecifics::ByteSizeLong() const {
  const CookieSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.CookieSpecifics)
  ::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];
  total_size += ::absl::popcount(0x00000c00U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // optional string unique_key = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_unique_key());
    }
    // optional string name = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
    // optional string value = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_value());
    }
    // optional string domain = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_domain());
    }
    // optional string path = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_path());
    }
    // optional .sync_pb.CookieSpecifics.SerializedCookiePartitionKey partition_key = 15;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.partition_key_);
    }
    // optional int64 creation_time_windows_epoch_micros = 6;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_time_windows_epoch_micros());
    }
    // optional int64 expiry_time_windows_epoch_micros = 7;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_expiry_time_windows_epoch_micros());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000f300U)) {
    // optional int64 last_access_time_windows_epoch_micros = 8;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_last_access_time_windows_epoch_micros());
    }
    // optional int64 last_update_time_windows_epoch_micros = 9;
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_last_update_time_windows_epoch_micros());
    }
    // optional .sync_pb.CookieSpecifics.CookieSameSite site_restrictions = 12;
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_site_restrictions());
    }
    // optional .sync_pb.CookieSpecifics.CookiePriority priority = 13;
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_priority());
    }
    // optional .sync_pb.CookieSpecifics.CookieSourceScheme source_scheme = 14;
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_source_scheme());
    }
    // optional int32 source_port = 16;
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      total_size += 2 + ::_pbi::WireFormatLite::Int32Size(
                                      this_._internal_source_port());
    }
  }
   {
    // optional .sync_pb.CookieSpecifics.CookieSourceType source_type = 17;
    if (CheckHasBit(cached_has_bits, 0x00010000U)) {
      total_size += 2 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_source_type());
    }
  }
  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 CookieSpecifics::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<CookieSpecifics*>(&to_msg);
  auto& from = static_cast<const CookieSpecifics&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.CookieSpecifics)
  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_set_unique_key(from._internal_unique_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_value(from._internal_value());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_domain(from._internal_domain());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_path(from._internal_path());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(from._impl_.partition_key_ != nullptr);
      if (_this->_impl_.partition_key_ == nullptr) {
        _this->_impl_.partition_key_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.partition_key_);
      } else {
        _this->_impl_.partition_key_->MergeFrom(*from._impl_.partition_key_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.creation_time_windows_epoch_micros_ = from._impl_.creation_time_windows_epoch_micros_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.expiry_time_windows_epoch_micros_ = from._impl_.expiry_time_windows_epoch_micros_;
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_impl_.last_access_time_windows_epoch_micros_ = from._impl_.last_access_time_windows_epoch_micros_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.last_update_time_windows_epoch_micros_ = from._impl_.last_update_time_windows_epoch_micros_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_impl_.secure_ = from._impl_.secure_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_impl_.httponly_ = from._impl_.httponly_;
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_impl_.site_restrictions_ = from._impl_.site_restrictions_;
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_impl_.priority_ = from._impl_.priority_;
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      _this->_impl_.source_scheme_ = from._impl_.source_scheme_;
    }
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      _this->_impl_.source_port_ = from._impl_.source_port_;
    }
  }
  if (CheckHasBit(cached_has_bits, 0x00010000U)) {
    _this->_impl_.source_type_ = from._impl_.source_type_;
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void CookieSpecifics::InternalSwap(CookieSpecifics* 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_.unique_key_, &other->_impl_.unique_key_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.domain_, &other->_impl_.domain_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.path_, &other->_impl_.path_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.source_type_)
      + sizeof(CookieSpecifics::_impl_.source_type_)
      - PROTOBUF_FIELD_OFFSET(CookieSpecifics, _impl_.partition_key_)>(
          reinterpret_cast<char*>(&_impl_.partition_key_),
          reinterpret_cast<char*>(&other->_impl_.partition_key_));
}

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