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

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

constexpr TextFragmentData::ParseTableT_ TextFragmentData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(TextFragmentData, _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
      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::TextFragmentData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string suffix = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.suffix_)}},
      // optional string text_start = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.text_start_)}},
      // optional string text_end = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.text_end_)}},
      // optional string prefix = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.prefix_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string text_start = 1;
      {PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.text_start_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string text_end = 2;
      {PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.text_end_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string prefix = 3;
      {PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.prefix_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string suffix = 4;
      {PROTOBUF_FIELD_OFFSET(TextFragmentData, _impl_.suffix_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr TextFragmentData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        text_start_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        text_end_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        prefix_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        suffix_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr FormField::ParseTableT_ FormField::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(FormField, _impl_._has_bits_),
      0, // no _extensions_
      8, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967044,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::FormField>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .sync_pb.FormField.AutofillFieldType autofill_types = 8;
      {::_pbi::TcParser::FastErR1,
       {64, 0, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.autofill_types_)}},
      // optional string id_attribute = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.id_attribute_)}},
      // optional string name_attribute = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.name_attribute_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional string form_control_type = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.form_control_type_)}},
      // optional string value = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.value_)}},
      // optional uint64 form_signature = 6;
      {::_pbi::TcParser::FastV64S1,
       {48, 5, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.form_signature_)}},
      // optional uint32 field_signature = 7;
      {::_pbi::TcParser::FastV32S1,
       {56, 6, 0,
        PROTOBUF_FIELD_OFFSET(FormField, _impl_.field_signature_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string id_attribute = 1;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.id_attribute_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string name_attribute = 2;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.name_attribute_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string form_control_type = 4;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.form_control_type_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string value = 5;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.value_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional uint64 form_signature = 6;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.form_signature_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt64)},
      // optional uint32 field_signature = 7;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.field_signature_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // repeated .sync_pb.FormField.AutofillFieldType autofill_types = 8;
      {PROTOBUF_FIELD_OFFSET(FormField, _impl_.autofill_types_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kEnumRange)},
    }},
    {{
        {0, 135},
    }},
    {{
    }},
  };
}


inline constexpr FormField::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        autofill_types_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::FormField,
            PROTOBUF_FIELD_OFFSET(::sync_pb::FormField, _impl_.autofill_types_)>()
         }
        ,
        id_attribute_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        name_attribute_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        form_control_type_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        form_signature_{::uint64_t{0u}},
        field_signature_{0u} {}

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

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

constexpr ScrollPosition::ParseTableT_ ScrollPosition::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ScrollPosition, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::ScrollPosition>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .sync_pb.TextFragmentData text_fragment = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ScrollPosition, _impl_.text_fragment_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .sync_pb.TextFragmentData text_fragment = 1;
      {PROTOBUF_FIELD_OFFSET(ScrollPosition, _impl_.text_fragment_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::TextFragmentData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::TextFragmentData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr ScrollPosition::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        text_fragment_{nullptr} {}

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

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

constexpr FormFieldInfo::ParseTableT_ FormFieldInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(FormFieldInfo, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::sync_pb::FormFieldInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .sync_pb.FormField fields = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(FormFieldInfo, _impl_.fields_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .sync_pb.FormField fields = 1;
      {PROTOBUF_FIELD_OFFSET(FormFieldInfo, _impl_.fields_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::FormField>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::FormField_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr FormFieldInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        fields_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::FormFieldInfo,
            PROTOBUF_FIELD_OFFSET(::sync_pb::FormFieldInfo, _impl_.fields_)>()
         }
     {}

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

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

constexpr PageContext::ParseTableT_ PageContext::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(PageContext, _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
      2,  // 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::PageContext>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .sync_pb.ScrollPosition scroll_position = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(PageContext, _impl_.scroll_position_)}},
      // optional .sync_pb.FormFieldInfo form_field_info = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(PageContext, _impl_.form_field_info_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .sync_pb.FormFieldInfo form_field_info = 1;
      {PROTOBUF_FIELD_OFFSET(PageContext, _impl_.form_field_info_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .sync_pb.ScrollPosition scroll_position = 2;
      {PROTOBUF_FIELD_OFFSET(PageContext, _impl_.scroll_position_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::FormFieldInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::FormFieldInfo_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::ScrollPosition>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::ScrollPosition_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr PageContext::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        form_field_info_{nullptr},
        scroll_position_{nullptr} {}

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

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

constexpr SendTabToSelfSpecifics::ParseTableT_ SendTabToSelfSpecifics::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_._has_bits_),
      0, // no _extensions_
      16, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294901792,  // skipmap
      offsetof(ParseTableT_, field_entries),
      15,  // 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<::sync_pb::SendTabToSelfSpecifics>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional int64 activated_time_windows_epoch_micros = 16;
      {::_pbi::TcParser::FastV64S2,
       {384, 14, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.activated_time_windows_epoch_micros_)}},
      // optional string title = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.title_)}},
      // optional string url = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.url_)}},
      // optional int64 shared_time_usec = 3;
      {::_pbi::TcParser::FastV64S1,
       {24, 8, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.shared_time_usec_)}},
      // optional string device_name = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.device_name_)}},
      // optional string guid = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 4, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.guid_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional string target_device_sync_cache_guid = 7;
      {::_pbi::TcParser::FastBS1,
       {58, 5, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.target_device_sync_cache_guid_)}},
      // optional bool opened = 8;
      {::_pbi::TcParser::FastV8S1,
       {64, 9, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.opened_)}},
      // optional bool notification_dismissed = 9;
      {::_pbi::TcParser::FastV8S1,
       {72, 10, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.notification_dismissed_)}},
      // optional .sync_pb.PageContext page_context = 10;
      {::_pbi::TcParser::FastMtS1,
       {82, 6, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.page_context_)}},
      // repeated .sync_pb.TabNavigation navigation = 11;
      {::_pbi::TcParser::FastMtR1,
       {90, 0, 1,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.navigation_)}},
      // optional int32 current_navigation_index = 12;
      {::_pbi::TcParser::FastV32S1,
       {96, 11, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.current_navigation_index_)}},
      // optional int64 received_time_windows_epoch_micros = 13;
      {::_pbi::TcParser::FastV64S1,
       {104, 12, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.received_time_windows_epoch_micros_)}},
      // optional int64 opened_time_windows_epoch_micros = 14;
      {::_pbi::TcParser::FastV64S1,
       {112, 13, 0,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.opened_time_windows_epoch_micros_)}},
      // optional .sync_pb.EncryptedData encrypted_page_context = 15;
      {::_pbi::TcParser::FastMtS1,
       {122, 7, 2,
        PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.encrypted_page_context_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string title = 1;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.title_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string url = 2;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.url_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 shared_time_usec = 3;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.shared_time_usec_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string device_name = 4;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.device_name_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string guid = 5;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.guid_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string target_device_sync_cache_guid = 7;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.target_device_sync_cache_guid_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool opened = 8;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.opened_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool notification_dismissed = 9;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.notification_dismissed_), _Internal::kHasBitsOffset + 10, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional .sync_pb.PageContext page_context = 10;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.page_context_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .sync_pb.TabNavigation navigation = 11;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.navigation_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional int32 current_navigation_index = 12;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.current_navigation_index_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional int64 received_time_windows_epoch_micros = 13;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.received_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 12, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 opened_time_windows_epoch_micros = 14;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.opened_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 13, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional .sync_pb.EncryptedData encrypted_page_context = 15;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.encrypted_page_context_), _Internal::kHasBitsOffset + 7, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional int64 activated_time_windows_epoch_micros = 16;
      {PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.activated_time_windows_epoch_micros_), _Internal::kHasBitsOffset + 14, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::PageContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::PageContext_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::TabNavigation>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::TabNavigation_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::sync_pb::EncryptedData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::sync_pb::EncryptedData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr SendTabToSelfSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        navigation_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::SendTabToSelfSpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::SendTabToSelfSpecifics, _impl_.navigation_)>()
         }
        ,
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        device_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        guid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        target_device_sync_cache_guid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        page_context_{nullptr},
        encrypted_page_context_{nullptr},
        shared_time_usec_{::int64_t{0}},
        opened_{false},
        notification_dismissed_{false},
        current_navigation_index_{0},
        received_time_windows_epoch_micros_{::int64_t{0}},
        opened_time_windows_epoch_micros_{::int64_t{0}},
        activated_time_windows_epoch_micros_{::int64_t{0}} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SendTabToSelfSpecificsGlobalsTypeInternal SendTabToSelfSpecifics_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SendTabToSelfSpecifics_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SendTabToSelfSpecifics_globals_.GetClassData();
