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

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

constexpr SharedDBMetadataProto::ParseTableT_ SharedDBMetadataProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967282,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // 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<::leveldb_proto::SharedDBMetadataProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional uint32 failure_count = 4;
      {::_pbi::TcParser::FastV32S1,
       {32, 2, 0,
        PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.failure_count_)}},
      // optional uint64 corruptions = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.corruptions_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional .leveldb_proto.SharedDBMetadataProto.MigrationStatus migration_status = 3;
      {::_pbi::TcParser::FastEr0S1,
       {24, 1, 4,
        PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.migration_status_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional uint64 corruptions = 1;
      {PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.corruptions_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt64)},
      // optional .leveldb_proto.SharedDBMetadataProto.MigrationStatus migration_status = 3;
      {PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.migration_status_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional uint32 failure_count = 4;
      {PROTOBUF_FIELD_OFFSET(SharedDBMetadataProto, _impl_.failure_count_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
    }},
    {{
        {0, 4},
    }},
    {{
    }},
  };
}


inline constexpr SharedDBMetadataProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        corruptions_{::uint64_t{0u}},
        migration_status_{static_cast< ::leveldb_proto::SharedDBMetadataProto_MigrationStatus >(0)},
        failure_count_{0u} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SharedDBMetadataProtoGlobalsTypeInternal SharedDBMetadataProto_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SharedDBMetadataProto_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SharedDBMetadataProto_globals_.GetClassData();
#else
  return SharedDBMetadataProto_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace leveldb_proto
namespace leveldb_proto {
PROTOBUF_CONSTINIT const uint32_t SharedDBMetadataProto_MigrationStatus_internal_data_[] = {
    327680u, 0u, };
static const char SharedDBMetadataProto_MigrationStatus_names[] = {
    "MIGRATE_TO_SHARED_SUCCESSFUL"
    "MIGRATE_TO_SHARED_UNIQUE_TO_BE_DELETED"
    "MIGRATE_TO_UNIQUE_SHARED_TO_BE_DELETED"
    "MIGRATE_TO_UNIQUE_SUCCESSFUL"
    "MIGRATION_NOT_ATTEMPTED"
};

static const ::google::protobuf::internal::EnumEntry SharedDBMetadataProto_MigrationStatus_entries[] = {
    {{&SharedDBMetadataProto_MigrationStatus_names[0], 28}, 1},
    {{&SharedDBMetadataProto_MigrationStatus_names[28], 38}, 2},
    {{&SharedDBMetadataProto_MigrationStatus_names[66], 38}, 4},
    {{&SharedDBMetadataProto_MigrationStatus_names[104], 28}, 3},
    {{&SharedDBMetadataProto_MigrationStatus_names[132], 23}, 0},
};

static const int SharedDBMetadataProto_MigrationStatus_entries_by_number[] = {
    4,  // 0 -> MIGRATION_NOT_ATTEMPTED
    0,  // 1 -> MIGRATE_TO_SHARED_SUCCESSFUL
    1,  // 2 -> MIGRATE_TO_SHARED_UNIQUE_TO_BE_DELETED
    3,  // 3 -> MIGRATE_TO_UNIQUE_SUCCESSFUL
    2,  // 4 -> MIGRATE_TO_UNIQUE_SHARED_TO_BE_DELETED
};

bool SharedDBMetadataProto_MigrationStatus_Parse(::absl::string_view name,
                                  SharedDBMetadataProto_MigrationStatus* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      SharedDBMetadataProto_MigrationStatus_entries, 5, name, &int_value);
  if (success) {
    *value = static_cast<SharedDBMetadataProto_MigrationStatus>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    SharedDBMetadataProto_MigrationStatus_strings[5] = {};

const ::std::string& SharedDBMetadataProto_MigrationStatus_Name(SharedDBMetadataProto_MigrationStatus value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      SharedDBMetadataProto_MigrationStatus_entries, SharedDBMetadataProto_MigrationStatus_entries_by_number, 5,
      SharedDBMetadataProto_MigrationStatus_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(SharedDBMetadataProto_MigrationStatus_entries,
                                  SharedDBMetadataProto_MigrationStatus_entries_by_number,
                                  5, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : SharedDBMetadataProto_MigrationStatus_strings[idx].get();
}
// ===================================================================

SharedDBMetadataProto::SharedDBMetadataProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SharedDBMetadataProto_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:leveldb_proto.SharedDBMetadataProto)
}
SharedDBMetadataProto::SharedDBMetadataProto(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const SharedDBMetadataProto& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, SharedDBMetadataProto_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 SharedDBMetadataProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void SharedDBMetadataProto::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, corruptions_),
           0,
           offsetof(Impl_, failure_count_) -
               offsetof(Impl_, corruptions_) +
               sizeof(Impl_::failure_count_));
}
SharedDBMetadataProto::~SharedDBMetadataProto() {
  // @@protoc_insertion_point(destructor:leveldb_proto.SharedDBMetadataProto)
  SharedDtor(*this);
}
inline void SharedDBMetadataProto::SharedDtor(MessageLite& self) {
  SharedDBMetadataProto& this_ = static_cast<SharedDBMetadataProto&>(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 SharedDBMetadataProto_class_data_ =
    SharedDBMetadataProto::InternalGenerateClassData_(SharedDBMetadataProto_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    ::memset(&_impl_.corruptions_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.failure_count_) -
        reinterpret_cast<char*>(&_impl_.corruptions_)) + sizeof(_impl_.failure_count_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional uint64 corruptions = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
        1, this_._internal_corruptions(), target);
  }

  // optional .leveldb_proto.SharedDBMetadataProto.MigrationStatus migration_status = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        3, this_._internal_migration_status(), target);
  }

  // optional uint32 failure_count = 4;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        4, this_._internal_failure_count(), 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:leveldb_proto.SharedDBMetadataProto)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // optional uint64 corruptions = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
          this_._internal_corruptions());
    }
    // optional .leveldb_proto.SharedDBMetadataProto.MigrationStatus migration_status = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_migration_status());
    }
    // optional uint32 failure_count = 4;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_failure_count());
    }
  }
  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 SharedDBMetadataProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SharedDBMetadataProto*>(&to_msg);
  auto& from = static_cast<const SharedDBMetadataProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:leveldb_proto.SharedDBMetadataProto)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_impl_.corruptions_ = from._impl_.corruptions_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.migration_status_ = from._impl_.migration_status_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.failure_count_ = from._impl_.failure_count_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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