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

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

constexpr LevelDBScopesUndoTask_Put::ParseTableT_ LevelDBScopesUndoTask_Put::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Put, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::LevelDBScopesUndoTask_Put>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bytes value = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Put, _impl_.value_)}},
      // bytes key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Put, _impl_.key_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bytes key = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Put, _impl_.key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // bytes value = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Put, _impl_.value_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr LevelDBScopesUndoTask_Put::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr LevelDBScopesUndoTask_DeleteRange::ParseTableT_ LevelDBScopesUndoTask_DeleteRange::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_DeleteRange, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::LevelDBScopesUndoTask_DeleteRange>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bytes end = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_DeleteRange, _impl_.end_)}},
      // bytes begin = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_DeleteRange, _impl_.begin_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bytes begin = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_DeleteRange, _impl_.begin_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // bytes end = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_DeleteRange, _impl_.end_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr LevelDBScopesUndoTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        begin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        end_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr LevelDBScopesUndoTask_Delete::ParseTableT_ LevelDBScopesUndoTask_Delete::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Delete, _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
      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<::content::LevelDBScopesUndoTask_Delete>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bytes key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Delete, _impl_.key_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bytes key = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask_Delete, _impl_.key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


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

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

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

constexpr LevelDBScopesMetadata::ParseTableT_ LevelDBScopesMetadata::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesMetadata, _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
      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<::content::LevelDBScopesMetadata>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // int64 version = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesMetadata, _impl_.version_)}},
    }}, {{
      65535, 65535
    }}, {{
      // int64 version = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesMetadata, _impl_.version_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr LevelDBScopesMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        version_{::int64_t{0}} {}

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

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

constexpr LevelDBScopesKey::ParseTableT_ LevelDBScopesKey::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesKey, _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
      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<::content::LevelDBScopesKey>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bytes key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesKey, _impl_.key_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bytes key = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesKey, _impl_.key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


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

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

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

constexpr LevelDBScopesCleanupTask_DeleteRange::ParseTableT_ LevelDBScopesCleanupTask_DeleteRange::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask_DeleteRange, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::LevelDBScopesCleanupTask_DeleteRange>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bytes end = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask_DeleteRange, _impl_.end_)}},
      // bytes begin = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask_DeleteRange, _impl_.begin_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bytes begin = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask_DeleteRange, _impl_.begin_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // bytes end = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask_DeleteRange, _impl_.end_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr LevelDBScopesCleanupTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        begin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        end_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LevelDBScopesCleanupTask_DeleteRangeGlobalsTypeInternal LevelDBScopesCleanupTask_DeleteRange_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LevelDBScopesCleanupTask_DeleteRange_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LevelDBScopesCleanupTask_DeleteRange_globals_.GetClassData();
#else
  return LevelDBScopesCleanupTask_DeleteRange_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LevelDBScopesUndoTask::_Internal {
 public:
  static constexpr ::int32_t kOneofCaseOffset =
      PROTOBUF_FIELD_OFFSET(::content::LevelDBScopesUndoTask, _impl_._oneof_case_);
};

constexpr LevelDBScopesUndoTask::ParseTableT_ LevelDBScopesUndoTask::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask,
                            _impl_._cached_size_),  // no hasbits
      0, // no _extensions_
      3, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // 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<::content::LevelDBScopesUndoTask>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // .content.LevelDBScopesUndoTask.Put put = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask, _impl_.operation_.put_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .content.LevelDBScopesUndoTask.Delete delete = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask, _impl_.operation_.delete__), _Internal::kOneofCaseOffset + 0, 1, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .content.LevelDBScopesUndoTask.DeleteRange delete_range = 3;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesUndoTask, _impl_.operation_.delete_range_), _Internal::kOneofCaseOffset + 0, 2, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesUndoTask_Put>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesUndoTask_Put_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesUndoTask_Delete>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesUndoTask_Delete_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesUndoTask_DeleteRange>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesUndoTask_DeleteRange_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LevelDBScopesUndoTask::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : operation_{},
        _cached_size_{0},
        _oneof_case_{} {}

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

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

