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

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

constexpr AuxiliarySearchEntry::ParseTableT_ AuxiliarySearchEntry::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_._has_bits_),
      0, // no _extensions_
      6, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967232,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // num_field_entries
      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<::auxiliary_search::AuxiliarySearchEntry>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string title = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.title_)}},
      // optional string url = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.url_)}},
      // optional int64 creation_timestamp = 3;
      {::_pbi::TcParser::FastV64S1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.creation_timestamp_)}},
      // optional int64 last_modification_timestamp = 4;
      {::_pbi::TcParser::FastV64S1,
       {32, 3, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.last_modification_timestamp_)}},
      // optional int64 last_access_timestamp = 5;
      {::_pbi::TcParser::FastV64S1,
       {40, 4, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.last_access_timestamp_)}},
      // optional int32 id = 6;
      {::_pbi::TcParser::FastV32S1,
       {48, 5, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.id_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string title = 1;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.title_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string url = 2;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.url_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 creation_timestamp = 3;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.creation_timestamp_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 last_modification_timestamp = 4;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.last_modification_timestamp_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 last_access_timestamp = 5;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.last_access_timestamp_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int32 id = 6;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.id_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr AuxiliarySearchEntry::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        title_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        url_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        creation_timestamp_{::int64_t{0}},
        last_modification_timestamp_{::int64_t{0}},
        last_access_timestamp_{::int64_t{0}},
        id_{0} {}

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

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

constexpr AuxiliarySearchTabGroup::ParseTableT_ AuxiliarySearchTabGroup::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AuxiliarySearchTabGroup, _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<::auxiliary_search::AuxiliarySearchTabGroup>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .auxiliary_search.AuxiliarySearchEntry tab = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchTabGroup, _impl_.tab_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .auxiliary_search.AuxiliarySearchEntry tab = 1;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchTabGroup, _impl_.tab_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::auxiliary_search::AuxiliarySearchEntry>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::auxiliary_search::AuxiliarySearchEntry_globals_},
        #endif
    }},
    {{
    }},
  };
}


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

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

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

constexpr AuxiliarySearchBookmarkGroup::ParseTableT_ AuxiliarySearchBookmarkGroup::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AuxiliarySearchBookmarkGroup, _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<::auxiliary_search::AuxiliarySearchBookmarkGroup>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .auxiliary_search.AuxiliarySearchEntry bookmark = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(AuxiliarySearchBookmarkGroup, _impl_.bookmark_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .auxiliary_search.AuxiliarySearchEntry bookmark = 1;
      {PROTOBUF_FIELD_OFFSET(AuxiliarySearchBookmarkGroup, _impl_.bookmark_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::auxiliary_search::AuxiliarySearchEntry>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::auxiliary_search::AuxiliarySearchEntry_globals_},
        #endif
    }},
    {{
    }},
  };
}


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

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST AuxiliarySearchBookmarkGroupGlobalsTypeInternal AuxiliarySearchBookmarkGroup_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* AuxiliarySearchBookmarkGroup_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return AuxiliarySearchBookmarkGroup_globals_.GetClassData();
#else
  return AuxiliarySearchBookmarkGroup_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace auxiliary_search
namespace auxiliary_search {
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  AuxiliarySearchEntry* 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_, creation_timestamp_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, creation_timestamp_),
           offsetof(Impl_, id_) -
               offsetof(Impl_, creation_timestamp_) +
               sizeof(Impl_::id_));

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

