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

#ifndef annotations_2eproto_2epb_2eh
#define annotations_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
#include "math.pb.h"
#include "dom.pb.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_annotations_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_annotations_2eproto {
  static const ::uint32_t offsets[];
};
namespace userfeedback {
class Annotation;
struct AnnotationGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AnnotationGlobalsTypeInternal Annotation_globals_;
extern const ::google::protobuf::internal::ClassDataLite Annotation_class_data_;
#else
extern const AnnotationGlobalsTypeInternal Annotation_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace userfeedback
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace userfeedback {

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


// -------------------------------------------------------------------

class  Annotation final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:userfeedback.Annotation) */ {
 public:
  inline Annotation() : Annotation(nullptr) {}
  ~Annotation() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(Annotation* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(Annotation));
  }
#endif

  template <typename = void>
  explicit constexpr Annotation(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline Annotation(const Annotation& from) : Annotation(nullptr, from) {}
  inline Annotation(Annotation&& from) noexcept : Annotation(nullptr, ::std::move(from)) {}
  inline Annotation& operator=(const Annotation& from) {
    CopyFrom(from);
    return *this;
  }
  inline Annotation& operator=(Annotation&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const Annotation& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<Annotation>(&Annotation_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(Annotation& a, Annotation& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(Annotation* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(Annotation* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  Annotation* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<Annotation>(arena);
  }
  void CopyFrom(const Annotation& from);
  void MergeFrom(const Annotation& from) { Annotation::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(Annotation* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.Annotation"; }

  explicit Annotation(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Annotation(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Annotation& from);
  Annotation(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Annotation&& from) noexcept
      : Annotation(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kSnippetFieldNumber = 2,
    kRectangleFieldNumber = 1,
    kAnnotatedElementPathFieldNumber = 3,
  };
  // optional string snippet = 2;
  bool has_snippet()
      const;
  void clear_snippet() ;
  const ::std::string& snippet() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_snippet(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_snippet();
  ::std::string* PROTOBUF_NULLABLE release_snippet();
  void set_allocated_snippet(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_snippet() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_snippet(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_snippet();

  public:
  // required .userfeedback.Rectangle rectangle = 1;
  bool has_rectangle()
      const;
  void clear_rectangle() ;
  const ::userfeedback::Rectangle& rectangle() const;
  ::userfeedback::Rectangle* PROTOBUF_NULLABLE release_rectangle();
  ::userfeedback::Rectangle* PROTOBUF_NONNULL mutable_rectangle();
  void set_allocated_rectangle(::userfeedback::Rectangle* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_rectangle(::userfeedback::Rectangle* PROTOBUF_NULLABLE value);
  ::userfeedback::Rectangle* PROTOBUF_NULLABLE unsafe_arena_release_rectangle();

  private:
  const ::userfeedback::Rectangle& _internal_rectangle() const;
  ::userfeedback::Rectangle* PROTOBUF_NONNULL _internal_mutable_rectangle();

  public:
  // optional .userfeedback.HtmlPath annotatedElementPath = 3;
  bool has_annotatedelementpath()
      const;
  void clear_annotatedelementpath() ;
  const ::userfeedback::HtmlPath& annotatedelementpath() const;
  ::userfeedback::HtmlPath* PROTOBUF_NULLABLE release_annotatedelementpath();
  ::userfeedback::HtmlPath* PROTOBUF_NONNULL mutable_annotatedelementpath();
  void set_allocated_annotatedelementpath(::userfeedback::HtmlPath* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_annotatedelementpath(::userfeedback::HtmlPath* PROTOBUF_NULLABLE value);
  ::userfeedback::HtmlPath* PROTOBUF_NULLABLE unsafe_arena_release_annotatedelementpath();

  private:
  const ::userfeedback::HtmlPath& _internal_annotatedelementpath() const;
  ::userfeedback::HtmlPath* PROTOBUF_NONNULL _internal_mutable_annotatedelementpath();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.Annotation)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          2, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const Annotation& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr snippet_;
    ::userfeedback::Rectangle* PROTOBUF_NULLABLE rectangle_;
    ::userfeedback::HtmlPath* PROTOBUF_NULLABLE annotatedelementpath_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_annotations_2eproto;
};

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




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


#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// -------------------------------------------------------------------

// Annotation

// required .userfeedback.Rectangle rectangle = 1;
inline bool Annotation::has_rectangle() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.rectangle_ != nullptr);
  return value;
}
inline const ::userfeedback::Rectangle& Annotation::_internal_rectangle() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::Rectangle* p = _impl_.rectangle_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::Rectangle>(&::userfeedback::Rectangle_globals_);
}
inline const ::userfeedback::Rectangle& Annotation::rectangle() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Annotation.rectangle)
  return _internal_rectangle();
}
inline void Annotation::unsafe_arena_set_allocated_rectangle(
    ::userfeedback::Rectangle* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.rectangle_);
  }
  _impl_.rectangle_ = reinterpret_cast<::userfeedback::Rectangle*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:userfeedback.Annotation.rectangle)
}
inline ::userfeedback::Rectangle* PROTOBUF_NULLABLE Annotation::release_rectangle() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::userfeedback::Rectangle* released = _impl_.rectangle_;
  _impl_.rectangle_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::userfeedback::Rectangle* PROTOBUF_NULLABLE Annotation::unsafe_arena_release_rectangle() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Annotation.rectangle)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::userfeedback::Rectangle* temp = _impl_.rectangle_;
  _impl_.rectangle_ = nullptr;
  return temp;
}
inline ::userfeedback::Rectangle* PROTOBUF_NONNULL Annotation::_internal_mutable_rectangle() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.rectangle_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::Rectangle>(GetArena());
    _impl_.rectangle_ = reinterpret_cast<::userfeedback::Rectangle*>(p);
  }
  return _impl_.rectangle_;
}
inline ::userfeedback::Rectangle* PROTOBUF_NONNULL Annotation::mutable_rectangle()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::userfeedback::Rectangle* _msg = _internal_mutable_rectangle();
  // @@protoc_insertion_point(field_mutable:userfeedback.Annotation.rectangle)
  return _msg;
}
inline void Annotation::set_allocated_rectangle(::userfeedback::Rectangle* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.rectangle_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.rectangle_ = reinterpret_cast<::userfeedback::Rectangle*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Annotation.rectangle)
}