constexpr LevelDBScopesScopeMetadata_LevelDBPartitionedLock::ParseTableT_ LevelDBScopesScopeMetadata_LevelDBPartitionedLock::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::LevelDBScopesScopeMetadata_LevelDBPartitionedLock>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .content.LevelDBScopesKey key = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.key_)}},
      // int64 partition = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.partition_)}},
    }}, {{
      65535, 65535
    }}, {{
      // int64 partition = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.partition_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // .content.LevelDBScopesKey key = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesKey>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesKey_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LevelDBScopesScopeMetadata_LevelDBPartitionedLock::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        key_{nullptr},
        partition_{::int64_t{0}} {}

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

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

constexpr LevelDBScopesCleanupTask::ParseTableT_ LevelDBScopesCleanupTask::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask, _impl_._has_bits_),
      0, // no _extensions_
      2, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967293,  // 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<::content::LevelDBScopesCleanupTask>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .content.LevelDBScopesCleanupTask.DeleteRange delete_range_and_compact = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask, _impl_.delete_range_and_compact_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .content.LevelDBScopesCleanupTask.DeleteRange delete_range_and_compact = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesCleanupTask, _impl_.delete_range_and_compact_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesCleanupTask_DeleteRange>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesCleanupTask_DeleteRange_globals_},
        #endif
    }},
    {{
    }},
  };
}


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

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

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

constexpr LevelDBScopesScopeMetadata::ParseTableT_ LevelDBScopesScopeMetadata::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::content::LevelDBScopesScopeMetadata>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bool ignore_cleanup_tasks = 2;
      {::_pbi::TcParser::FastV8S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata, _impl_.ignore_cleanup_tasks_)}},
      // repeated .content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock locks = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata, _impl_.locks_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock locks = 1;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata, _impl_.locks_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // bool ignore_cleanup_tasks = 2;
      {PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata, _impl_.ignore_cleanup_tasks_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::LevelDBScopesScopeMetadata_LevelDBPartitionedLock>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::LevelDBScopesScopeMetadata_LevelDBPartitionedLock_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LevelDBScopesScopeMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        locks_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::LevelDBScopesScopeMetadata,
            PROTOBUF_FIELD_OFFSET(::content::LevelDBScopesScopeMetadata, _impl_.locks_)>()
         }
        ,
        ignore_cleanup_tasks_{false} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LevelDBScopesScopeMetadataGlobalsTypeInternal LevelDBScopesScopeMetadata_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LevelDBScopesScopeMetadata_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LevelDBScopesScopeMetadata_globals_.GetClassData();
#else
  return LevelDBScopesScopeMetadata_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace content