inline void AuxiliarySearchEntry::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, creation_timestamp_),
           0,
           offsetof(Impl_, id_) -
               offsetof(Impl_, creation_timestamp_) +
               sizeof(Impl_::id_));
}
AuxiliarySearchEntry::~AuxiliarySearchEntry() {
  // @@protoc_insertion_point(destructor:auxiliary_search.AuxiliarySearchEntry)
  SharedDtor(*this);
}
inline void AuxiliarySearchEntry::SharedDtor(MessageLite& self) {
  AuxiliarySearchEntry& this_ = static_cast<AuxiliarySearchEntry&>(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_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite AuxiliarySearchEntry_class_data_ =
    AuxiliarySearchEntry::InternalGenerateClassData_(AuxiliarySearchEntry_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.title_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.url_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000003cU)) {
    ::memset(&_impl_.creation_timestamp_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.id_) -
        reinterpret_cast<char*>(&_impl_.creation_timestamp_)) + sizeof(_impl_.id_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL AuxiliarySearchEntry::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const AuxiliarySearchEntry& this_ = static_cast<const AuxiliarySearchEntry&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL AuxiliarySearchEntry::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const AuxiliarySearchEntry& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:auxiliary_search.AuxiliarySearchEntry)
  ::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, 0x00000001U)) {
    const ::std::string& _s = this_._internal_title();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

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

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

  // optional int64 last_modification_timestamp = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<4>(
            stream, this_._internal_last_modification_timestamp(), target);
  }

  // optional int64 last_access_timestamp = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<5>(
            stream, this_._internal_last_access_timestamp(), target);
  }

  // optional int32 id = 6;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<6>(
            stream, this_._internal_id(), 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:auxiliary_search.AuxiliarySearchEntry)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    // optional string title = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_title());
    }
    // optional string url = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_url());
    }
    // optional int64 creation_timestamp = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_creation_timestamp());
    }
    // optional int64 last_modification_timestamp = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_last_modification_timestamp());
    }
    // optional int64 last_access_timestamp = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_last_access_timestamp());
    }
    // optional int32 id = 6;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_id());
    }
  }
  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 AuxiliarySearchEntry::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AuxiliarySearchEntry*>(&to_msg);
  auto& from = static_cast<const AuxiliarySearchEntry&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:auxiliary_search.AuxiliarySearchEntry)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_set_title(from._internal_title());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_url(from._internal_url());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.creation_timestamp_ = from._impl_.creation_timestamp_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.last_modification_timestamp_ = from._impl_.last_modification_timestamp_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.last_access_timestamp_ = from._impl_.last_access_timestamp_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.id_ = from._impl_.id_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void AuxiliarySearchEntry::InternalSwap(AuxiliarySearchEntry* 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_.title_, &other->_impl_.title_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.url_, &other->_impl_.url_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.id_)
      + sizeof(AuxiliarySearchEntry::_impl_.id_)
      - PROTOBUF_FIELD_OFFSET(AuxiliarySearchEntry, _impl_.creation_timestamp_)>(
          reinterpret_cast<char*>(&_impl_.creation_timestamp_),
          reinterpret_cast<char*>(&other->_impl_.creation_timestamp_));
}

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

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

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

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

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .auxiliary_search.AuxiliarySearchEntry bookmark = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_bookmark_size());
         i < n; i++) {
      const auto& repfield = this_._internal_bookmark().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:auxiliary_search.AuxiliarySearchBookmarkGroup)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AuxiliarySearchBookmarkGroup::ByteSizeLong(const MessageLite& base) {
  const AuxiliarySearchBookmarkGroup& this_ = static_cast<const AuxiliarySearchBookmarkGroup&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AuxiliarySearchBookmarkGroup::ByteSizeLong() const {
  const AuxiliarySearchBookmarkGroup& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:auxiliary_search.AuxiliarySearchBookmarkGroup)
  ::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 .auxiliary_search.AuxiliarySearchEntry bookmark = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_bookmark_size();
      for (const auto& msg : this_._internal_bookmark()) {
        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 AuxiliarySearchBookmarkGroup::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AuxiliarySearchBookmarkGroup*>(&to_msg);
  auto& from = static_cast<const AuxiliarySearchBookmarkGroup&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:auxiliary_search.AuxiliarySearchBookmarkGroup)
  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_bookmark()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_bookmark());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

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

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

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .auxiliary_search.AuxiliarySearchEntry tab = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_tab_size());
         i < n; i++) {
      const auto& repfield = this_._internal_tab().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:auxiliary_search.AuxiliarySearchTabGroup)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AuxiliarySearchTabGroup::ByteSizeLong(const MessageLite& base) {
  const AuxiliarySearchTabGroup& this_ = static_cast<const AuxiliarySearchTabGroup&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AuxiliarySearchTabGroup::ByteSizeLong() const {
  const AuxiliarySearchTabGroup& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:auxiliary_search.AuxiliarySearchTabGroup)
  ::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 .auxiliary_search.AuxiliarySearchEntry tab = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_tab_size();
      for (const auto& msg : this_._internal_tab()) {
        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 AuxiliarySearchTabGroup::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AuxiliarySearchTabGroup*>(&to_msg);
  auto& from = static_cast<const AuxiliarySearchTabGroup&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:auxiliary_search.AuxiliarySearchTabGroup)
  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_tab()->InternalMergeFromWithArena(
        ::google::protobuf::MessageLite::internal_visibility(), arena,
        from._internal_tab());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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