#else
  return SendTabToSelfSpecifics_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace sync_pb
namespace sync_pb {
PROTOBUF_CONSTINIT const uint32_t FormField_AutofillFieldType_internal_data_[] = {
    8912896u, 0u, };
static const char FormField_AutofillFieldType_names[] = {
    "ACCOUNT_CREATION_PASSWORD"
    "ADDRESS_HOME_ADDRESS"
    "ADDRESS_HOME_ADDRESS_WITH_NAME"
    "ADDRESS_HOME_ADMIN_LEVEL2"
    "ADDRESS_HOME_APT"
    "ADDRESS_HOME_APT_NUM"
    "ADDRESS_HOME_APT_TYPE"
    "ADDRESS_HOME_BETWEEN_STREETS"
    "ADDRESS_HOME_BETWEEN_STREETS_1"
    "ADDRESS_HOME_BETWEEN_STREETS_2"
    "ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK"
    "ADDRESS_HOME_CITY"
    "ADDRESS_HOME_COUNTRY"
    "ADDRESS_HOME_DEPENDENT_LOCALITY"
    "ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK"
    "ADDRESS_HOME_FLOOR"
    "ADDRESS_HOME_HOUSE_NUMBER"
    "ADDRESS_HOME_HOUSE_NUMBER_AND_APT"
    "ADDRESS_HOME_LANDMARK"
    "ADDRESS_HOME_LINE1"
    "ADDRESS_HOME_LINE2"
    "ADDRESS_HOME_LINE3"
    "ADDRESS_HOME_OTHER_SUBUNIT"
    "ADDRESS_HOME_OVERFLOW"
    "ADDRESS_HOME_OVERFLOW_AND_LANDMARK"
    "ADDRESS_HOME_SORTING_CODE"
    "ADDRESS_HOME_STATE"
    "ADDRESS_HOME_STREET_ADDRESS"
    "ADDRESS_HOME_STREET_LOCATION"
    "ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK"
    "ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY"
    "ADDRESS_HOME_STREET_NAME"
    "ADDRESS_HOME_SUBPREMISE"
    "ADDRESS_HOME_ZIP"
    "ADDRESS_HOME_ZIP_AND_CITY"
    "ADDRESS_HOME_ZIP_PREFIX"
    "ADDRESS_HOME_ZIP_SUFFIX"
    "ALTERNATIVE_FAMILY_NAME"
    "ALTERNATIVE_FULL_NAME"
    "ALTERNATIVE_GIVEN_NAME"
    "AMBIGUOUS_TYPE"
    "COMPANY_NAME"
    "CONFIRMATION_PASSWORD"
    "CREDIT_CARD_EXP_2_DIGIT_YEAR"
    "CREDIT_CARD_EXP_4_DIGIT_YEAR"
    "CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR"
    "CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR"
    "CREDIT_CARD_EXP_MONTH"
    "CREDIT_CARD_NAME_FIRST"
    "CREDIT_CARD_NAME_FULL"
    "CREDIT_CARD_NAME_LAST"
    "CREDIT_CARD_NUMBER"
    "CREDIT_CARD_STANDALONE_VERIFICATION_CODE"
    "CREDIT_CARD_TYPE"
    "CREDIT_CARD_VERIFICATION_CODE"
    "DELIVERY_INSTRUCTIONS"
    "DEPRECATED_NAME_LAST_CORE"
    "DEPRECATED_NAME_LAST_PREFIX"
    "DRIVERS_LICENSE_EXPIRATION_DATE"
    "DRIVERS_LICENSE_ISSUE_DATE"
    "DRIVERS_LICENSE_NUMBER"
    "DRIVERS_LICENSE_REGION"
    "EMAIL_ADDRESS"
    "EMAIL_OR_LOYALTY_MEMBERSHIP_ID"
    "EMPTY_TYPE"
    "FLIGHT_RESERVATION_ARRIVAL_AIRPORT"
    "FLIGHT_RESERVATION_CONFIRMATION_CODE"
    "FLIGHT_RESERVATION_DEPARTURE_AIRPORT"
    "FLIGHT_RESERVATION_DEPARTURE_DATE"
    "FLIGHT_RESERVATION_FLIGHT_NUMBER"
    "FLIGHT_RESERVATION_TICKET_NUMBER"
    "IBAN_VALUE"
    "KNOWN_TRAVELER_NUMBER"
    "KNOWN_TRAVELER_NUMBER_EXPIRATION_DATE"
    "LOYALTY_MEMBERSHIP_ID"
    "LOYALTY_MEMBERSHIP_PROGRAM"
    "LOYALTY_MEMBERSHIP_PROVIDER"
    "MERCHANT_EMAIL_SIGNUP"
    "MERCHANT_PROMO_CODE"
    "NAME_FIRST"
    "NAME_FULL"
    "NAME_HONORIFIC_PREFIX"
    "NAME_LAST"
    "NAME_LAST_CONJUNCTION"
    "NAME_LAST_FIRST"
    "NAME_LAST_SECOND"
    "NAME_MIDDLE"
    "NAME_MIDDLE_INITIAL"
    "NAME_SUFFIX"
    "NATIONAL_ID_CARD_EXPIRATION_DATE"
    "NATIONAL_ID_CARD_ISSUE_DATE"
    "NATIONAL_ID_CARD_ISSUING_COUNTRY"
    "NATIONAL_ID_CARD_NUMBER"
    "NEW_PASSWORD"
    "NOT_ACCOUNT_CREATION_PASSWORD"
    "NOT_NEW_PASSWORD"
    "NOT_PASSWORD"
    "NOT_USERNAME"
    "NO_SERVER_DATA"
    "NUMERIC_QUANTITY"
    "ONE_TIME_CODE"
    "ORDER_DATE"
    "ORDER_ID"
    "ORDER_MERCHANT_NAME"
    "PASSPORT_EXPIRATION_DATE"
    "PASSPORT_ISSUE_DATE"
    "PASSPORT_ISSUING_COUNTRY"
    "PASSPORT_NUMBER"
    "PASSWORD"
    "PHONE_HOME_CITY_AND_NUMBER"
    "PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX"
    "PHONE_HOME_CITY_CODE"
    "PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX"
    "PHONE_HOME_COUNTRY_CODE"
    "PHONE_HOME_EXTENSION"
    "PHONE_HOME_NUMBER"
    "PHONE_HOME_NUMBER_PREFIX"
    "PHONE_HOME_NUMBER_SUFFIX"
    "PHONE_HOME_WHOLE_NUMBER"
    "PRICE"
    "PROBABLY_NEW_PASSWORD"
    "REDRESS_NUMBER"
    "SEARCH_TERM"
    "SHIPMENT_TRACKING_NUMBER"
    "SINGLE_USERNAME"
    "SINGLE_USERNAME_FORGOT_PASSWORD"
    "SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES"
    "UNKNOWN_TYPE"
    "USERNAME"
    "USERNAME_AND_EMAIL_ADDRESS"
    "VEHICLE_LICENSE_PLATE"
    "VEHICLE_MAKE"
    "VEHICLE_MODEL"
    "VEHICLE_PLATE_STATE"
    "VEHICLE_VIN"
    "VEHICLE_YEAR"
};

static const ::google::protobuf::internal::EnumEntry FormField_AutofillFieldType_entries[] = {
    {{&FormField_AutofillFieldType_names[0], 25}, 35},
    {{&FormField_AutofillFieldType_names[25], 20}, 64},
    {{&FormField_AutofillFieldType_names[45], 30}, 65},
    {{&FormField_AutofillFieldType_names[75], 25}, 79},
    {{&FormField_AutofillFieldType_names[100], 16}, 90},
    {{&FormField_AutofillFieldType_names[116], 20}, 17},
    {{&FormField_AutofillFieldType_names[136], 21}, 91},
    {{&FormField_AutofillFieldType_names[157], 28}, 81},
    {{&FormField_AutofillFieldType_names[185], 30}, 86},
    {{&FormField_AutofillFieldType_names[215], 30}, 87},
    {{&FormField_AutofillFieldType_names[245], 40}, 82},
    {{&FormField_AutofillFieldType_names[285], 17}, 18},
    {{&FormField_AutofillFieldType_names[302], 20}, 21},
    {{&FormField_AutofillFieldType_names[322], 31}, 38},
    {{&FormField_AutofillFieldType_names[353], 44}, 85},
    {{&FormField_AutofillFieldType_names[397], 18}, 66},
    {{&FormField_AutofillFieldType_names[415], 25}, 57},
    {{&FormField_AutofillFieldType_names[440], 33}, 88},
    {{&FormField_AutofillFieldType_names[473], 21}, 77},
    {{&FormField_AutofillFieldType_names[494], 18}, 15},
    {{&FormField_AutofillFieldType_names[512], 18}, 16},
    {{&FormField_AutofillFieldType_names[530], 18}, 39},
    {{&FormField_AutofillFieldType_names[548], 26}, 59},
    {{&FormField_AutofillFieldType_names[574], 21}, 76},
    {{&FormField_AutofillFieldType_names[595], 34}, 78},
    {{&FormField_AutofillFieldType_names[629], 25}, 37},
    {{&FormField_AutofillFieldType_names[654], 18}, 19},
    {{&FormField_AutofillFieldType_names[672], 27}, 36},
    {{&FormField_AutofillFieldType_names[699], 28}, 80},
    {{&FormField_AutofillFieldType_names[727], 41}, 84},
    {{&FormField_AutofillFieldType_names[768], 41}, 83},
    {{&FormField_AutofillFieldType_names[809], 24}, 56},
    {{&FormField_AutofillFieldType_names[833], 23}, 58},
    {{&FormField_AutofillFieldType_names[856], 16}, 20},
    {{&FormField_AutofillFieldType_names[872], 25}, 129},
    {{&FormField_AutofillFieldType_names[897], 23}, 123},
    {{&FormField_AutofillFieldType_names[920], 23}, 124},
    {{&FormField_AutofillFieldType_names[943], 23}, 96},
    {{&FormField_AutofillFieldType_names[966], 21}, 94},
    {{&FormField_AutofillFieldType_names[987], 22}, 95},
    {{&FormField_AutofillFieldType_names[1009], 14}, 50},
    {{&FormField_AutofillFieldType_names[1023], 12}, 31},
    {{&FormField_AutofillFieldType_names[1035], 21}, 49},
    {{&FormField_AutofillFieldType_names[1056], 28}, 25},
    {{&FormField_AutofillFieldType_names[1084], 28}, 26},
    {{&FormField_AutofillFieldType_names[1112], 33}, 27},
    {{&FormField_AutofillFieldType_names[1145], 33}, 28},
    {{&FormField_AutofillFieldType_names[1178], 21}, 24},
    {{&FormField_AutofillFieldType_names[1199], 22}, 46},
    {{&FormField_AutofillFieldType_names[1221], 21}, 22},
    {{&FormField_AutofillFieldType_names[1242], 21}, 47},
    {{&FormField_AutofillFieldType_names[1263], 18}, 23},
    {{&FormField_AutofillFieldType_names[1281], 40}, 72},
    {{&FormField_AutofillFieldType_names[1321], 16}, 29},
    {{&FormField_AutofillFieldType_names[1337], 29}, 30},
    {{&FormField_AutofillFieldType_names[1366], 21}, 75},
    {{&FormField_AutofillFieldType_names[1387], 25}, 98},
    {{&FormField_AutofillFieldType_names[1412], 27}, 97},
    {{&FormField_AutofillFieldType_names[1439], 31}, 111},
    {{&FormField_AutofillFieldType_names[1470], 26}, 112},
    {{&FormField_AutofillFieldType_names[1496], 22}, 110},
    {{&FormField_AutofillFieldType_names[1518], 22}, 109},
    {{&FormField_AutofillFieldType_names[1540], 13}, 9},
    {{&FormField_AutofillFieldType_names[1553], 30}, 115},
    {{&FormField_AutofillFieldType_names[1583], 10}, 2},
    {{&FormField_AutofillFieldType_names[1593], 34}, 135},
    {{&FormField_AutofillFieldType_names[1627], 36}, 126},
    {{&FormField_AutofillFieldType_names[1663], 36}, 134},
    {{&FormField_AutofillFieldType_names[1699], 33}, 128},
    {{&FormField_AutofillFieldType_names[1732], 32}, 125},
    {{&FormField_AutofillFieldType_names[1764], 32}, 127},
    {{&FormField_AutofillFieldType_names[1796], 10}, 71},
    {{&FormField_AutofillFieldType_names[1806], 21}, 120},
    {{&FormField_AutofillFieldType_names[1827], 37}, 121},
    {{&FormField_AutofillFieldType_names[1864], 21}, 92},
    {{&FormField_AutofillFieldType_names[1885], 26}, 103},
    {{&FormField_AutofillFieldType_names[1911], 27}, 104},
    {{&FormField_AutofillFieldType_names[1938], 21}, 32},
    {{&FormField_AutofillFieldType_names[1959], 19}, 33},
    {{&FormField_AutofillFieldType_names[1978], 10}, 3},
    {{&FormField_AutofillFieldType_names[1988], 9}, 7},
    {{&FormField_AutofillFieldType_names[1997], 21}, 63},
    {{&FormField_AutofillFieldType_names[2018], 9}, 5},
    {{&FormField_AutofillFieldType_names[2027], 21}, 61},
    {{&FormField_AutofillFieldType_names[2048], 15}, 60},
    {{&FormField_AutofillFieldType_names[2063], 16}, 62},
    {{&FormField_AutofillFieldType_names[2079], 11}, 4},
    {{&FormField_AutofillFieldType_names[2090], 19}, 6},
    {{&FormField_AutofillFieldType_names[2109], 11}, 8},
    {{&FormField_AutofillFieldType_names[2120], 32}, 117},
    {{&FormField_AutofillFieldType_names[2152], 27}, 118},
    {{&FormField_AutofillFieldType_names[2179], 32}, 119},
    {{&FormField_AutofillFieldType_names[2211], 23}, 116},
    {{&FormField_AutofillFieldType_names[2234], 12}, 43},
    {{&FormField_AutofillFieldType_names[2246], 29}, 40},
    {{&FormField_AutofillFieldType_names[2275], 16}, 45},
    {{&FormField_AutofillFieldType_names[2291], 12}, 53},
    {{&FormField_AutofillFieldType_names[2303], 12}, 55},
    {{&FormField_AutofillFieldType_names[2315], 14}, 0},
    {{&FormField_AutofillFieldType_names[2329], 16}, 73},
    {{&FormField_AutofillFieldType_names[2345], 13}, 74},
    {{&FormField_AutofillFieldType_names[2358], 10}, 131},
    {{&FormField_AutofillFieldType_names[2368], 8}, 130},
    {{&FormField_AutofillFieldType_names[2376], 19}, 132},
    {{&FormField_AutofillFieldType_names[2395], 24}, 101},
    {{&FormField_AutofillFieldType_names[2419], 19}, 102},
    {{&FormField_AutofillFieldType_names[2438], 24}, 100},
    {{&FormField_AutofillFieldType_names[2462], 15}, 99},
    {{&FormField_AutofillFieldType_names[2477], 8}, 34},
    {{&FormField_AutofillFieldType_names[2485], 26}, 13},
    {{&FormField_AutofillFieldType_names[2511], 47}, 68},
    {{&FormField_AutofillFieldType_names[2558], 20}, 11},
    {{&FormField_AutofillFieldType_names[2578], 38}, 67},
    {{&FormField_AutofillFieldType_names[2616], 23}, 12},
    {{&FormField_AutofillFieldType_names[2639], 20}, 48},
    {{&FormField_AutofillFieldType_names[2659], 17}, 10},
    {{&FormField_AutofillFieldType_names[2676], 24}, 69},
    {{&FormField_AutofillFieldType_names[2700], 24}, 70},
    {{&FormField_AutofillFieldType_names[2724], 23}, 14},
    {{&FormField_AutofillFieldType_names[2747], 5}, 52},
    {{&FormField_AutofillFieldType_names[2752], 21}, 44},
    {{&FormField_AutofillFieldType_names[2773], 14}, 122},
    {{&FormField_AutofillFieldType_names[2787], 11}, 51},
    {{&FormField_AutofillFieldType_names[2798], 24}, 133},
    {{&FormField_AutofillFieldType_names[2822], 15}, 54},
    {{&FormField_AutofillFieldType_names[2837], 31}, 89},
    {{&FormField_AutofillFieldType_names[2868], 40}, 93},
    {{&FormField_AutofillFieldType_names[2908], 12}, 1},
    {{&FormField_AutofillFieldType_names[2920], 8}, 41},
    {{&FormField_AutofillFieldType_names[2928], 26}, 42},
    {{&FormField_AutofillFieldType_names[2954], 21}, 105},
    {{&FormField_AutofillFieldType_names[2975], 12}, 107},
    {{&FormField_AutofillFieldType_names[2987], 13}, 108},
    {{&FormField_AutofillFieldType_names[3000], 19}, 114},
    {{&FormField_AutofillFieldType_names[3019], 11}, 106},
    {{&FormField_AutofillFieldType_names[3030], 12}, 113},
};

static const int FormField_AutofillFieldType_entries_by_number[] = {
    98,  // 0 -> NO_SERVER_DATA
    127,  // 1 -> UNKNOWN_TYPE
    64,  // 2 -> EMPTY_TYPE
    79,  // 3 -> NAME_FIRST
    86,  // 4 -> NAME_MIDDLE
    82,  // 5 -> NAME_LAST
    87,  // 6 -> NAME_MIDDLE_INITIAL
    80,  // 7 -> NAME_FULL
    88,  // 8 -> NAME_SUFFIX
    62,  // 9 -> EMAIL_ADDRESS
    115,  // 10 -> PHONE_HOME_NUMBER
    111,  // 11 -> PHONE_HOME_CITY_CODE
    113,  // 12 -> PHONE_HOME_COUNTRY_CODE
    109,  // 13 -> PHONE_HOME_CITY_AND_NUMBER
    118,  // 14 -> PHONE_HOME_WHOLE_NUMBER
    19,  // 15 -> ADDRESS_HOME_LINE1
    20,  // 16 -> ADDRESS_HOME_LINE2
    5,  // 17 -> ADDRESS_HOME_APT_NUM
    11,  // 18 -> ADDRESS_HOME_CITY
    26,  // 19 -> ADDRESS_HOME_STATE
    33,  // 20 -> ADDRESS_HOME_ZIP
    12,  // 21 -> ADDRESS_HOME_COUNTRY
    49,  // 22 -> CREDIT_CARD_NAME_FULL
    51,  // 23 -> CREDIT_CARD_NUMBER
    47,  // 24 -> CREDIT_CARD_EXP_MONTH
    43,  // 25 -> CREDIT_CARD_EXP_2_DIGIT_YEAR
    44,  // 26 -> CREDIT_CARD_EXP_4_DIGIT_YEAR
    45,  // 27 -> CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR
    46,  // 28 -> CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR
    53,  // 29 -> CREDIT_CARD_TYPE
    54,  // 30 -> CREDIT_CARD_VERIFICATION_CODE
    41,  // 31 -> COMPANY_NAME
    77,  // 32 -> MERCHANT_EMAIL_SIGNUP
    78,  // 33 -> MERCHANT_PROMO_CODE
    108,  // 34 -> PASSWORD
    0,  // 35 -> ACCOUNT_CREATION_PASSWORD
    27,  // 36 -> ADDRESS_HOME_STREET_ADDRESS
    25,  // 37 -> ADDRESS_HOME_SORTING_CODE
    13,  // 38 -> ADDRESS_HOME_DEPENDENT_LOCALITY
    21,  // 39 -> ADDRESS_HOME_LINE3
    94,  // 40 -> NOT_ACCOUNT_CREATION_PASSWORD
    128,  // 41 -> USERNAME
    129,  // 42 -> USERNAME_AND_EMAIL_ADDRESS
    93,  // 43 -> NEW_PASSWORD
    120,  // 44 -> PROBABLY_NEW_PASSWORD
    95,  // 45 -> NOT_NEW_PASSWORD
    48,  // 46 -> CREDIT_CARD_NAME_FIRST
    50,  // 47 -> CREDIT_CARD_NAME_LAST
    114,  // 48 -> PHONE_HOME_EXTENSION
    42,  // 49 -> CONFIRMATION_PASSWORD
    40,  // 50 -> AMBIGUOUS_TYPE
    122,  // 51 -> SEARCH_TERM
    119,  // 52 -> PRICE
    96,  // 53 -> NOT_PASSWORD
    124,  // 54 -> SINGLE_USERNAME
    97,  // 55 -> NOT_USERNAME
    31,  // 56 -> ADDRESS_HOME_STREET_NAME
    16,  // 57 -> ADDRESS_HOME_HOUSE_NUMBER
    32,  // 58 -> ADDRESS_HOME_SUBPREMISE
    22,  // 59 -> ADDRESS_HOME_OTHER_SUBUNIT
    84,  // 60 -> NAME_LAST_FIRST
    83,  // 61 -> NAME_LAST_CONJUNCTION
    85,  // 62 -> NAME_LAST_SECOND
    81,  // 63 -> NAME_HONORIFIC_PREFIX
    1,  // 64 -> ADDRESS_HOME_ADDRESS
    2,  // 65 -> ADDRESS_HOME_ADDRESS_WITH_NAME
    15,  // 66 -> ADDRESS_HOME_FLOOR
    112,  // 67 -> PHONE_HOME_CITY_CODE_WITH_TRUNK_PREFIX
    110,  // 68 -> PHONE_HOME_CITY_AND_NUMBER_WITHOUT_TRUNK_PREFIX
    116,  // 69 -> PHONE_HOME_NUMBER_PREFIX
    117,  // 70 -> PHONE_HOME_NUMBER_SUFFIX
    71,  // 71 -> IBAN_VALUE
    52,  // 72 -> CREDIT_CARD_STANDALONE_VERIFICATION_CODE
    99,  // 73 -> NUMERIC_QUANTITY
    100,  // 74 -> ONE_TIME_CODE
    55,  // 75 -> DELIVERY_INSTRUCTIONS
    23,  // 76 -> ADDRESS_HOME_OVERFLOW
    18,  // 77 -> ADDRESS_HOME_LANDMARK
    24,  // 78 -> ADDRESS_HOME_OVERFLOW_AND_LANDMARK
    3,  // 79 -> ADDRESS_HOME_ADMIN_LEVEL2
    28,  // 80 -> ADDRESS_HOME_STREET_LOCATION
    7,  // 81 -> ADDRESS_HOME_BETWEEN_STREETS
    10,  // 82 -> ADDRESS_HOME_BETWEEN_STREETS_OR_LANDMARK
    30,  // 83 -> ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY
    29,  // 84 -> ADDRESS_HOME_STREET_LOCATION_AND_LANDMARK
    14,  // 85 -> ADDRESS_HOME_DEPENDENT_LOCALITY_AND_LANDMARK
    8,  // 86 -> ADDRESS_HOME_BETWEEN_STREETS_1
    9,  // 87 -> ADDRESS_HOME_BETWEEN_STREETS_2
    17,  // 88 -> ADDRESS_HOME_HOUSE_NUMBER_AND_APT
    125,  // 89 -> SINGLE_USERNAME_FORGOT_PASSWORD
    4,  // 90 -> ADDRESS_HOME_APT
    6,  // 91 -> ADDRESS_HOME_APT_TYPE
    74,  // 92 -> LOYALTY_MEMBERSHIP_ID
    126,  // 93 -> SINGLE_USERNAME_WITH_INTERMEDIATE_VALUES
    38,  // 94 -> ALTERNATIVE_FULL_NAME
    39,  // 95 -> ALTERNATIVE_GIVEN_NAME
    37,  // 96 -> ALTERNATIVE_FAMILY_NAME
    57,  // 97 -> DEPRECATED_NAME_LAST_PREFIX
    56,  // 98 -> DEPRECATED_NAME_LAST_CORE
    107,  // 99 -> PASSPORT_NUMBER
    106,  // 100 -> PASSPORT_ISSUING_COUNTRY
    104,  // 101 -> PASSPORT_EXPIRATION_DATE
    105,  // 102 -> PASSPORT_ISSUE_DATE
    75,  // 103 -> LOYALTY_MEMBERSHIP_PROGRAM
    76,  // 104 -> LOYALTY_MEMBERSHIP_PROVIDER
    130,  // 105 -> VEHICLE_LICENSE_PLATE
    134,  // 106 -> VEHICLE_VIN
    131,  // 107 -> VEHICLE_MAKE
    132,  // 108 -> VEHICLE_MODEL
    61,  // 109 -> DRIVERS_LICENSE_REGION
    60,  // 110 -> DRIVERS_LICENSE_NUMBER
    58,  // 111 -> DRIVERS_LICENSE_EXPIRATION_DATE
    59,  // 112 -> DRIVERS_LICENSE_ISSUE_DATE
    135,  // 113 -> VEHICLE_YEAR
    133,  // 114 -> VEHICLE_PLATE_STATE
    63,  // 115 -> EMAIL_OR_LOYALTY_MEMBERSHIP_ID
    92,  // 116 -> NATIONAL_ID_CARD_NUMBER
    89,  // 117 -> NATIONAL_ID_CARD_EXPIRATION_DATE
    90,  // 118 -> NATIONAL_ID_CARD_ISSUE_DATE
    91,  // 119 -> NATIONAL_ID_CARD_ISSUING_COUNTRY
    72,  // 120 -> KNOWN_TRAVELER_NUMBER
    73,  // 121 -> KNOWN_TRAVELER_NUMBER_EXPIRATION_DATE
    121,  // 122 -> REDRESS_NUMBER
    35,  // 123 -> ADDRESS_HOME_ZIP_PREFIX
    36,  // 124 -> ADDRESS_HOME_ZIP_SUFFIX
    69,  // 125 -> FLIGHT_RESERVATION_FLIGHT_NUMBER
    66,  // 126 -> FLIGHT_RESERVATION_CONFIRMATION_CODE
    70,  // 127 -> FLIGHT_RESERVATION_TICKET_NUMBER
    68,  // 128 -> FLIGHT_RESERVATION_DEPARTURE_DATE
    34,  // 129 -> ADDRESS_HOME_ZIP_AND_CITY
    102,  // 130 -> ORDER_ID
    101,  // 131 -> ORDER_DATE
    103,  // 132 -> ORDER_MERCHANT_NAME
    123,  // 133 -> SHIPMENT_TRACKING_NUMBER
    67,  // 134 -> FLIGHT_RESERVATION_DEPARTURE_AIRPORT
    65,  // 135 -> FLIGHT_RESERVATION_ARRIVAL_AIRPORT
};

bool FormField_AutofillFieldType_Parse(::absl::string_view name,
                                  FormField_AutofillFieldType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      FormField_AutofillFieldType_entries, 136, name, &int_value);
  if (success) {
    *value = static_cast<FormField_AutofillFieldType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    FormField_AutofillFieldType_strings[136] = {};

const ::std::string& FormField_AutofillFieldType_Name(FormField_AutofillFieldType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      FormField_AutofillFieldType_entries, FormField_AutofillFieldType_entries_by_number, 136,
      FormField_AutofillFieldType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(FormField_AutofillFieldType_entries,
                                  FormField_AutofillFieldType_entries_by_number,
                                  136, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : FormField_AutofillFieldType_strings[idx].get();
}
// ===================================================================

void SendTabToSelfSpecifics::clear_encrypted_page_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.encrypted_page_context_ != nullptr) _impl_.encrypted_page_context_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
void SendTabToSelfSpecifics::clear_navigation() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.navigation_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
SendTabToSelfSpecifics::SendTabToSelfSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SendTabToSelfSpecifics_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.SendTabToSelfSpecifics)
}
PROTOBUF_NDEBUG_INLINE SendTabToSelfSpecifics::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::SendTabToSelfSpecifics& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        navigation_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::SendTabToSelfSpecifics,
              PROTOBUF_FIELD_OFFSET(::sync_pb::SendTabToSelfSpecifics, _impl_.navigation_)>()
          , from.navigation_
        }
        ,
        title_(arena, from.title_),
        url_(arena, from.url_),
        device_name_(arena, from.device_name_),
        guid_(arena, from.guid_),
        target_device_sync_cache_guid_(arena, from.target_device_sync_cache_guid_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SendTabToSelfSpecifics* 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_.page_context_ = (CheckHasBit(cached_has_bits, 0x00000040U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.page_context_)
                : nullptr;
  _impl_.encrypted_page_context_ = (CheckHasBit(cached_has_bits, 0x00000080U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.encrypted_page_context_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, shared_time_usec_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, shared_time_usec_),
           offsetof(Impl_, activated_time_windows_epoch_micros_) -
               offsetof(Impl_, shared_time_usec_) +
               sizeof(Impl_::activated_time_windows_epoch_micros_));

  // @@protoc_insertion_point(copy_constructor:sync_pb.SendTabToSelfSpecifics)
}
PROTOBUF_NDEBUG_INLINE SendTabToSelfSpecifics::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        navigation_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::SendTabToSelfSpecifics,
            PROTOBUF_FIELD_OFFSET(::sync_pb::SendTabToSelfSpecifics, _impl_.navigation_)>()
         }
        ,
        title_(arena),
        url_(arena),
        device_name_(arena),
        guid_(arena),
        target_device_sync_cache_guid_(arena) {}