namespace content {
// ===================================================================

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesKey_class_data_ =
    LevelDBScopesKey::InternalGenerateClassData_(LevelDBScopesKey_globals_._default);

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bytes key = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_key().empty()) {
      const ::std::string& _s = this_._internal_key();
      target = stream->WriteBytesMaybeAliased(1, _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:content.LevelDBScopesKey)
  return target;
}

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

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

   {
    // bytes key = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_key().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_key());
      }
    }
  }
  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 LevelDBScopesKey::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesKey*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesKey&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesKey)
  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)) {
    if (!from._internal_key().empty()) {
      _this->_internal_set_key(from._internal_key());
    } else {
      if (_this->_impl_.key_.IsDefault()) {
        _this->_internal_set_key("");
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void LevelDBScopesKey::InternalSwap(LevelDBScopesKey* 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_.key_, &other->_impl_.key_, arena);
}

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

LevelDBScopesMetadata::LevelDBScopesMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesMetadata_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesMetadata)
}
LevelDBScopesMetadata::LevelDBScopesMetadata(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LevelDBScopesMetadata& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesMetadata_get_class_data()),
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena),
#endif  // PROTOBUF_CUSTOM_VTABLE
      _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

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

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

  _impl_.version_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // int64 version = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (this_._internal_version() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
              stream, this_._internal_version(), 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:content.LevelDBScopesMetadata)
  return target;
}

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

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

   {
    // int64 version = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (this_._internal_version() != 0) {
        total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
            this_._internal_version());
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LevelDBScopesMetadata::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesMetadata*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesMetadata&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesMetadata)
  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)) {
    if (from._internal_version() != 0) {
      _this->_impl_.version_ = from._impl_.version_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void LevelDBScopesMetadata::InternalSwap(LevelDBScopesMetadata* 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_.version_, other->_impl_.version_);
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesScopeMetadata_LevelDBPartitionedLock_class_data_ =
    LevelDBScopesScopeMetadata_LevelDBPartitionedLock::InternalGenerateClassData_(LevelDBScopesScopeMetadata_LevelDBPartitionedLock_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesScopeMetadata_LevelDBPartitionedLock::GetClassData() const {
  return LevelDBScopesScopeMetadata_LevelDBPartitionedLock_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesScopeMetadata_LevelDBPartitionedLock::GetClassData() const {
  return LevelDBScopesScopeMetadata_LevelDBPartitionedLock_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LevelDBScopesScopeMetadata_LevelDBPartitionedLock::ParseTableT_
    LevelDBScopesScopeMetadata_LevelDBPartitionedLock::_table_ =
        LevelDBScopesScopeMetadata_LevelDBPartitionedLock::InternalGenerateParseTable_(LevelDBScopesScopeMetadata_LevelDBPartitionedLock_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LevelDBScopesScopeMetadata_LevelDBPartitionedLock::Clear() {
// @@protoc_insertion_point(message_clear_start:content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock)
  ::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_.key_ != nullptr);
    _impl_.key_->Clear();
  }
  _impl_.partition_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // int64 partition = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_partition() != 0) {
      target =
          ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
              stream, this_._internal_partition(), target);
    }
  }

  // .content.LevelDBScopesKey key = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.key_, this_._impl_.key_->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:content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LevelDBScopesScopeMetadata_LevelDBPartitionedLock::ByteSizeLong(const MessageLite& base) {
  const LevelDBScopesScopeMetadata_LevelDBPartitionedLock& this_ = static_cast<const LevelDBScopesScopeMetadata_LevelDBPartitionedLock&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LevelDBScopesScopeMetadata_LevelDBPartitionedLock::ByteSizeLong() const {
  const LevelDBScopesScopeMetadata_LevelDBPartitionedLock& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock)
  ::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)) {
    // .content.LevelDBScopesKey key = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.key_);
    }
    // int64 partition = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_partition() != 0) {
        total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
            this_._internal_partition());
      }
    }
  }
  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 LevelDBScopesScopeMetadata_LevelDBPartitionedLock::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesScopeMetadata_LevelDBPartitionedLock*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesScopeMetadata_LevelDBPartitionedLock&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock)
  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_.key_ != nullptr);
      if (_this->_impl_.key_ == nullptr) {
        _this->_impl_.key_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.key_);
      } else {
        _this->_impl_.key_->MergeFrom(*from._impl_.key_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_partition() != 0) {
        _this->_impl_.partition_ = from._impl_.partition_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LevelDBScopesScopeMetadata_LevelDBPartitionedLock::CopyFrom(const LevelDBScopesScopeMetadata_LevelDBPartitionedLock& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LevelDBScopesScopeMetadata_LevelDBPartitionedLock::InternalSwap(LevelDBScopesScopeMetadata_LevelDBPartitionedLock* 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(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.partition_)
      + sizeof(LevelDBScopesScopeMetadata_LevelDBPartitionedLock::_impl_.partition_)
      - PROTOBUF_FIELD_OFFSET(LevelDBScopesScopeMetadata_LevelDBPartitionedLock, _impl_.key_)>(
          reinterpret_cast<char*>(&_impl_.key_),
          reinterpret_cast<char*>(&other->_impl_.key_));
}

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

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

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

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

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

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock locks = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_locks_size());
         i < n; i++) {
      const auto& repfield = this_._internal_locks().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // bool ignore_cleanup_tasks = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_ignore_cleanup_tasks() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          2, this_._internal_ignore_cleanup_tasks(), 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:content.LevelDBScopesScopeMetadata)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // repeated .content.LevelDBScopesScopeMetadata.LevelDBPartitionedLock locks = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_locks_size();
      for (const auto& msg : this_._internal_locks()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // bool ignore_cleanup_tasks = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_ignore_cleanup_tasks() != 0) {
        total_size += 2;
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

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

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

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


void LevelDBScopesScopeMetadata::InternalSwap(LevelDBScopesScopeMetadata* 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_.locks_.InternalSwap(&other->_impl_.locks_);
  swap(_impl_.ignore_cleanup_tasks_, other->_impl_.ignore_cleanup_tasks_);
}

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

LevelDBScopesUndoTask_Put::LevelDBScopesUndoTask_Put(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesUndoTask_Put_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesUndoTask.Put)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_Put::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::LevelDBScopesUndoTask_Put& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        key_(arena, from.key_),
        value_(arena, from.value_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LevelDBScopesUndoTask_Put* 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:content.LevelDBScopesUndoTask.Put)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_Put::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        key_(arena),
        value_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesUndoTask_Put_class_data_ =
    LevelDBScopesUndoTask_Put::InternalGenerateClassData_(LevelDBScopesUndoTask_Put_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_Put::GetClassData() const {
  return LevelDBScopesUndoTask_Put_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_Put::GetClassData() const {
  return LevelDBScopesUndoTask_Put_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LevelDBScopesUndoTask_Put::ParseTableT_
    LevelDBScopesUndoTask_Put::_table_ =
        LevelDBScopesUndoTask_Put::InternalGenerateParseTable_(LevelDBScopesUndoTask_Put_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LevelDBScopesUndoTask_Put::Clear() {
// @@protoc_insertion_point(message_clear_start:content.LevelDBScopesUndoTask.Put)
  ::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_.key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.value_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bytes key = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_key().empty()) {
      const ::std::string& _s = this_._internal_key();
      target = stream->WriteBytesMaybeAliased(1, _s, target);
    }
  }

  // bytes value = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_value().empty()) {
      const ::std::string& _s = this_._internal_value();
      target = stream->WriteBytesMaybeAliased(2, _s, target);
    }
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LevelDBScopesUndoTask_Put::ByteSizeLong(const MessageLite& base) {
  const LevelDBScopesUndoTask_Put& this_ = static_cast<const LevelDBScopesUndoTask_Put&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LevelDBScopesUndoTask_Put::ByteSizeLong() const {
  const LevelDBScopesUndoTask_Put& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.LevelDBScopesUndoTask.Put)
  ::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)) {
    // bytes key = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_key().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_key());
      }
    }
    // bytes value = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_value().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_value());
      }
    }
  }
  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 LevelDBScopesUndoTask_Put::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesUndoTask_Put*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesUndoTask_Put&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesUndoTask.Put)
  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)) {
      if (!from._internal_key().empty()) {
        _this->_internal_set_key(from._internal_key());
      } else {
        if (_this->_impl_.key_.IsDefault()) {
          _this->_internal_set_key("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_value().empty()) {
        _this->_internal_set_value(from._internal_value());
      } else {
        if (_this->_impl_.value_.IsDefault()) {
          _this->_internal_set_value("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LevelDBScopesUndoTask_Put::CopyFrom(const LevelDBScopesUndoTask_Put& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.LevelDBScopesUndoTask.Put)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LevelDBScopesUndoTask_Put::InternalSwap(LevelDBScopesUndoTask_Put* 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_.key_, &other->_impl_.key_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
}

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

LevelDBScopesUndoTask_Delete::LevelDBScopesUndoTask_Delete(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesUndoTask_Delete_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesUndoTask.Delete)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_Delete::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::LevelDBScopesUndoTask_Delete& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        key_(arena, from.key_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LevelDBScopesUndoTask_Delete* 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:content.LevelDBScopesUndoTask.Delete)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_Delete::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        key_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesUndoTask_Delete_class_data_ =
    LevelDBScopesUndoTask_Delete::InternalGenerateClassData_(LevelDBScopesUndoTask_Delete_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_Delete::GetClassData() const {
  return LevelDBScopesUndoTask_Delete_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_Delete::GetClassData() const {
  return LevelDBScopesUndoTask_Delete_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LevelDBScopesUndoTask_Delete::ParseTableT_
    LevelDBScopesUndoTask_Delete::_table_ =
        LevelDBScopesUndoTask_Delete::InternalGenerateParseTable_(LevelDBScopesUndoTask_Delete_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LevelDBScopesUndoTask_Delete::Clear() {
// @@protoc_insertion_point(message_clear_start:content.LevelDBScopesUndoTask.Delete)
  ::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_.key_.ClearNonDefaultToEmpty();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bytes key = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_key().empty()) {
      const ::std::string& _s = this_._internal_key();
      target = stream->WriteBytesMaybeAliased(1, _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:content.LevelDBScopesUndoTask.Delete)
  return target;
}

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

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

   {
    // bytes key = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_key().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_key());
      }
    }
  }
  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 LevelDBScopesUndoTask_Delete::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesUndoTask_Delete*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesUndoTask_Delete&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesUndoTask.Delete)
  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)) {
    if (!from._internal_key().empty()) {
      _this->_internal_set_key(from._internal_key());
    } else {
      if (_this->_impl_.key_.IsDefault()) {
        _this->_internal_set_key("");
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LevelDBScopesUndoTask_Delete::CopyFrom(const LevelDBScopesUndoTask_Delete& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.LevelDBScopesUndoTask.Delete)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LevelDBScopesUndoTask_Delete::InternalSwap(LevelDBScopesUndoTask_Delete* 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_.key_, &other->_impl_.key_, arena);
}

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

LevelDBScopesUndoTask_DeleteRange::LevelDBScopesUndoTask_DeleteRange(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesUndoTask_DeleteRange_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesUndoTask.DeleteRange)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::LevelDBScopesUndoTask_DeleteRange& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        begin_(arena, from.begin_),
        end_(arena, from.end_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LevelDBScopesUndoTask_DeleteRange* 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:content.LevelDBScopesUndoTask.DeleteRange)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        begin_(arena),
        end_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesUndoTask_DeleteRange_class_data_ =
    LevelDBScopesUndoTask_DeleteRange::InternalGenerateClassData_(LevelDBScopesUndoTask_DeleteRange_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_DeleteRange::GetClassData() const {
  return LevelDBScopesUndoTask_DeleteRange_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesUndoTask_DeleteRange::GetClassData() const {
  return LevelDBScopesUndoTask_DeleteRange_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LevelDBScopesUndoTask_DeleteRange::ParseTableT_
    LevelDBScopesUndoTask_DeleteRange::_table_ =
        LevelDBScopesUndoTask_DeleteRange::InternalGenerateParseTable_(LevelDBScopesUndoTask_DeleteRange_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LevelDBScopesUndoTask_DeleteRange::Clear() {
// @@protoc_insertion_point(message_clear_start:content.LevelDBScopesUndoTask.DeleteRange)
  ::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_.begin_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.end_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bytes begin = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_begin().empty()) {
      const ::std::string& _s = this_._internal_begin();
      target = stream->WriteBytesMaybeAliased(1, _s, target);
    }
  }

  // bytes end = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_end().empty()) {
      const ::std::string& _s = this_._internal_end();
      target = stream->WriteBytesMaybeAliased(2, _s, target);
    }
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LevelDBScopesUndoTask_DeleteRange::ByteSizeLong(const MessageLite& base) {
  const LevelDBScopesUndoTask_DeleteRange& this_ = static_cast<const LevelDBScopesUndoTask_DeleteRange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LevelDBScopesUndoTask_DeleteRange::ByteSizeLong() const {
  const LevelDBScopesUndoTask_DeleteRange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.LevelDBScopesUndoTask.DeleteRange)
  ::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)) {
    // bytes begin = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_begin().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_begin());
      }
    }
    // bytes end = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_end().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_end());
      }
    }
  }
  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 LevelDBScopesUndoTask_DeleteRange::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesUndoTask_DeleteRange*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesUndoTask_DeleteRange&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesUndoTask.DeleteRange)
  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)) {
      if (!from._internal_begin().empty()) {
        _this->_internal_set_begin(from._internal_begin());
      } else {
        if (_this->_impl_.begin_.IsDefault()) {
          _this->_internal_set_begin("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_end().empty()) {
        _this->_internal_set_end(from._internal_end());
      } else {
        if (_this->_impl_.end_.IsDefault()) {
          _this->_internal_set_end("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LevelDBScopesUndoTask_DeleteRange::CopyFrom(const LevelDBScopesUndoTask_DeleteRange& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.LevelDBScopesUndoTask.DeleteRange)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LevelDBScopesUndoTask_DeleteRange::InternalSwap(LevelDBScopesUndoTask_DeleteRange* 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_.begin_, &other->_impl_.begin_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.end_, &other->_impl_.end_, arena);
}

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

void LevelDBScopesUndoTask::set_allocated_put(::content::LevelDBScopesUndoTask_Put* PROTOBUF_NULLABLE put) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_operation();
  if (put) {
    ::google::protobuf::Arena* submessage_arena = put->GetArena();
    if (message_arena != submessage_arena) {
      put = ::google::protobuf::internal::GetOwnedMessage(message_arena, put, submessage_arena);
    }
    set_has_put();
    _impl_.operation_.put_ = put;
  }
  // @@protoc_insertion_point(field_set_allocated:content.LevelDBScopesUndoTask.put)
}
void LevelDBScopesUndoTask::set_allocated_delete_(::content::LevelDBScopesUndoTask_Delete* PROTOBUF_NULLABLE delete_) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_operation();
  if (delete_) {
    ::google::protobuf::Arena* submessage_arena = delete_->GetArena();
    if (message_arena != submessage_arena) {
      delete_ = ::google::protobuf::internal::GetOwnedMessage(message_arena, delete_, submessage_arena);
    }
    set_has_delete_();
    _impl_.operation_.delete__ = delete_;
  }
  // @@protoc_insertion_point(field_set_allocated:content.LevelDBScopesUndoTask.delete)
}
void LevelDBScopesUndoTask::set_allocated_delete_range(::content::LevelDBScopesUndoTask_DeleteRange* PROTOBUF_NULLABLE delete_range) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_operation();
  if (delete_range) {
    ::google::protobuf::Arena* submessage_arena = delete_range->GetArena();
    if (message_arena != submessage_arena) {
      delete_range = ::google::protobuf::internal::GetOwnedMessage(message_arena, delete_range, submessage_arena);
    }
    set_has_delete_range();
    _impl_.operation_.delete_range_ = delete_range;
  }
  // @@protoc_insertion_point(field_set_allocated:content.LevelDBScopesUndoTask.delete_range)
}
LevelDBScopesUndoTask::LevelDBScopesUndoTask(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesUndoTask_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesUndoTask)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesUndoTask::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::LevelDBScopesUndoTask& from_msg)
      : operation_{},
        _cached_size_{0},
        _oneof_case_{from._oneof_case_[0]} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LevelDBScopesUndoTask* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  switch (operation_case()) {
    case OPERATION_NOT_SET:
      break;
      case kPut:
        _impl_.operation_.put_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.put_);
        break;
      case kDelete:
        _impl_.operation_.delete__ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.delete__);
        break;
      case kDeleteRange:
        _impl_.operation_.delete_range_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.delete_range_);
        break;
  }

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

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

