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

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

constexpr OverlayObject_RenderingMetadata::ParseTableT_ OverlayObject_RenderingMetadata::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OverlayObject_RenderingMetadata, _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<::lens::OverlayObject_RenderingMetadata>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .lens.OverlayObject.RenderingMetadata.RenderType render_type = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(OverlayObject_RenderingMetadata, _impl_.render_type_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .lens.OverlayObject.RenderingMetadata.RenderType render_type = 1;
      {PROTOBUF_FIELD_OFFSET(OverlayObject_RenderingMetadata, _impl_.render_type_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr OverlayObject_RenderingMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        render_type_{static_cast< ::lens::OverlayObject_RenderingMetadata_RenderType >(0)} {}

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

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

constexpr OverlayObject_InteractionProperties::ParseTableT_ OverlayObject_InteractionProperties::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OverlayObject_InteractionProperties, _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<::lens::OverlayObject_InteractionProperties>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // bool select_on_tap = 1;
      {::_pbi::TcParser::FastV8S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(OverlayObject_InteractionProperties, _impl_.select_on_tap_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bool select_on_tap = 1;
      {PROTOBUF_FIELD_OFFSET(OverlayObject_InteractionProperties, _impl_.select_on_tap_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr OverlayObject_InteractionProperties::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        select_on_tap_{false} {}

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

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

constexpr OverlayObject::ParseTableT_ OverlayObject::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_._has_bits_),
      0, // no _extensions_
      9, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294966900,  // skipmap
      offsetof(ParseTableT_, field_entries),
      5,  // 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<::lens::OverlayObject>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .lens.OverlayObject.RenderingMetadata rendering_metadata = 8;
      {::_pbi::TcParser::FastMtS1,
       {66, 3, 2,
        PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.rendering_metadata_)}},
      // string id = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.id_)}},
      // .lens.Geometry geometry = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.geometry_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // .lens.OverlayObject.InteractionProperties interaction_properties = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 2, 1,
        PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.interaction_properties_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string id = 1;
      {PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.id_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .lens.Geometry geometry = 2;
      {PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.geometry_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.OverlayObject.InteractionProperties interaction_properties = 4;
      {PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.interaction_properties_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.OverlayObject.RenderingMetadata rendering_metadata = 8;
      {PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.rendering_metadata_), _Internal::kHasBitsOffset + 3, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // bool is_fulfilled = 9;
      {PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.is_fulfilled_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::Geometry>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::Geometry_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::OverlayObject_InteractionProperties>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::OverlayObject_InteractionProperties_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::OverlayObject_RenderingMetadata>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::OverlayObject_RenderingMetadata_globals_},
        #endif
    }},
    {{
      "\22\2\0\0\0\0\0\0"
      "lens.OverlayObject"
      "id"
    }},
  };
}


inline constexpr OverlayObject::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        geometry_{nullptr},
        interaction_properties_{nullptr},
        rendering_metadata_{nullptr},
        is_fulfilled_{false} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST OverlayObjectGlobalsTypeInternal OverlayObject_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* OverlayObject_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return OverlayObject_globals_.GetClassData();
#else
  return OverlayObject_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace lens
namespace lens {
PROTOBUF_CONSTINIT const uint32_t OverlayObject_RenderingMetadata_RenderType_internal_data_[] = {
    131072u, 0u, };
static const char OverlayObject_RenderingMetadata_RenderType_names[] = {
    "DEFAULT"
    "GLEAM"
};

static const ::google::protobuf::internal::EnumEntry OverlayObject_RenderingMetadata_RenderType_entries[] = {
    {{&OverlayObject_RenderingMetadata_RenderType_names[0], 7}, 0},
    {{&OverlayObject_RenderingMetadata_RenderType_names[7], 5}, 1},
};

static const int OverlayObject_RenderingMetadata_RenderType_entries_by_number[] = {
    0,  // 0 -> DEFAULT
    1,  // 1 -> GLEAM
};

bool OverlayObject_RenderingMetadata_RenderType_Parse(::absl::string_view name,
                                  OverlayObject_RenderingMetadata_RenderType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      OverlayObject_RenderingMetadata_RenderType_entries, 2, name, &int_value);
  if (success) {
    *value = static_cast<OverlayObject_RenderingMetadata_RenderType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    OverlayObject_RenderingMetadata_RenderType_strings[2] = {};

const ::std::string& OverlayObject_RenderingMetadata_RenderType_Name(OverlayObject_RenderingMetadata_RenderType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      OverlayObject_RenderingMetadata_RenderType_entries, OverlayObject_RenderingMetadata_RenderType_entries_by_number, 2,
      OverlayObject_RenderingMetadata_RenderType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(OverlayObject_RenderingMetadata_RenderType_entries,
                                  OverlayObject_RenderingMetadata_RenderType_entries_by_number,
                                  2, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : OverlayObject_RenderingMetadata_RenderType_strings[idx].get();
}
// ===================================================================

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

inline void OverlayObject_RenderingMetadata::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.render_type_ = {};
}
OverlayObject_RenderingMetadata::~OverlayObject_RenderingMetadata() {
  // @@protoc_insertion_point(destructor:lens.OverlayObject.RenderingMetadata)
  SharedDtor(*this);
}
inline void OverlayObject_RenderingMetadata::SharedDtor(MessageLite& self) {
  OverlayObject_RenderingMetadata& this_ = static_cast<OverlayObject_RenderingMetadata&>(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 OverlayObject_RenderingMetadata_class_data_ =
    OverlayObject_RenderingMetadata::InternalGenerateClassData_(OverlayObject_RenderingMetadata_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OverlayObject_RenderingMetadata::GetClassData() const {
  return OverlayObject_RenderingMetadata_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OverlayObject_RenderingMetadata::GetClassData() const {
  return OverlayObject_RenderingMetadata_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const OverlayObject_RenderingMetadata::ParseTableT_
    OverlayObject_RenderingMetadata::_table_ =
        OverlayObject_RenderingMetadata::InternalGenerateParseTable_(OverlayObject_RenderingMetadata_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void OverlayObject_RenderingMetadata::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.OverlayObject.RenderingMetadata)
  ::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_.render_type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // .lens.OverlayObject.RenderingMetadata.RenderType render_type = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (this_._internal_render_type() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          1, this_._internal_render_type(), 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:lens.OverlayObject.RenderingMetadata)
  return target;
}

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

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

   {
    // .lens.OverlayObject.RenderingMetadata.RenderType render_type = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (this_._internal_render_type() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_render_type());
      }
    }
  }
  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 OverlayObject_RenderingMetadata::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OverlayObject_RenderingMetadata*>(&to_msg);
  auto& from = static_cast<const OverlayObject_RenderingMetadata&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.OverlayObject.RenderingMetadata)
  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_render_type() != 0) {
      _this->_impl_.render_type_ = from._impl_.render_type_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void OverlayObject_RenderingMetadata::CopyFrom(const OverlayObject_RenderingMetadata& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.OverlayObject.RenderingMetadata)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


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

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

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

inline void OverlayObject_InteractionProperties::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.select_on_tap_ = {};
}
OverlayObject_InteractionProperties::~OverlayObject_InteractionProperties() {
  // @@protoc_insertion_point(destructor:lens.OverlayObject.InteractionProperties)
  SharedDtor(*this);
}
inline void OverlayObject_InteractionProperties::SharedDtor(MessageLite& self) {
  OverlayObject_InteractionProperties& this_ = static_cast<OverlayObject_InteractionProperties&>(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 OverlayObject_InteractionProperties_class_data_ =
    OverlayObject_InteractionProperties::InternalGenerateClassData_(OverlayObject_InteractionProperties_globals_._default);

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // bool select_on_tap = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (this_._internal_select_on_tap() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          1, this_._internal_select_on_tap(), 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:lens.OverlayObject.InteractionProperties)
  return target;
}

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

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

   {
    // bool select_on_tap = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (this_._internal_select_on_tap() != 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 OverlayObject_InteractionProperties::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OverlayObject_InteractionProperties*>(&to_msg);
  auto& from = static_cast<const OverlayObject_InteractionProperties&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.OverlayObject.InteractionProperties)
  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_select_on_tap() != 0) {
      _this->_impl_.select_on_tap_ = from._impl_.select_on_tap_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void OverlayObject_InteractionProperties::CopyFrom(const OverlayObject_InteractionProperties& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.OverlayObject.InteractionProperties)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


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

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

void OverlayObject::clear_geometry() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.geometry_ != nullptr) _impl_.geometry_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
OverlayObject::OverlayObject(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OverlayObject_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.OverlayObject)
}
PROTOBUF_NDEBUG_INLINE OverlayObject::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::OverlayObject& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        id_(arena, from.id_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  OverlayObject* 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_.geometry_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.geometry_)
                : nullptr;
  _impl_.interaction_properties_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_properties_)
                : nullptr;
  _impl_.rendering_metadata_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.rendering_metadata_)
                : nullptr;
  _impl_.is_fulfilled_ = from._impl_.is_fulfilled_;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite OverlayObject_class_data_ =
    OverlayObject::InternalGenerateClassData_(OverlayObject_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.geometry_ != nullptr);
      _impl_.geometry_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.interaction_properties_ != nullptr);
      _impl_.interaction_properties_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.rendering_metadata_ != nullptr);
      _impl_.rendering_metadata_->Clear();
    }
  }
  _impl_.is_fulfilled_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // string id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_id().empty()) {
      const ::std::string& _s = this_._internal_id();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "lens.OverlayObject.id");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // .lens.Geometry geometry = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.geometry_, this_._impl_.geometry_->GetCachedSize(), target,
        stream);
  }

  // .lens.OverlayObject.InteractionProperties interaction_properties = 4;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.interaction_properties_, this_._impl_.interaction_properties_->GetCachedSize(), target,
        stream);
  }

  // .lens.OverlayObject.RenderingMetadata rendering_metadata = 8;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        8, *this_._impl_.rendering_metadata_, this_._impl_.rendering_metadata_->GetCachedSize(), target,
        stream);
  }

  // bool is_fulfilled = 9;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    if (this_._internal_is_fulfilled() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          9, this_._internal_is_fulfilled(), 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:lens.OverlayObject)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t OverlayObject::ByteSizeLong(const MessageLite& base) {
  const OverlayObject& this_ = static_cast<const OverlayObject&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t OverlayObject::ByteSizeLong() const {
  const OverlayObject& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.OverlayObject)
  ::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, 0x0000001fU)) {
    // string id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_id().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_id());
      }
    }
    // .lens.Geometry geometry = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.geometry_);
    }
    // .lens.OverlayObject.InteractionProperties interaction_properties = 4;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.interaction_properties_);
    }
    // .lens.OverlayObject.RenderingMetadata rendering_metadata = 8;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.rendering_metadata_);
    }
    // bool is_fulfilled = 9;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (this_._internal_is_fulfilled() != 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 OverlayObject::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OverlayObject*>(&to_msg);
  auto& from = static_cast<const OverlayObject&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.OverlayObject)
  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, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_id().empty()) {
        _this->_internal_set_id(from._internal_id());
      } else {
        if (_this->_impl_.id_.IsDefault()) {
          _this->_internal_set_id("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.geometry_ != nullptr);
      if (_this->_impl_.geometry_ == nullptr) {
        _this->_impl_.geometry_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.geometry_);
      } else {
        _this->_impl_.geometry_->MergeFrom(*from._impl_.geometry_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.interaction_properties_ != nullptr);
      if (_this->_impl_.interaction_properties_ == nullptr) {
        _this->_impl_.interaction_properties_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_properties_);
      } else {
        _this->_impl_.interaction_properties_->MergeFrom(*from._impl_.interaction_properties_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.rendering_metadata_ != nullptr);
      if (_this->_impl_.rendering_metadata_ == nullptr) {
        _this->_impl_.rendering_metadata_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.rendering_metadata_);
      } else {
        _this->_impl_.rendering_metadata_->MergeFrom(*from._impl_.rendering_metadata_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (from._internal_is_fulfilled() != 0) {
        _this->_impl_.is_fulfilled_ = from._impl_.is_fulfilled_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void OverlayObject::InternalSwap(OverlayObject* 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_.id_, &other->_impl_.id_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.is_fulfilled_)
      + sizeof(OverlayObject::_impl_.is_fulfilled_)
      - PROTOBUF_FIELD_OFFSET(OverlayObject, _impl_.geometry_)>(
          reinterpret_cast<char*>(&_impl_.geometry_),
          reinterpret_cast<char*>(&other->_impl_.geometry_));
}

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