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

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

constexpr SiteDataPerformanceMeasurement::ParseTableT_ SiteDataPerformanceMeasurement::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // 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<::SiteDataPerformanceMeasurement>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional float avg_cpu_usage_us = 1;
      {::_pbi::TcParser::FastF32S1,
       {13, 0, 0,
        PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_cpu_usage_us_)}},
      // optional float avg_footprint_kb = 2;
      {::_pbi::TcParser::FastF32S1,
       {21, 1, 0,
        PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_footprint_kb_)}},
      // optional float avg_load_duration_us = 3;
      {::_pbi::TcParser::FastF32S1,
       {29, 2, 0,
        PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_load_duration_us_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional float avg_cpu_usage_us = 1;
      {PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_cpu_usage_us_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
      // optional float avg_footprint_kb = 2;
      {PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_footprint_kb_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
      // optional float avg_load_duration_us = 3;
      {PROTOBUF_FIELD_OFFSET(SiteDataPerformanceMeasurement, _impl_.avg_load_duration_us_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr SiteDataPerformanceMeasurement::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        avg_cpu_usage_us_{0},
        avg_footprint_kb_{0},
        avg_load_duration_us_{0} {}

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

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

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


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

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

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

constexpr SiteDataProto::ParseTableT_ SiteDataProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_._has_bits_),
      0, // no _extensions_
      6, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967232,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // num_field_entries
      5,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::SiteDataProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional uint32 last_loaded = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 5, 0,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.last_loaded_)}},
      // optional .SiteDataFeatureProto updates_favicon_in_background = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.updates_favicon_in_background_)}},
      // optional .SiteDataFeatureProto updates_title_in_background = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 1, 1,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.updates_title_in_background_)}},
      // optional .SiteDataFeatureProto uses_audio_in_background = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 2, 2,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.uses_audio_in_background_)}},
      // optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
      {::_pbi::TcParser::FastMtS1,
       {42, 3, 3,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.deprecated_uses_notifications_in_background_)}},
      // optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
      {::_pbi::TcParser::FastMtS1,
       {50, 4, 4,
        PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.load_time_estimates_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional uint32 last_loaded = 1;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.last_loaded_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional .SiteDataFeatureProto updates_favicon_in_background = 2;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.updates_favicon_in_background_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .SiteDataFeatureProto updates_title_in_background = 3;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.updates_title_in_background_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .SiteDataFeatureProto uses_audio_in_background = 4;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.uses_audio_in_background_), _Internal::kHasBitsOffset + 2, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.deprecated_uses_notifications_in_background_), _Internal::kHasBitsOffset + 3, 3, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
      {PROTOBUF_FIELD_OFFSET(SiteDataProto, _impl_.load_time_estimates_), _Internal::kHasBitsOffset + 4, 4, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::SiteDataFeatureProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::SiteDataFeatureProto_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::SiteDataFeatureProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::SiteDataFeatureProto_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::SiteDataFeatureProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::SiteDataFeatureProto_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::SiteDataFeatureProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::SiteDataFeatureProto_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::SiteDataPerformanceMeasurement>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::SiteDataPerformanceMeasurement_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr SiteDataProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        updates_favicon_in_background_{nullptr},
        updates_title_in_background_{nullptr},
        uses_audio_in_background_{nullptr},
        deprecated_uses_notifications_in_background_{nullptr},
        load_time_estimates_{nullptr},
        last_loaded_{0u} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST SiteDataProtoGlobalsTypeInternal SiteDataProto_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* SiteDataProto_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return SiteDataProto_globals_.GetClassData();
#else
  return SiteDataProto_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
// ===================================================================

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

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

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SiteDataFeatureProto::GetClassData() const {
  return SiteDataFeatureProto_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SiteDataFeatureProto::GetClassData() const {
  return SiteDataFeatureProto_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SiteDataFeatureProto::ParseTableT_
    SiteDataFeatureProto::_table_ =
        SiteDataFeatureProto::InternalGenerateParseTable_(SiteDataFeatureProto_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SiteDataFeatureProto::Clear() {
// @@protoc_insertion_point(message_clear_start:SiteDataFeatureProto)
  ::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)) {
    ::memset(&_impl_.observation_duration_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.use_timestamp_) -
        reinterpret_cast<char*>(&_impl_.observation_duration_)) + sizeof(_impl_.use_timestamp_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional int64 observation_duration = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
            stream, this_._internal_observation_duration(), target);
  }

  // optional int64 use_timestamp = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<2>(
            stream, this_._internal_use_timestamp(), 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:SiteDataFeatureProto)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // optional int64 observation_duration = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_observation_duration());
    }
    // optional int64 use_timestamp = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_use_timestamp());
    }
  }
  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 SiteDataFeatureProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SiteDataFeatureProto*>(&to_msg);
  auto& from = static_cast<const SiteDataFeatureProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:SiteDataFeatureProto)
  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->_impl_.observation_duration_ = from._impl_.observation_duration_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.use_timestamp_ = from._impl_.use_timestamp_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

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

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SiteDataPerformanceMeasurement::GetClassData() const {
  return SiteDataPerformanceMeasurement_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SiteDataPerformanceMeasurement::GetClassData() const {
  return SiteDataPerformanceMeasurement_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SiteDataPerformanceMeasurement::ParseTableT_
    SiteDataPerformanceMeasurement::_table_ =
        SiteDataPerformanceMeasurement::InternalGenerateParseTable_(SiteDataPerformanceMeasurement_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SiteDataPerformanceMeasurement::Clear() {
// @@protoc_insertion_point(message_clear_start:SiteDataPerformanceMeasurement)
  ::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_.avg_cpu_usage_us_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.avg_load_duration_us_) -
        reinterpret_cast<char*>(&_impl_.avg_cpu_usage_us_)) + sizeof(_impl_.avg_load_duration_us_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional float avg_cpu_usage_us = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        1, this_._internal_avg_cpu_usage_us(), target);
  }

  // optional float avg_footprint_kb = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        2, this_._internal_avg_footprint_kb(), target);
  }

  // optional float avg_load_duration_us = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        3, this_._internal_avg_load_duration_us(), 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:SiteDataPerformanceMeasurement)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += ::absl::popcount(0x00000007U & cached_has_bits) * 5;
  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 SiteDataPerformanceMeasurement::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SiteDataPerformanceMeasurement*>(&to_msg);
  auto& from = static_cast<const SiteDataPerformanceMeasurement&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:SiteDataPerformanceMeasurement)
  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_.avg_cpu_usage_us_ = from._impl_.avg_cpu_usage_us_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.avg_footprint_kb_ = from._impl_.avg_footprint_kb_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.avg_load_duration_us_ = from._impl_.avg_load_duration_us_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SiteDataProto* 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_.updates_favicon_in_background_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.updates_favicon_in_background_)
                : nullptr;
  _impl_.updates_title_in_background_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.updates_title_in_background_)
                : nullptr;
  _impl_.uses_audio_in_background_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.uses_audio_in_background_)
                : nullptr;
  _impl_.deprecated_uses_notifications_in_background_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.deprecated_uses_notifications_in_background_)
                : nullptr;
  _impl_.load_time_estimates_ = (CheckHasBit(cached_has_bits, 0x00000010U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.load_time_estimates_)
                : nullptr;
  _impl_.last_loaded_ = from._impl_.last_loaded_;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SiteDataProto_class_data_ =
    SiteDataProto::InternalGenerateClassData_(SiteDataProto_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.updates_favicon_in_background_ != nullptr);
      _impl_.updates_favicon_in_background_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.updates_title_in_background_ != nullptr);
      _impl_.updates_title_in_background_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.uses_audio_in_background_ != nullptr);
      _impl_.uses_audio_in_background_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.deprecated_uses_notifications_in_background_ != nullptr);
      _impl_.deprecated_uses_notifications_in_background_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(_impl_.load_time_estimates_ != nullptr);
      _impl_.load_time_estimates_->Clear();
    }
  }
  _impl_.last_loaded_ = 0u;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional uint32 last_loaded = 1;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        1, this_._internal_last_loaded(), target);
  }

  // optional .SiteDataFeatureProto updates_favicon_in_background = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.updates_favicon_in_background_, this_._impl_.updates_favicon_in_background_->GetCachedSize(), target,
        stream);
  }

  // optional .SiteDataFeatureProto updates_title_in_background = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.updates_title_in_background_, this_._impl_.updates_title_in_background_->GetCachedSize(), target,
        stream);
  }

  // optional .SiteDataFeatureProto uses_audio_in_background = 4;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.uses_audio_in_background_, this_._impl_.uses_audio_in_background_->GetCachedSize(), target,
        stream);
  }

  // optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        5, *this_._impl_.deprecated_uses_notifications_in_background_, this_._impl_.deprecated_uses_notifications_in_background_->GetCachedSize(), target,
        stream);
  }

  // optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        6, *this_._impl_.load_time_estimates_, this_._impl_.load_time_estimates_->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:SiteDataProto)
  return target;
}

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

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

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    // optional .SiteDataFeatureProto updates_favicon_in_background = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.updates_favicon_in_background_);
    }
    // optional .SiteDataFeatureProto updates_title_in_background = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.updates_title_in_background_);
    }
    // optional .SiteDataFeatureProto uses_audio_in_background = 4;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.uses_audio_in_background_);
    }
    // optional .SiteDataFeatureProto deprecated_uses_notifications_in_background = 5;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.deprecated_uses_notifications_in_background_);
    }
    // optional .SiteDataPerformanceMeasurement load_time_estimates = 6;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.load_time_estimates_);
    }
    // optional uint32 last_loaded = 1;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_last_loaded());
    }
  }
  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 SiteDataProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SiteDataProto*>(&to_msg);
  auto& from = static_cast<const SiteDataProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:SiteDataProto)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.updates_favicon_in_background_ != nullptr);
      if (_this->_impl_.updates_favicon_in_background_ == nullptr) {
        _this->_impl_.updates_favicon_in_background_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.updates_favicon_in_background_);
      } else {
        _this->_impl_.updates_favicon_in_background_->MergeFrom(*from._impl_.updates_favicon_in_background_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.updates_title_in_background_ != nullptr);
      if (_this->_impl_.updates_title_in_background_ == nullptr) {
        _this->_impl_.updates_title_in_background_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.updates_title_in_background_);
      } else {
        _this->_impl_.updates_title_in_background_->MergeFrom(*from._impl_.updates_title_in_background_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.uses_audio_in_background_ != nullptr);
      if (_this->_impl_.uses_audio_in_background_ == nullptr) {
        _this->_impl_.uses_audio_in_background_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.uses_audio_in_background_);
      } else {
        _this->_impl_.uses_audio_in_background_->MergeFrom(*from._impl_.uses_audio_in_background_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.deprecated_uses_notifications_in_background_ != nullptr);
      if (_this->_impl_.deprecated_uses_notifications_in_background_ == nullptr) {
        _this->_impl_.deprecated_uses_notifications_in_background_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.deprecated_uses_notifications_in_background_);
      } else {
        _this->_impl_.deprecated_uses_notifications_in_background_->MergeFrom(*from._impl_.deprecated_uses_notifications_in_background_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(from._impl_.load_time_estimates_ != nullptr);
      if (_this->_impl_.load_time_estimates_ == nullptr) {
        _this->_impl_.load_time_estimates_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.load_time_estimates_);
      } else {
        _this->_impl_.load_time_estimates_->MergeFrom(*from._impl_.load_time_estimates_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.last_loaded_ = from._impl_.last_loaded_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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