void LevelDBScopesUndoTask::clear_operation() {
// @@protoc_insertion_point(one_of_clear_start:content.LevelDBScopesUndoTask)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  switch (operation_case()) {
    case kPut: {
      if (GetArena() == nullptr) {
        delete _impl_.operation_.put_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.operation_.put_ != nullptr) {
          _impl_.operation_.put_->Clear();
        }
      }
      break;
    }
    case kDelete: {
      if (GetArena() == nullptr) {
        delete _impl_.operation_.delete__;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.operation_.delete__ != nullptr) {
          _impl_.operation_.delete__->Clear();
        }
      }
      break;
    }
    case kDeleteRange: {
      if (GetArena() == nullptr) {
        delete _impl_.operation_.delete_range_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.operation_.delete_range_ != nullptr) {
          _impl_.operation_.delete_range_->Clear();
        }
      }
      break;
    }
    case OPERATION_NOT_SET: {
      break;
    }
  }
  _impl_._oneof_case_[0] = OPERATION_NOT_SET;
}


#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesUndoTask_class_data_ =
    LevelDBScopesUndoTask::InternalGenerateClassData_(LevelDBScopesUndoTask_globals_._default);

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

  clear_operation();
  _internal_metadata_.Clear<::std::string>();
}

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

  switch (this_.operation_case()) {
    case kPut: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          1, *this_._impl_.operation_.put_, this_._impl_.operation_.put_->GetCachedSize(), target,
          stream);
      break;
    }
    case kDelete: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          2, *this_._impl_.operation_.delete__, this_._impl_.operation_.delete__->GetCachedSize(), target,
          stream);
      break;
    }
    case kDeleteRange: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          3, *this_._impl_.operation_.delete_range_, this_._impl_.operation_.delete_range_->GetCachedSize(), target,
          stream);
      break;
    }
    default:
      break;
  }
  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:content.LevelDBScopesUndoTask)
  return target;
}

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

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

  switch (this_.operation_case()) {
    // .content.LevelDBScopesUndoTask.Put put = 1;
    case kPut: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.operation_.put_);
      break;
    }
    // .content.LevelDBScopesUndoTask.Delete delete = 2;
    case kDelete: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.operation_.delete__);
      break;
    }
    // .content.LevelDBScopesUndoTask.DeleteRange delete_range = 3;
    case kDeleteRange: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.operation_.delete_range_);
      break;
    }
    case OPERATION_NOT_SET: {
      break;
    }
  }
  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 LevelDBScopesUndoTask::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesUndoTask*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesUndoTask&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesUndoTask)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  if (const uint32_t oneof_from_case =
          from._impl_._oneof_case_[0]) {
    const uint32_t oneof_to_case = _this->_impl_._oneof_case_[0];
    const bool oneof_needs_init = oneof_to_case != oneof_from_case;
    if (oneof_needs_init) {
      if (oneof_to_case != 0) {
        _this->clear_operation();
      }
      _this->_impl_._oneof_case_[0] = oneof_from_case;
    }

    switch (oneof_from_case) {
      case kPut: {
        if (oneof_needs_init) {
          _this->_impl_.operation_.put_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.put_);
        } else {
          _this->_impl_.operation_.put_->CheckTypeAndMergeFrom(*from._impl_.operation_.put_);
        }
        break;
      }
      case kDelete: {
        if (oneof_needs_init) {
          _this->_impl_.operation_.delete__ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.delete__);
        } else {
          _this->_impl_.operation_.delete__->CheckTypeAndMergeFrom(*from._impl_.operation_.delete__);
        }
        break;
      }
      case kDeleteRange: {
        if (oneof_needs_init) {
          _this->_impl_.operation_.delete_range_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.operation_.delete_range_);
        } else {
          _this->_impl_.operation_.delete_range_->CheckTypeAndMergeFrom(*from._impl_.operation_.delete_range_);
        }
        break;
      }
      case OPERATION_NOT_SET:
        break;
    }
  }
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