inline void SendTabToSelfSpecifics::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, page_context_),
           0,
           offsetof(Impl_, activated_time_windows_epoch_micros_) -
               offsetof(Impl_, page_context_) +
               sizeof(Impl_::activated_time_windows_epoch_micros_));
}
SendTabToSelfSpecifics::~SendTabToSelfSpecifics() {
  // @@protoc_insertion_point(destructor:sync_pb.SendTabToSelfSpecifics)
  SharedDtor(*this);
}
inline void SendTabToSelfSpecifics::SharedDtor(MessageLite& self) {
  SendTabToSelfSpecifics& this_ = static_cast<SendTabToSelfSpecifics&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.title_.Destroy();
  this_._impl_.url_.Destroy();
  this_._impl_.device_name_.Destroy();
  this_._impl_.guid_.Destroy();
  this_._impl_.target_device_sync_cache_guid_.Destroy();
  delete this_._impl_.page_context_;
  delete this_._impl_.encrypted_page_context_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SendTabToSelfSpecifics_class_data_ =
    SendTabToSelfSpecifics::InternalGenerateClassData_(SendTabToSelfSpecifics_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.navigation_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.url_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.device_name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.guid_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.target_device_sync_cache_guid_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(_impl_.page_context_ != nullptr);
      _impl_.page_context_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      ABSL_DCHECK(_impl_.encrypted_page_context_ != nullptr);
      _impl_.encrypted_page_context_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00007f00U)) {
    ::memset(&_impl_.shared_time_usec_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.activated_time_windows_epoch_micros_) -
        reinterpret_cast<char*>(&_impl_.shared_time_usec_)) + sizeof(_impl_.activated_time_windows_epoch_micros_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

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

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

  // optional string target_device_sync_cache_guid = 7;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    const ::std::string& _s = this_._internal_target_device_sync_cache_guid();
    target = stream->WriteStringMaybeAliased(7, _s, target);
  }

  // optional bool opened = 8;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        8, this_._internal_opened(), target);
  }

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

  // optional .sync_pb.PageContext page_context = 10;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        10, *this_._impl_.page_context_, this_._impl_.page_context_->GetCachedSize(), target,
        stream);
  }

  // repeated .sync_pb.TabNavigation navigation = 11;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_navigation_size());
         i < n; i++) {
      const auto& repfield = this_._internal_navigation().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              11, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

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

  // optional int64 received_time_windows_epoch_micros = 13;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<13>(
            stream, this_._internal_received_time_windows_epoch_micros(), target);
  }

  // optional int64 opened_time_windows_epoch_micros = 14;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<14>(
            stream, this_._internal_opened_time_windows_epoch_micros(), target);
  }

  // optional .sync_pb.EncryptedData encrypted_page_context = 15;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        15, *this_._impl_.encrypted_page_context_, this_._impl_.encrypted_page_context_->GetCachedSize(), target,
        stream);
  }

  // optional int64 activated_time_windows_epoch_micros = 16;
  if (CheckHasBit(cached_has_bits, 0x00004000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteInt64ToArray(
        16, this_._internal_activated_time_windows_epoch_micros(), 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.SendTabToSelfSpecifics)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SendTabToSelfSpecifics::ByteSizeLong(const MessageLite& base) {
  const SendTabToSelfSpecifics& this_ = static_cast<const SendTabToSelfSpecifics&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SendTabToSelfSpecifics::ByteSizeLong() const {
  const SendTabToSelfSpecifics& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.SendTabToSelfSpecifics)
  ::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(0x00000600U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated .sync_pb.TabNavigation navigation = 11;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_navigation_size();
      for (const auto& msg : this_._internal_navigation()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string title = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string url = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_url());
    }
    // optional string device_name = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_device_name());
    }
    // optional string guid = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_guid());
    }
    // optional string target_device_sync_cache_guid = 7;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_target_device_sync_cache_guid());
    }
    // optional .sync_pb.PageContext page_context = 10;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.page_context_);
    }
    // optional .sync_pb.EncryptedData encrypted_page_context = 15;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.encrypted_page_context_);
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00007900U)) {
    // optional int64 shared_time_usec = 3;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_shared_time_usec());
    }
    // optional int32 current_navigation_index = 12;
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_current_navigation_index());
    }
    // optional int64 received_time_windows_epoch_micros = 13;
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_received_time_windows_epoch_micros());
    }
    // optional int64 opened_time_windows_epoch_micros = 14;
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_opened_time_windows_epoch_micros());
    }
    // optional int64 activated_time_windows_epoch_micros = 16;
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      total_size += 2 + ::_pbi::WireFormatLite::Int64Size(
                                      this_._internal_activated_time_windows_epoch_micros());
    }
  }
  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 SendTabToSelfSpecifics::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SendTabToSelfSpecifics*>(&to_msg);
  auto& from = static_cast<const SendTabToSelfSpecifics&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.SendTabToSelfSpecifics)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_navigation()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_navigation());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_url(from._internal_url());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_device_name(from._internal_device_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_guid(from._internal_guid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_target_device_sync_cache_guid(from._internal_target_device_sync_cache_guid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(from._impl_.page_context_ != nullptr);
      if (_this->_impl_.page_context_ == nullptr) {
        _this->_impl_.page_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.page_context_);
      } else {
        _this->_impl_.page_context_->MergeFrom(*from._impl_.page_context_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      ABSL_DCHECK(from._impl_.encrypted_page_context_ != nullptr);
      if (_this->_impl_.encrypted_page_context_ == nullptr) {
        _this->_impl_.encrypted_page_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.encrypted_page_context_);
      } else {
        _this->_impl_.encrypted_page_context_->MergeFrom(*from._impl_.encrypted_page_context_);
      }
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00007f00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_impl_.shared_time_usec_ = from._impl_.shared_time_usec_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.opened_ = from._impl_.opened_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_impl_.notification_dismissed_ = from._impl_.notification_dismissed_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_impl_.current_navigation_index_ = from._impl_.current_navigation_index_;
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_impl_.received_time_windows_epoch_micros_ = from._impl_.received_time_windows_epoch_micros_;
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_impl_.opened_time_windows_epoch_micros_ = from._impl_.opened_time_windows_epoch_micros_;
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      _this->_impl_.activated_time_windows_epoch_micros_ = from._impl_.activated_time_windows_epoch_micros_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void SendTabToSelfSpecifics::InternalSwap(SendTabToSelfSpecifics* 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_.navigation_.InternalSwap(&other->_impl_.navigation_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.url_, &other->_impl_.url_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.device_name_, &other->_impl_.device_name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.guid_, &other->_impl_.guid_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.target_device_sync_cache_guid_, &other->_impl_.target_device_sync_cache_guid_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.activated_time_windows_epoch_micros_)
      + sizeof(SendTabToSelfSpecifics::_impl_.activated_time_windows_epoch_micros_)
      - PROTOBUF_FIELD_OFFSET(SendTabToSelfSpecifics, _impl_.page_context_)>(
          reinterpret_cast<char*>(&_impl_.page_context_),
          reinterpret_cast<char*>(&other->_impl_.page_context_));
}

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

PageContext::PageContext(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, PageContext_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.PageContext)
}
PROTOBUF_NDEBUG_INLINE PageContext::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::PageContext& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  PageContext* 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_.form_field_info_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.form_field_info_)
                : nullptr;
  _impl_.scroll_position_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.scroll_position_)
                : nullptr;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite PageContext_class_data_ =
    PageContext::InternalGenerateClassData_(PageContext_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PageContext::GetClassData() const {
  return PageContext_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
PageContext::GetClassData() const {
  return PageContext_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const PageContext::ParseTableT_
    PageContext::_table_ =
        PageContext::InternalGenerateParseTable_(PageContext_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void PageContext::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.PageContext)
  ::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)) {
      ABSL_DCHECK(_impl_.form_field_info_ != nullptr);
      _impl_.form_field_info_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.scroll_position_ != nullptr);
      _impl_.scroll_position_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .sync_pb.FormFieldInfo form_field_info = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.form_field_info_, this_._impl_.form_field_info_->GetCachedSize(), target,
        stream);
  }

  // optional .sync_pb.ScrollPosition scroll_position = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.scroll_position_, this_._impl_.scroll_position_->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:sync_pb.PageContext)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // optional .sync_pb.FormFieldInfo form_field_info = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.form_field_info_);
    }
    // optional .sync_pb.ScrollPosition scroll_position = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.scroll_position_);
    }
  }
  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 PageContext::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<PageContext*>(&to_msg);
  auto& from = static_cast<const PageContext&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.PageContext)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

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

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


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

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