// optional string snippet = 2;
inline bool Annotation::has_snippet() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void Annotation::clear_snippet() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.snippet_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& Annotation::snippet() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Annotation.snippet)
  return _internal_snippet();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Annotation::set_snippet(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.snippet_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Annotation.snippet)
}
inline ::std::string* PROTOBUF_NONNULL Annotation::mutable_snippet()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_snippet();
  // @@protoc_insertion_point(field_mutable:userfeedback.Annotation.snippet)
  return _s;
}
inline const ::std::string& Annotation::_internal_snippet() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.snippet_.Get();
}
inline void Annotation::_internal_set_snippet(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.snippet_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Annotation::_internal_mutable_snippet() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.snippet_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Annotation::release_snippet() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Annotation.snippet)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.snippet_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.snippet_.Set("", GetArena());
  }
  return released;
}
inline void Annotation::set_allocated_snippet(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.snippet_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.snippet_.IsDefault()) {
    _impl_.snippet_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Annotation.snippet)
}

// optional .userfeedback.HtmlPath annotatedElementPath = 3;
inline bool Annotation::has_annotatedelementpath() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.annotatedelementpath_ != nullptr);
  return value;
}
inline const ::userfeedback::HtmlPath& Annotation::_internal_annotatedelementpath() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::HtmlPath* p = _impl_.annotatedelementpath_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::HtmlPath>(&::userfeedback::HtmlPath_globals_);
}
inline const ::userfeedback::HtmlPath& Annotation::annotatedelementpath() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Annotation.annotatedElementPath)
  return _internal_annotatedelementpath();
}
inline void Annotation::unsafe_arena_set_allocated_annotatedelementpath(
    ::userfeedback::HtmlPath* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.annotatedelementpath_);
  }
  _impl_.annotatedelementpath_ = reinterpret_cast<::userfeedback::HtmlPath*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:userfeedback.Annotation.annotatedElementPath)
}
inline ::userfeedback::HtmlPath* PROTOBUF_NULLABLE Annotation::release_annotatedelementpath() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlPath* released = _impl_.annotatedelementpath_;
  _impl_.annotatedelementpath_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::userfeedback::HtmlPath* PROTOBUF_NULLABLE Annotation::unsafe_arena_release_annotatedelementpath() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Annotation.annotatedElementPath)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlPath* temp = _impl_.annotatedelementpath_;
  _impl_.annotatedelementpath_ = nullptr;
  return temp;
}
inline ::userfeedback::HtmlPath* PROTOBUF_NONNULL Annotation::_internal_mutable_annotatedelementpath() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.annotatedelementpath_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::HtmlPath>(GetArena());
    _impl_.annotatedelementpath_ = reinterpret_cast<::userfeedback::HtmlPath*>(p);
  }
  return _impl_.annotatedelementpath_;
}
inline ::userfeedback::HtmlPath* PROTOBUF_NONNULL Annotation::mutable_annotatedelementpath()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlPath* _msg = _internal_mutable_annotatedelementpath();
  // @@protoc_insertion_point(field_mutable:userfeedback.Annotation.annotatedElementPath)
  return _msg;
}
inline void Annotation::set_allocated_annotatedelementpath(::userfeedback::HtmlPath* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.annotatedelementpath_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }

  _impl_.annotatedelementpath_ = reinterpret_cast<::userfeedback::HtmlPath*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Annotation.annotatedElementPath)
}

#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)
}  // namespace userfeedback


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // annotations_2eproto_2epb_2eh