LevelDBScopesCleanupTask_DeleteRange::LevelDBScopesCleanupTask_DeleteRange(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LevelDBScopesCleanupTask_DeleteRange_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.LevelDBScopesCleanupTask.DeleteRange)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesCleanupTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::LevelDBScopesCleanupTask_DeleteRange& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        begin_(arena, from.begin_),
        end_(arena, from.end_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LevelDBScopesCleanupTask_DeleteRange* 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:content.LevelDBScopesCleanupTask.DeleteRange)
}
PROTOBUF_NDEBUG_INLINE LevelDBScopesCleanupTask_DeleteRange::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        begin_(arena),
        end_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesCleanupTask_DeleteRange_class_data_ =
    LevelDBScopesCleanupTask_DeleteRange::InternalGenerateClassData_(LevelDBScopesCleanupTask_DeleteRange_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesCleanupTask_DeleteRange::GetClassData() const {
  return LevelDBScopesCleanupTask_DeleteRange_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LevelDBScopesCleanupTask_DeleteRange::GetClassData() const {
  return LevelDBScopesCleanupTask_DeleteRange_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LevelDBScopesCleanupTask_DeleteRange::ParseTableT_
    LevelDBScopesCleanupTask_DeleteRange::_table_ =
        LevelDBScopesCleanupTask_DeleteRange::InternalGenerateParseTable_(LevelDBScopesCleanupTask_DeleteRange_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LevelDBScopesCleanupTask_DeleteRange::Clear() {
// @@protoc_insertion_point(message_clear_start:content.LevelDBScopesCleanupTask.DeleteRange)
  ::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_.begin_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.end_.ClearNonDefaultToEmpty();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bytes begin = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_begin().empty()) {
      const ::std::string& _s = this_._internal_begin();
      target = stream->WriteBytesMaybeAliased(1, _s, target);
    }
  }

  // bytes end = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_end().empty()) {
      const ::std::string& _s = this_._internal_end();
      target = stream->WriteBytesMaybeAliased(2, _s, target);
    }
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LevelDBScopesCleanupTask_DeleteRange::ByteSizeLong(const MessageLite& base) {
  const LevelDBScopesCleanupTask_DeleteRange& this_ = static_cast<const LevelDBScopesCleanupTask_DeleteRange&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LevelDBScopesCleanupTask_DeleteRange::ByteSizeLong() const {
  const LevelDBScopesCleanupTask_DeleteRange& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.LevelDBScopesCleanupTask.DeleteRange)
  ::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)) {
    // bytes begin = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_begin().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_begin());
      }
    }
    // bytes end = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_end().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                        this_._internal_end());
      }
    }
  }
  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 LevelDBScopesCleanupTask_DeleteRange::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesCleanupTask_DeleteRange*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesCleanupTask_DeleteRange&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesCleanupTask.DeleteRange)
  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)) {
      if (!from._internal_begin().empty()) {
        _this->_internal_set_begin(from._internal_begin());
      } else {
        if (_this->_impl_.begin_.IsDefault()) {
          _this->_internal_set_begin("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_end().empty()) {
        _this->_internal_set_end(from._internal_end());
      } else {
        if (_this->_impl_.end_.IsDefault()) {
          _this->_internal_set_end("");
        }
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LevelDBScopesCleanupTask_DeleteRange::CopyFrom(const LevelDBScopesCleanupTask_DeleteRange& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:content.LevelDBScopesCleanupTask.DeleteRange)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LevelDBScopesCleanupTask_DeleteRange::InternalSwap(LevelDBScopesCleanupTask_DeleteRange* 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_.begin_, &other->_impl_.begin_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.end_, &other->_impl_.end_, arena);
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LevelDBScopesCleanupTask_class_data_ =
    LevelDBScopesCleanupTask::InternalGenerateClassData_(LevelDBScopesCleanupTask_globals_._default);

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .content.LevelDBScopesCleanupTask.DeleteRange delete_range_and_compact = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.delete_range_and_compact_, this_._impl_.delete_range_and_compact_->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:content.LevelDBScopesCleanupTask)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LevelDBScopesCleanupTask::ByteSizeLong(const MessageLite& base) {
  const LevelDBScopesCleanupTask& this_ = static_cast<const LevelDBScopesCleanupTask&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LevelDBScopesCleanupTask::ByteSizeLong() const {
  const LevelDBScopesCleanupTask& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.LevelDBScopesCleanupTask)
  ::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 .content.LevelDBScopesCleanupTask.DeleteRange delete_range_and_compact = 2;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.delete_range_and_compact_);
    }
  }
  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 LevelDBScopesCleanupTask::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LevelDBScopesCleanupTask*>(&to_msg);
  auto& from = static_cast<const LevelDBScopesCleanupTask&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.LevelDBScopesCleanupTask)
  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_.delete_range_and_compact_ != nullptr);
    if (_this->_impl_.delete_range_and_compact_ == nullptr) {
      _this->_impl_.delete_range_and_compact_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.delete_range_and_compact_);
    } else {
      _this->_impl_.delete_range_and_compact_->MergeFrom(*from._impl_.delete_range_and_compact_);
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void LevelDBScopesCleanupTask::InternalSwap(LevelDBScopesCleanupTask* 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_.delete_range_and_compact_, other->_impl_.delete_range_and_compact_);
}

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