FormFieldInfo::FormFieldInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, FormFieldInfo_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.FormFieldInfo)
}
PROTOBUF_NDEBUG_INLINE FormFieldInfo::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::FormFieldInfo& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        fields_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::FormFieldInfo,
              PROTOBUF_FIELD_OFFSET(::sync_pb::FormFieldInfo, _impl_.fields_)>()
          , from.fields_
        }
     {}

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite FormFieldInfo_class_data_ =
    FormFieldInfo::InternalGenerateClassData_(FormFieldInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormFieldInfo::GetClassData() const {
  return FormFieldInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FormFieldInfo::GetClassData() const {
  return FormFieldInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const FormFieldInfo::ParseTableT_
    FormFieldInfo::_table_ =
        FormFieldInfo::InternalGenerateParseTable_(FormFieldInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void FormFieldInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.FormFieldInfo)
  ::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_.fields_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .sync_pb.FormField fields = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_fields_size());
         i < n; i++) {
      const auto& repfield = this_._internal_fields().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, 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:sync_pb.FormFieldInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t FormFieldInfo::ByteSizeLong(const MessageLite& base) {
  const FormFieldInfo& this_ = static_cast<const FormFieldInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t FormFieldInfo::ByteSizeLong() const {
  const FormFieldInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.FormFieldInfo)
  ::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_);
   {
    // repeated .sync_pb.FormField fields = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_fields_size();
      for (const auto& msg : this_._internal_fields()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
  }
  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 FormFieldInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<FormFieldInfo*>(&to_msg);
  auto& from = static_cast<const FormFieldInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.FormFieldInfo)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_mutable_fields()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_fields());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void FormFieldInfo::InternalSwap(FormFieldInfo* 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_.fields_.InternalSwap(&other->_impl_.fields_);
}

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

FormField::FormField(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, FormField_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.FormField)
}
PROTOBUF_NDEBUG_INLINE FormField::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::FormField& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        autofill_types_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::sync_pb::FormField,
              PROTOBUF_FIELD_OFFSET(::sync_pb::FormField, _impl_.autofill_types_)>()
          , from.autofill_types_
        }
        ,
        id_attribute_(arena, from.id_attribute_),
        name_attribute_(arena, from.name_attribute_),
        form_control_type_(arena, from.form_control_type_),
        value_(arena, from.value_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  FormField* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, form_signature_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, form_signature_),
           offsetof(Impl_, field_signature_) -
               offsetof(Impl_, form_signature_) +
               sizeof(Impl_::field_signature_));

  // @@protoc_insertion_point(copy_constructor:sync_pb.FormField)
}
PROTOBUF_NDEBUG_INLINE FormField::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        autofill_types_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::sync_pb::FormField,
            PROTOBUF_FIELD_OFFSET(::sync_pb::FormField, _impl_.autofill_types_)>()
         }
        ,
        id_attribute_(arena),
        name_attribute_(arena),
        form_control_type_(arena),
        value_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite FormField_class_data_ =
    FormField::InternalGenerateClassData_(FormField_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.autofill_types_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.id_attribute_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.name_attribute_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.form_control_type_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.value_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000060U)) {
    ::memset(&_impl_.form_signature_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.field_signature_) -
        reinterpret_cast<char*>(&_impl_.form_signature_)) + sizeof(_impl_.field_signature_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

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

  // optional uint64 form_signature = 6;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
        6, this_._internal_form_signature(), target);
  }

  // optional uint32 field_signature = 7;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        7, this_._internal_field_signature(), target);
  }

  // repeated .sync_pb.FormField.AutofillFieldType autofill_types = 8;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_autofill_types_size(); i < n; ++i) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          8, static_cast<::sync_pb::FormField_AutofillFieldType>(this_._internal_autofill_types().Get(i)),
          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.FormField)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t FormField::ByteSizeLong(const MessageLite& base) {
  const FormField& this_ = static_cast<const FormField&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t FormField::ByteSizeLong() const {
  const FormField& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.FormField)
  ::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, 0x0000007fU)) {
    // repeated .sync_pb.FormField.AutofillFieldType autofill_types = 8;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ::size_t data_size =
          ::_pbi::WireFormatLite::EnumSize(this_._internal_autofill_types());
      ::size_t tag_size = ::size_t{1} *
          ::_pbi::FromIntSize(this_._internal_autofill_types_size());
      total_size += data_size + tag_size;
    }
    // optional string id_attribute = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_id_attribute());
    }
    // optional string name_attribute = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name_attribute());
    }
    // optional string form_control_type = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_form_control_type());
    }
    // optional string value = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_value());
    }
    // optional uint64 form_signature = 6;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
          this_._internal_form_signature());
    }
    // optional uint32 field_signature = 7;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_field_signature());
    }
  }
  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 FormField::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<FormField*>(&to_msg);
  auto& from = static_cast<const FormField&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.FormField)
  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, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_autofill_types()->MergeFrom(from._internal_autofill_types());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_id_attribute(from._internal_id_attribute());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_name_attribute(from._internal_name_attribute());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_form_control_type(from._internal_form_control_type());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_value(from._internal_value());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.form_signature_ = from._impl_.form_signature_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.field_signature_ = from._impl_.field_signature_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void FormField::InternalSwap(FormField* 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_.autofill_types_.InternalSwap(&other->_impl_.autofill_types_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.id_attribute_, &other->_impl_.id_attribute_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_attribute_, &other->_impl_.name_attribute_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.form_control_type_, &other->_impl_.form_control_type_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(FormField, _impl_.field_signature_)
      + sizeof(FormField::_impl_.field_signature_)
      - PROTOBUF_FIELD_OFFSET(FormField, _impl_.form_signature_)>(
          reinterpret_cast<char*>(&_impl_.form_signature_),
          reinterpret_cast<char*>(&other->_impl_.form_signature_));
}

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

ScrollPosition::ScrollPosition(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ScrollPosition_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.ScrollPosition)
}
PROTOBUF_NDEBUG_INLINE ScrollPosition::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::ScrollPosition& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ScrollPosition* 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_.text_fragment_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.text_fragment_)
                : nullptr;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ScrollPosition_class_data_ =
    ScrollPosition::InternalGenerateClassData_(ScrollPosition_globals_._default);

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .sync_pb.TextFragmentData text_fragment = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.text_fragment_, this_._impl_.text_fragment_->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:sync_pb.ScrollPosition)
  return target;
}

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

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

   {
    // optional .sync_pb.TextFragmentData text_fragment = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.text_fragment_);
    }
  }
  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 ScrollPosition::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ScrollPosition*>(&to_msg);
  auto& from = static_cast<const ScrollPosition&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.ScrollPosition)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

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

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


void ScrollPosition::InternalSwap(ScrollPosition* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  swap(_impl_.text_fragment_, other->_impl_.text_fragment_);
}

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

TextFragmentData::TextFragmentData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, TextFragmentData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:sync_pb.TextFragmentData)
}
PROTOBUF_NDEBUG_INLINE TextFragmentData::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::TextFragmentData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        text_start_(arena, from.text_start_),
        text_end_(arena, from.text_end_),
        prefix_(arena, from.prefix_),
        suffix_(arena, from.suffix_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  TextFragmentData* 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:sync_pb.TextFragmentData)
}
PROTOBUF_NDEBUG_INLINE TextFragmentData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        text_start_(arena),
        text_end_(arena),
        prefix_(arena),
        suffix_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite TextFragmentData_class_data_ =
    TextFragmentData::InternalGenerateClassData_(TextFragmentData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TextFragmentData::GetClassData() const {
  return TextFragmentData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
TextFragmentData::GetClassData() const {
  return TextFragmentData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const TextFragmentData::ParseTableT_
    TextFragmentData::_table_ =
        TextFragmentData::InternalGenerateParseTable_(TextFragmentData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void TextFragmentData::Clear() {
// @@protoc_insertion_point(message_clear_start:sync_pb.TextFragmentData)
  ::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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.text_start_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.text_end_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.prefix_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.suffix_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

  // optional string suffix = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_suffix();
    target = stream->WriteStringMaybeAliased(4, _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:sync_pb.TextFragmentData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t TextFragmentData::ByteSizeLong(const MessageLite& base) {
  const TextFragmentData& this_ = static_cast<const TextFragmentData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t TextFragmentData::ByteSizeLong() const {
  const TextFragmentData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:sync_pb.TextFragmentData)
  ::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)) {
    // optional string text_start = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text_start());
    }
    // optional string text_end = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text_end());
    }
    // optional string prefix = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_prefix());
    }
    // optional string suffix = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_suffix());
    }
  }
  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 TextFragmentData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<TextFragmentData*>(&to_msg);
  auto& from = static_cast<const TextFragmentData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:sync_pb.TextFragmentData)
  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_set_text_start(from._internal_text_start());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_text_end(from._internal_text_end());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_prefix(from._internal_prefix());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_suffix(from._internal_suffix());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void TextFragmentData::InternalSwap(TextFragmentData* 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_.text_start_, &other->_impl_.text_start_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.text_end_, &other->_impl_.text_end_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.prefix_, &other->_impl_.prefix_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.suffix_, &other->_impl_.suffix_, arena);
}

// @@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"
