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

#ifndef dom_2eproto_2epb_2eh
#define dom_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
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_dom_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_dom_2eproto {
  static const ::uint32_t offsets[];
};
namespace userfeedback {
class HtmlDocument;
struct HtmlDocumentGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern HtmlDocumentGlobalsTypeInternal HtmlDocument_globals_;
extern const ::google::protobuf::internal::ClassDataLite HtmlDocument_class_data_;
#else
extern const HtmlDocumentGlobalsTypeInternal HtmlDocument_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class HtmlElement;
struct HtmlElementGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern HtmlElementGlobalsTypeInternal HtmlElement_globals_;
extern const ::google::protobuf::internal::ClassDataLite HtmlElement_class_data_;
#else
extern const HtmlElementGlobalsTypeInternal HtmlElement_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class HtmlPath;
struct HtmlPathGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern HtmlPathGlobalsTypeInternal HtmlPath_globals_;
extern const ::google::protobuf::internal::ClassDataLite HtmlPath_class_data_;
#else
extern const HtmlPathGlobalsTypeInternal HtmlPath_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class Navigator;
struct NavigatorGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern NavigatorGlobalsTypeInternal Navigator_globals_;
extern const ::google::protobuf::internal::ClassDataLite Navigator_class_data_;
#else
extern const NavigatorGlobalsTypeInternal Navigator_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace userfeedback
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace userfeedback {

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


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

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

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

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

  inline Navigator(const Navigator& from) : Navigator(nullptr, from) {}
  inline Navigator(Navigator&& from) noexcept : Navigator(nullptr, ::std::move(from)) {}
  inline Navigator& operator=(const Navigator& from) {
    CopyFrom(from);
    return *this;
  }
  inline Navigator& operator=(Navigator&& 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 Navigator& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<Navigator>(&Navigator_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(Navigator& a, Navigator& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(Navigator* 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(Navigator* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

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

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

  public:
  bool IsInitialized() const {
    return true;
  }
  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(Navigator* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.Navigator"; }

  explicit Navigator(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Navigator(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Navigator& from);
  Navigator(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Navigator&& from) noexcept
      : Navigator(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 {
    kPluginNameFieldNumber = 14,
    kAppCodeNameFieldNumber = 1,
    kAppNameFieldNumber = 2,
    kAppVersionFieldNumber = 3,
    kAppMinorVersionFieldNumber = 4,
    kCpuClassFieldNumber = 6,
    kPlatformFieldNumber = 8,
    kBrowserLanguageFieldNumber = 9,
    kSystemLanguageFieldNumber = 10,
    kUserAgentFieldNumber = 11,
    kCookieEnabledFieldNumber = 5,
    kOnLineFieldNumber = 7,
    kJavaEnabledFieldNumber = 12,
    kTaintEnabledFieldNumber = 13,
  };
  // repeated string plugin_name = 14;
  int plugin_name_size()
      const;
  private:
  int _internal_plugin_name_size() const;

  public:
  void clear_plugin_name() ;
  const ::std::string& plugin_name(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_plugin_name(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_plugin_name(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_plugin_name();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_plugin_name(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      plugin_name() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_plugin_name();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_plugin_name() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_plugin_name();

  public:
  // optional string app_code_name = 1;
  bool has_app_code_name()
      const;
  void clear_app_code_name() ;
  const ::std::string& app_code_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_app_code_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_app_code_name();
  ::std::string* PROTOBUF_NULLABLE release_app_code_name();
  void set_allocated_app_code_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_app_code_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_app_code_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_app_code_name();

  public:
  // optional string app_name = 2;
  bool has_app_name()
      const;
  void clear_app_name() ;
  const ::std::string& app_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_app_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_app_name();
  ::std::string* PROTOBUF_NULLABLE release_app_name();
  void set_allocated_app_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_app_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_app_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_app_name();

  public:
  // optional string app_version = 3;
  bool has_app_version()
      const;
  void clear_app_version() ;
  const ::std::string& app_version() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_app_version(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_app_version();
  ::std::string* PROTOBUF_NULLABLE release_app_version();
  void set_allocated_app_version(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_app_version() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_app_version(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_app_version();

  public:
  // optional string app_minor_version = 4;
  bool has_app_minor_version()
      const;
  void clear_app_minor_version() ;
  const ::std::string& app_minor_version() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_app_minor_version(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_app_minor_version();
  ::std::string* PROTOBUF_NULLABLE release_app_minor_version();
  void set_allocated_app_minor_version(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_app_minor_version() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_app_minor_version(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_app_minor_version();

  public:
  // optional string cpu_class = 6;
  bool has_cpu_class()
      const;
  void clear_cpu_class() ;
  const ::std::string& cpu_class() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_cpu_class(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_cpu_class();
  ::std::string* PROTOBUF_NULLABLE release_cpu_class();
  void set_allocated_cpu_class(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_cpu_class() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_cpu_class(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_cpu_class();

  public:
  // optional string platform = 8;
  bool has_platform()
      const;
  void clear_platform() ;
  const ::std::string& platform() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_platform(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_platform();
  ::std::string* PROTOBUF_NULLABLE release_platform();
  void set_allocated_platform(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_platform() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_platform(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_platform();

  public:
  // optional string browser_language = 9;
  bool has_browser_language()
      const;
  void clear_browser_language() ;
  const ::std::string& browser_language() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_browser_language(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_browser_language();
  ::std::string* PROTOBUF_NULLABLE release_browser_language();
  void set_allocated_browser_language(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_browser_language() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_browser_language(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_browser_language();

  public:
  // optional string system_language = 10;
  bool has_system_language()
      const;
  void clear_system_language() ;
  const ::std::string& system_language() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_system_language(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_system_language();
  ::std::string* PROTOBUF_NULLABLE release_system_language();
  void set_allocated_system_language(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_system_language() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_system_language(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_system_language();

  public:
  // optional string user_agent = 11;
  bool has_user_agent()
      const;
  void clear_user_agent() ;
  const ::std::string& user_agent() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_user_agent(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_user_agent();
  ::std::string* PROTOBUF_NULLABLE release_user_agent();
  void set_allocated_user_agent(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_user_agent() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_user_agent(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_user_agent();

  public:
  // optional bool cookie_enabled = 5;
  bool has_cookie_enabled()
      const;
  void clear_cookie_enabled() ;
  bool cookie_enabled() const;
  void set_cookie_enabled(bool value);

  private:
  bool _internal_cookie_enabled() const;
  void _internal_set_cookie_enabled(bool value);

  public:
  // optional bool on_line = 7;
  bool has_on_line()
      const;
  void clear_on_line() ;
  bool on_line() const;
  void set_on_line(bool value);

  private:
  bool _internal_on_line() const;
  void _internal_set_on_line(bool value);

  public:
  // optional bool java_enabled = 12;
  bool has_java_enabled()
      const;
  void clear_java_enabled() ;
  bool java_enabled() const;
  void set_java_enabled(bool value);

  private:
  bool _internal_java_enabled() const;
  void _internal_set_java_enabled(bool value);

  public:
  // optional bool taint_enabled = 13;
  bool has_taint_enabled()
      const;
  void clear_taint_enabled() ;
  bool taint_enabled() const;
  void set_taint_enabled(bool value);

  private:
  bool _internal_taint_enabled() const;
  void _internal_set_taint_enabled(bool value);

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.Navigator)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<4, 14,
                          0, 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 Navigator& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> plugin_name_;
    ::google::protobuf::internal::ArenaStringPtr app_code_name_;
    ::google::protobuf::internal::ArenaStringPtr app_name_;
    ::google::protobuf::internal::ArenaStringPtr app_version_;
    ::google::protobuf::internal::ArenaStringPtr app_minor_version_;
    ::google::protobuf::internal::ArenaStringPtr cpu_class_;
    ::google::protobuf::internal::ArenaStringPtr platform_;
    ::google::protobuf::internal::ArenaStringPtr browser_language_;
    ::google::protobuf::internal::ArenaStringPtr system_language_;
    ::google::protobuf::internal::ArenaStringPtr user_agent_;
    bool cookie_enabled_;
    bool on_line_;
    bool java_enabled_;
    bool taint_enabled_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_dom_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline HtmlPath(const HtmlPath& from) : HtmlPath(nullptr, from) {}
  inline HtmlPath(HtmlPath&& from) noexcept : HtmlPath(nullptr, ::std::move(from)) {}
  inline HtmlPath& operator=(const HtmlPath& from) {
    CopyFrom(from);
    return *this;
  }
  inline HtmlPath& operator=(HtmlPath&& 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 HtmlPath& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<HtmlPath>(&HtmlPath_globals_);
  }
  static constexpr int kIndexInFileMessages = 3;
  friend void swap(HtmlPath& a, HtmlPath& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(HtmlPath* 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(HtmlPath* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

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

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

  public:
  bool IsInitialized() const {
    return true;
  }
  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(HtmlPath* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.HtmlPath"; }

  explicit HtmlPath(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  HtmlPath(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const HtmlPath& from);
  HtmlPath(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, HtmlPath&& from) noexcept
      : HtmlPath(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 {
    kIndexFieldNumber = 1,
  };
  // repeated int32 index = 1;
  int index_size()
      const;
  private:
  int _internal_index_size() const;

  public:
  void clear_index() ;
  ::int32_t index(int index) const;
  void set_index(int index, ::int32_t value);
  void add_index(::int32_t value);
  const ::google::protobuf::RepeatedField<::int32_t>& index()
      const;
  ::google::protobuf::RepeatedField<::int32_t>* PROTOBUF_NONNULL mutable_index();

  private:
  const ::google::protobuf::RepeatedField<::int32_t>& _internal_index() const;
  ::google::protobuf::RepeatedField<::int32_t>* PROTOBUF_NONNULL _internal_mutable_index();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.HtmlPath)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          0, 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 HtmlPath& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedField<::int32_t> index_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_dom_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline HtmlDocument(const HtmlDocument& from) : HtmlDocument(nullptr, from) {}
  inline HtmlDocument(HtmlDocument&& from) noexcept : HtmlDocument(nullptr, ::std::move(from)) {}
  inline HtmlDocument& operator=(const HtmlDocument& from) {
    CopyFrom(from);
    return *this;
  }
  inline HtmlDocument& operator=(HtmlDocument&& 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 HtmlDocument& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<HtmlDocument>(&HtmlDocument_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(HtmlDocument& a, HtmlDocument& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(HtmlDocument* 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(HtmlDocument* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  HtmlDocument* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<HtmlDocument>(arena);
  }
  void CopyFrom(const HtmlDocument& from);
  void MergeFrom(const HtmlDocument& from) { HtmlDocument::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(HtmlDocument* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.HtmlDocument"; }

  explicit HtmlDocument(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  HtmlDocument(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const HtmlDocument& from);
  HtmlDocument(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, HtmlDocument&& from) noexcept
      : HtmlDocument(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 {
    kUrlFieldNumber = 1,
    kTitleFieldNumber = 2,
    kDocumentElementFieldNumber = 3,
  };
  // required string url = 1;
  bool has_url()
      const;
  void clear_url() ;
  const ::std::string& url() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_url(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_url();
  ::std::string* PROTOBUF_NULLABLE release_url();
  void set_allocated_url(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_url() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_url(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_url();

  public:
  // optional string title = 2;
  bool has_title()
      const;
  void clear_title() ;
  const ::std::string& title() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_title(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_title();
  ::std::string* PROTOBUF_NULLABLE release_title();
  void set_allocated_title(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_title() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_title(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_title();

  public:
  // optional .userfeedback.HtmlElement document_element = 3;
  bool has_document_element()
      const;
  void clear_document_element() ;
  const ::userfeedback::HtmlElement& document_element() const;
  ::userfeedback::HtmlElement* PROTOBUF_NULLABLE release_document_element();
  ::userfeedback::HtmlElement* PROTOBUF_NONNULL mutable_document_element();
  void set_allocated_document_element(::userfeedback::HtmlElement* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_document_element(::userfeedback::HtmlElement* PROTOBUF_NULLABLE value);
  ::userfeedback::HtmlElement* PROTOBUF_NULLABLE unsafe_arena_release_document_element();

  private:
  const ::userfeedback::HtmlElement& _internal_document_element() const;
  ::userfeedback::HtmlElement* PROTOBUF_NONNULL _internal_mutable_document_element();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.HtmlDocument)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          1, 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 HtmlDocument& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    ::google::protobuf::internal::ArenaStringPtr title_;
    ::userfeedback::HtmlElement* PROTOBUF_NULLABLE document_element_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_dom_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline HtmlElement(const HtmlElement& from) : HtmlElement(nullptr, from) {}
  inline HtmlElement(HtmlElement&& from) noexcept : HtmlElement(nullptr, ::std::move(from)) {}
  inline HtmlElement& operator=(const HtmlElement& from) {
    CopyFrom(from);
    return *this;
  }
  inline HtmlElement& operator=(HtmlElement&& 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 HtmlElement& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<HtmlElement>(&HtmlElement_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(HtmlElement& a, HtmlElement& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(HtmlElement* 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(HtmlElement* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  HtmlElement* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<HtmlElement>(arena);
  }
  void CopyFrom(const HtmlElement& from);
  void MergeFrom(const HtmlElement& from) { HtmlElement::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(HtmlElement* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.HtmlElement"; }

  explicit HtmlElement(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  HtmlElement(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const HtmlElement& from);
  HtmlElement(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, HtmlElement&& from) noexcept
      : HtmlElement(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 {
    kChildElementFieldNumber = 4,
    kTagNameFieldNumber = 1,
    kIdFieldNumber = 2,
    kClassNameFieldNumber = 3,
    kFrameContentDocumentFieldNumber = 5,
  };
  // repeated .userfeedback.HtmlElement child_element = 4;
  int child_element_size()
      const;
  private:
  int _internal_child_element_size() const;

  public:
  void clear_child_element() ;
  const ::userfeedback::HtmlElement& child_element(int index) const;
  ::userfeedback::HtmlElement* PROTOBUF_NONNULL mutable_child_element(int index);
  ::userfeedback::HtmlElement* PROTOBUF_NONNULL add_child_element();
  const ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>&
  child_element() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>* PROTOBUF_NONNULL
  mutable_child_element();

  private:
  const ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>& _internal_child_element() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>* PROTOBUF_NONNULL _internal_mutable_child_element();

  public:
  // required string tag_name = 1;
  bool has_tag_name()
      const;
  void clear_tag_name() ;
  const ::std::string& tag_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_tag_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_tag_name();
  ::std::string* PROTOBUF_NULLABLE release_tag_name();
  void set_allocated_tag_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_tag_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_tag_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_tag_name();

  public:
  // optional string id = 2;
  bool has_id()
      const;
  void clear_id() ;
  const ::std::string& id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_id();
  ::std::string* PROTOBUF_NULLABLE release_id();
  void set_allocated_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_id();

  public:
  // optional string class_name = 3;
  bool has_class_name()
      const;
  void clear_class_name() ;
  const ::std::string& class_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_class_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_class_name();
  ::std::string* PROTOBUF_NULLABLE release_class_name();
  void set_allocated_class_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_class_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_class_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_class_name();

  public:
  // optional .userfeedback.HtmlDocument frame_content_document = 5;
  bool has_frame_content_document()
      const;
  void clear_frame_content_document() ;
  const ::userfeedback::HtmlDocument& frame_content_document() const;
  ::userfeedback::HtmlDocument* PROTOBUF_NULLABLE release_frame_content_document();
  ::userfeedback::HtmlDocument* PROTOBUF_NONNULL mutable_frame_content_document();
  void set_allocated_frame_content_document(::userfeedback::HtmlDocument* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_frame_content_document(::userfeedback::HtmlDocument* PROTOBUF_NULLABLE value);
  ::userfeedback::HtmlDocument* PROTOBUF_NULLABLE unsafe_arena_release_frame_content_document();

  private:
  const ::userfeedback::HtmlDocument& _internal_frame_content_document() const;
  ::userfeedback::HtmlDocument* PROTOBUF_NONNULL _internal_mutable_frame_content_document();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.HtmlElement)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 5,
                          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 HtmlElement& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::userfeedback::HtmlElement > child_element_;
    ::google::protobuf::internal::ArenaStringPtr tag_name_;
    ::google::protobuf::internal::ArenaStringPtr id_;
    ::google::protobuf::internal::ArenaStringPtr class_name_;
    ::userfeedback::HtmlDocument* PROTOBUF_NULLABLE frame_content_document_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_dom_2eproto;
};

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




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


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

// HtmlDocument

// required string url = 1;
inline bool HtmlDocument::has_url() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void HtmlDocument::clear_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& HtmlDocument::url() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlDocument.url)
  return _internal_url();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void HtmlDocument::set_url(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.HtmlDocument.url)
}
inline ::std::string* PROTOBUF_NONNULL HtmlDocument::mutable_url()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_url();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlDocument.url)
  return _s;
}
inline const ::std::string& HtmlDocument::_internal_url() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.url_.Get();
}
inline void HtmlDocument::_internal_set_url(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL HtmlDocument::_internal_mutable_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.url_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE HtmlDocument::release_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlDocument.url)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.url_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.url_.Set("", GetArena());
  }
  return released;
}
inline void HtmlDocument::set_allocated_url(::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_.url_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.url_.IsDefault()) {
    _impl_.url_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlDocument.url)
}

// optional string title = 2;
inline bool HtmlDocument::has_title() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void HtmlDocument::clear_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& HtmlDocument::title() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlDocument.title)
  return _internal_title();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void HtmlDocument::set_title(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.title_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.HtmlDocument.title)
}
inline ::std::string* PROTOBUF_NONNULL HtmlDocument::mutable_title()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_title();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlDocument.title)
  return _s;
}
inline const ::std::string& HtmlDocument::_internal_title() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.title_.Get();
}
inline void HtmlDocument::_internal_set_title(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL HtmlDocument::_internal_mutable_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.title_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE HtmlDocument::release_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlDocument.title)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.title_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.title_.Set("", GetArena());
  }
  return released;
}
inline void HtmlDocument::set_allocated_title(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.title_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.title_.IsDefault()) {
    _impl_.title_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlDocument.title)
}

// optional .userfeedback.HtmlElement document_element = 3;
inline bool HtmlDocument::has_document_element() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.document_element_ != nullptr);
  return value;
}
inline void HtmlDocument::clear_document_element() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.document_element_ != nullptr) _impl_.document_element_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::userfeedback::HtmlElement& HtmlDocument::_internal_document_element() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::HtmlElement* p = _impl_.document_element_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::HtmlElement>(&::userfeedback::HtmlElement_globals_);
}
inline const ::userfeedback::HtmlElement& HtmlDocument::document_element() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlDocument.document_element)
  return _internal_document_element();
}
inline void HtmlDocument::unsafe_arena_set_allocated_document_element(
    ::userfeedback::HtmlElement* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.document_element_);
  }
  _impl_.document_element_ = reinterpret_cast<::userfeedback::HtmlElement*>(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.HtmlDocument.document_element)
}
inline ::userfeedback::HtmlElement* PROTOBUF_NULLABLE HtmlDocument::release_document_element() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlElement* released = _impl_.document_element_;
  _impl_.document_element_ = 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::HtmlElement* PROTOBUF_NULLABLE HtmlDocument::unsafe_arena_release_document_element() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlDocument.document_element)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlElement* temp = _impl_.document_element_;
  _impl_.document_element_ = nullptr;
  return temp;
}
inline ::userfeedback::HtmlElement* PROTOBUF_NONNULL HtmlDocument::_internal_mutable_document_element() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.document_element_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::HtmlElement>(GetArena());
    _impl_.document_element_ = reinterpret_cast<::userfeedback::HtmlElement*>(p);
  }
  return _impl_.document_element_;
}
inline ::userfeedback::HtmlElement* PROTOBUF_NONNULL HtmlDocument::mutable_document_element()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::userfeedback::HtmlElement* _msg = _internal_mutable_document_element();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlDocument.document_element)
  return _msg;
}
inline void HtmlDocument::set_allocated_document_element(::userfeedback::HtmlElement* 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_.document_element_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = 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_.document_element_ = reinterpret_cast<::userfeedback::HtmlElement*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlDocument.document_element)
}

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

// HtmlElement

// required string tag_name = 1;
inline bool HtmlElement::has_tag_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void HtmlElement::clear_tag_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.tag_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& HtmlElement::tag_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlElement.tag_name)
  return _internal_tag_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void HtmlElement::set_tag_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.tag_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.HtmlElement.tag_name)
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::mutable_tag_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_tag_name();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlElement.tag_name)
  return _s;
}
inline const ::std::string& HtmlElement::_internal_tag_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.tag_name_.Get();
}
inline void HtmlElement::_internal_set_tag_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.tag_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::_internal_mutable_tag_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.tag_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE HtmlElement::release_tag_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlElement.tag_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.tag_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.tag_name_.Set("", GetArena());
  }
  return released;
}
inline void HtmlElement::set_allocated_tag_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.tag_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.tag_name_.IsDefault()) {
    _impl_.tag_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlElement.tag_name)
}

// optional string id = 2;
inline bool HtmlElement::has_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void HtmlElement::clear_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& HtmlElement::id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlElement.id)
  return _internal_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void HtmlElement::set_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.HtmlElement.id)
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::mutable_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_id();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlElement.id)
  return _s;
}
inline const ::std::string& HtmlElement::_internal_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.id_.Get();
}
inline void HtmlElement::_internal_set_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::_internal_mutable_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE HtmlElement::release_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlElement.id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.id_.Set("", GetArena());
  }
  return released;
}
inline void HtmlElement::set_allocated_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.id_.IsDefault()) {
    _impl_.id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlElement.id)
}

// optional string class_name = 3;
inline bool HtmlElement::has_class_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void HtmlElement::clear_class_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.class_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& HtmlElement::class_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlElement.class_name)
  return _internal_class_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void HtmlElement::set_class_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.class_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.HtmlElement.class_name)
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::mutable_class_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_class_name();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlElement.class_name)
  return _s;
}
inline const ::std::string& HtmlElement::_internal_class_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.class_name_.Get();
}
inline void HtmlElement::_internal_set_class_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.class_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL HtmlElement::_internal_mutable_class_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.class_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE HtmlElement::release_class_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlElement.class_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.class_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.class_name_.Set("", GetArena());
  }
  return released;
}
inline void HtmlElement::set_allocated_class_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.class_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.class_name_.IsDefault()) {
    _impl_.class_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlElement.class_name)
}

// repeated .userfeedback.HtmlElement child_element = 4;
inline int HtmlElement::_internal_child_element_size() const {
  return _internal_child_element().size();
}
inline int HtmlElement::child_element_size() const {
  return _internal_child_element_size();
}
inline void HtmlElement::clear_child_element() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.child_element_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::userfeedback::HtmlElement& HtmlElement::child_element(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlElement.child_element)
  return _internal_child_element().Get(index);
}
inline ::userfeedback::HtmlElement* PROTOBUF_NONNULL HtmlElement::mutable_child_element(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlElement.child_element)
  return _internal_mutable_child_element()->Mutable(index);
}
inline ::userfeedback::HtmlElement* PROTOBUF_NONNULL HtmlElement::add_child_element()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::userfeedback::HtmlElement* _add =
      _internal_mutable_child_element()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:userfeedback.HtmlElement.child_element)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>& HtmlElement::child_element() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.HtmlElement.child_element)
  return _internal_child_element();
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>* PROTOBUF_NONNULL
HtmlElement::mutable_child_element() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.HtmlElement.child_element)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_child_element();
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>&
HtmlElement::_internal_child_element() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.child_element_;
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::HtmlElement>* PROTOBUF_NONNULL
HtmlElement::_internal_mutable_child_element() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.child_element_;
}

// optional .userfeedback.HtmlDocument frame_content_document = 5;
inline bool HtmlElement::has_frame_content_document() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  PROTOBUF_ASSUME(!value || _impl_.frame_content_document_ != nullptr);
  return value;
}
inline void HtmlElement::clear_frame_content_document() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.frame_content_document_ != nullptr) _impl_.frame_content_document_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::userfeedback::HtmlDocument& HtmlElement::_internal_frame_content_document() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::HtmlDocument* p = _impl_.frame_content_document_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::HtmlDocument>(&::userfeedback::HtmlDocument_globals_);
}
inline const ::userfeedback::HtmlDocument& HtmlElement::frame_content_document() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlElement.frame_content_document)
  return _internal_frame_content_document();
}
inline void HtmlElement::unsafe_arena_set_allocated_frame_content_document(
    ::userfeedback::HtmlDocument* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.frame_content_document_);
  }
  _impl_.frame_content_document_ = reinterpret_cast<::userfeedback::HtmlDocument*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:userfeedback.HtmlElement.frame_content_document)
}
inline ::userfeedback::HtmlDocument* PROTOBUF_NULLABLE HtmlElement::release_frame_content_document() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::userfeedback::HtmlDocument* released = _impl_.frame_content_document_;
  _impl_.frame_content_document_ = 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::HtmlDocument* PROTOBUF_NULLABLE HtmlElement::unsafe_arena_release_frame_content_document() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.HtmlElement.frame_content_document)

  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::userfeedback::HtmlDocument* temp = _impl_.frame_content_document_;
  _impl_.frame_content_document_ = nullptr;
  return temp;
}
inline ::userfeedback::HtmlDocument* PROTOBUF_NONNULL HtmlElement::_internal_mutable_frame_content_document() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.frame_content_document_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::HtmlDocument>(GetArena());
    _impl_.frame_content_document_ = reinterpret_cast<::userfeedback::HtmlDocument*>(p);
  }
  return _impl_.frame_content_document_;
}
inline ::userfeedback::HtmlDocument* PROTOBUF_NONNULL HtmlElement::mutable_frame_content_document()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::userfeedback::HtmlDocument* _msg = _internal_mutable_frame_content_document();
  // @@protoc_insertion_point(field_mutable:userfeedback.HtmlElement.frame_content_document)
  return _msg;
}
inline void HtmlElement::set_allocated_frame_content_document(::userfeedback::HtmlDocument* 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_.frame_content_document_);
  }

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

  _impl_.frame_content_document_ = reinterpret_cast<::userfeedback::HtmlDocument*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.HtmlElement.frame_content_document)
}

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

// Navigator

// optional string app_code_name = 1;
inline bool Navigator::has_app_code_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void Navigator::clear_app_code_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_code_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& Navigator::app_code_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.app_code_name)
  return _internal_app_code_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_app_code_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.app_code_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.app_code_name)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_app_code_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_app_code_name();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.app_code_name)
  return _s;
}
inline const ::std::string& Navigator::_internal_app_code_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.app_code_name_.Get();
}
inline void Navigator::_internal_set_app_code_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_code_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_app_code_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.app_code_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_app_code_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.app_code_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.app_code_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.app_code_name_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_app_code_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.app_code_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.app_code_name_.IsDefault()) {
    _impl_.app_code_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.app_code_name)
}

// optional string app_name = 2;
inline bool Navigator::has_app_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void Navigator::clear_app_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& Navigator::app_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.app_name)
  return _internal_app_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_app_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.app_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.app_name)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_app_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_app_name();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.app_name)
  return _s;
}
inline const ::std::string& Navigator::_internal_app_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.app_name_.Get();
}
inline void Navigator::_internal_set_app_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_app_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.app_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_app_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.app_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.app_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.app_name_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_app_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.app_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.app_name_.IsDefault()) {
    _impl_.app_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.app_name)
}

// optional string app_version = 3;
inline bool Navigator::has_app_version() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void Navigator::clear_app_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_version_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& Navigator::app_version() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.app_version)
  return _internal_app_version();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_app_version(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.app_version_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.app_version)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_app_version()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_app_version();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.app_version)
  return _s;
}
inline const ::std::string& Navigator::_internal_app_version() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.app_version_.Get();
}
inline void Navigator::_internal_set_app_version(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_version_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_app_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.app_version_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_app_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.app_version)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.app_version_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.app_version_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_app_version(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.app_version_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.app_version_.IsDefault()) {
    _impl_.app_version_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.app_version)
}

// optional string app_minor_version = 4;
inline bool Navigator::has_app_minor_version() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void Navigator::clear_app_minor_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_minor_version_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::std::string& Navigator::app_minor_version() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.app_minor_version)
  return _internal_app_minor_version();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_app_minor_version(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  _impl_.app_minor_version_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.app_minor_version)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_app_minor_version()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::std::string* _s = _internal_mutable_app_minor_version();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.app_minor_version)
  return _s;
}
inline const ::std::string& Navigator::_internal_app_minor_version() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.app_minor_version_.Get();
}
inline void Navigator::_internal_set_app_minor_version(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.app_minor_version_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_app_minor_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.app_minor_version_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_app_minor_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.app_minor_version)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000010U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  auto* released = _impl_.app_minor_version_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.app_minor_version_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_app_minor_version(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  _impl_.app_minor_version_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.app_minor_version_.IsDefault()) {
    _impl_.app_minor_version_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.app_minor_version)
}

// optional bool cookie_enabled = 5;
inline bool Navigator::has_cookie_enabled() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000400U);
  return value;
}
inline void Navigator::clear_cookie_enabled() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cookie_enabled_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000400U);
}
inline bool Navigator::cookie_enabled() const {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.cookie_enabled)
  return _internal_cookie_enabled();
}
inline void Navigator::set_cookie_enabled(bool value) {
  _internal_set_cookie_enabled(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000400U);
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.cookie_enabled)
}
inline bool Navigator::_internal_cookie_enabled() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.cookie_enabled_;
}
inline void Navigator::_internal_set_cookie_enabled(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cookie_enabled_ = value;
}

// optional string cpu_class = 6;
inline bool Navigator::has_cpu_class() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void Navigator::clear_cpu_class() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cpu_class_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline const ::std::string& Navigator::cpu_class() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.cpu_class)
  return _internal_cpu_class();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_cpu_class(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  _impl_.cpu_class_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.cpu_class)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_cpu_class()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::std::string* _s = _internal_mutable_cpu_class();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.cpu_class)
  return _s;
}
inline const ::std::string& Navigator::_internal_cpu_class() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.cpu_class_.Get();
}
inline void Navigator::_internal_set_cpu_class(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cpu_class_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_cpu_class() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.cpu_class_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_cpu_class() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.cpu_class)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000020U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  auto* released = _impl_.cpu_class_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.cpu_class_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_cpu_class(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  }
  _impl_.cpu_class_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.cpu_class_.IsDefault()) {
    _impl_.cpu_class_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.cpu_class)
}

// optional bool on_line = 7;
inline bool Navigator::has_on_line() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000800U);
  return value;
}
inline void Navigator::clear_on_line() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.on_line_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000800U);
}
inline bool Navigator::on_line() const {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.on_line)
  return _internal_on_line();
}
inline void Navigator::set_on_line(bool value) {
  _internal_set_on_line(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000800U);
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.on_line)
}
inline bool Navigator::_internal_on_line() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.on_line_;
}
inline void Navigator::_internal_set_on_line(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.on_line_ = value;
}

// optional string platform = 8;
inline bool Navigator::has_platform() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000040U);
  return value;
}
inline void Navigator::clear_platform() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.platform_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline const ::std::string& Navigator::platform() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.platform)
  return _internal_platform();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_platform(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  _impl_.platform_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.platform)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_platform()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::std::string* _s = _internal_mutable_platform();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.platform)
  return _s;
}
inline const ::std::string& Navigator::_internal_platform() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.platform_.Get();
}
inline void Navigator::_internal_set_platform(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.platform_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_platform() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.platform_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_platform() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.platform)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000040U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  auto* released = _impl_.platform_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.platform_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_platform(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  }
  _impl_.platform_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.platform_.IsDefault()) {
    _impl_.platform_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.platform)
}

// optional string browser_language = 9;
inline bool Navigator::has_browser_language() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000080U);
  return value;
}
inline void Navigator::clear_browser_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.browser_language_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
inline const ::std::string& Navigator::browser_language() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.browser_language)
  return _internal_browser_language();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_browser_language(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  _impl_.browser_language_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.browser_language)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_browser_language()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  ::std::string* _s = _internal_mutable_browser_language();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.browser_language)
  return _s;
}
inline const ::std::string& Navigator::_internal_browser_language() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.browser_language_.Get();
}
inline void Navigator::_internal_set_browser_language(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.browser_language_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_browser_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.browser_language_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_browser_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.browser_language)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000080U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  auto* released = _impl_.browser_language_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.browser_language_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_browser_language(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  }
  _impl_.browser_language_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.browser_language_.IsDefault()) {
    _impl_.browser_language_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.browser_language)
}

// optional string system_language = 10;
inline bool Navigator::has_system_language() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000100U);
  return value;
}
inline void Navigator::clear_system_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.system_language_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
}
inline const ::std::string& Navigator::system_language() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.system_language)
  return _internal_system_language();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_system_language(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  _impl_.system_language_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.system_language)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_system_language()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  ::std::string* _s = _internal_mutable_system_language();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.system_language)
  return _s;
}
inline const ::std::string& Navigator::_internal_system_language() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.system_language_.Get();
}
inline void Navigator::_internal_set_system_language(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.system_language_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_system_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.system_language_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_system_language() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.system_language)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000100U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  auto* released = _impl_.system_language_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.system_language_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_system_language(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  }
  _impl_.system_language_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.system_language_.IsDefault()) {
    _impl_.system_language_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.system_language)
}

// optional string user_agent = 11;
inline bool Navigator::has_user_agent() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000200U);
  return value;
}
inline void Navigator::clear_user_agent() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.user_agent_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000200U);
}
inline const ::std::string& Navigator::user_agent() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.user_agent)
  return _internal_user_agent();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Navigator::set_user_agent(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000200U);
  _impl_.user_agent_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.user_agent)
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_user_agent()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000200U);
  ::std::string* _s = _internal_mutable_user_agent();
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.user_agent)
  return _s;
}
inline const ::std::string& Navigator::_internal_user_agent() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.user_agent_.Get();
}
inline void Navigator::_internal_set_user_agent(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.user_agent_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Navigator::_internal_mutable_user_agent() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.user_agent_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Navigator::release_user_agent() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.Navigator.user_agent)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000200U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000200U);
  auto* released = _impl_.user_agent_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.user_agent_.Set("", GetArena());
  }
  return released;
}
inline void Navigator::set_allocated_user_agent(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000200U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000200U);
  }
  _impl_.user_agent_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.user_agent_.IsDefault()) {
    _impl_.user_agent_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.Navigator.user_agent)
}

// optional bool java_enabled = 12;
inline bool Navigator::has_java_enabled() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00001000U);
  return value;
}
inline void Navigator::clear_java_enabled() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.java_enabled_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00001000U);
}
inline bool Navigator::java_enabled() const {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.java_enabled)
  return _internal_java_enabled();
}
inline void Navigator::set_java_enabled(bool value) {
  _internal_set_java_enabled(value);
  SetHasBit(_impl_._has_bits_[0], 0x00001000U);
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.java_enabled)
}
inline bool Navigator::_internal_java_enabled() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.java_enabled_;
}
inline void Navigator::_internal_set_java_enabled(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.java_enabled_ = value;
}

// optional bool taint_enabled = 13;
inline bool Navigator::has_taint_enabled() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00002000U);
  return value;
}
inline void Navigator::clear_taint_enabled() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.taint_enabled_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00002000U);
}
inline bool Navigator::taint_enabled() const {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.taint_enabled)
  return _internal_taint_enabled();
}
inline void Navigator::set_taint_enabled(bool value) {
  _internal_set_taint_enabled(value);
  SetHasBit(_impl_._has_bits_[0], 0x00002000U);
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.taint_enabled)
}
inline bool Navigator::_internal_taint_enabled() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.taint_enabled_;
}
inline void Navigator::_internal_set_taint_enabled(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.taint_enabled_ = value;
}

// repeated string plugin_name = 14;
inline int Navigator::_internal_plugin_name_size() const {
  return _internal_plugin_name().size();
}
inline int Navigator::plugin_name_size() const {
  return _internal_plugin_name_size();
}
inline void Navigator::clear_plugin_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.plugin_name_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL Navigator::add_plugin_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_plugin_name()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:userfeedback.Navigator.plugin_name)
  return _s;
}
inline const ::std::string& Navigator::plugin_name(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.Navigator.plugin_name)
  return _internal_plugin_name().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL Navigator::mutable_plugin_name(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.Navigator.plugin_name)
  return _internal_mutable_plugin_name()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void Navigator::set_plugin_name(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_plugin_name()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:userfeedback.Navigator.plugin_name)
}
template <typename Arg_, typename... Args_>
inline void Navigator::add_plugin_name(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_plugin_name(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:userfeedback.Navigator.plugin_name)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& Navigator::plugin_name()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.Navigator.plugin_name)
  return _internal_plugin_name();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
Navigator::mutable_plugin_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.Navigator.plugin_name)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_plugin_name();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
Navigator::_internal_plugin_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.plugin_name_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
Navigator::_internal_mutable_plugin_name() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.plugin_name_;
}

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

// HtmlPath

// repeated int32 index = 1;
inline int HtmlPath::_internal_index_size() const {
  return _internal_index().size();
}
inline int HtmlPath::index_size() const {
  return _internal_index_size();
}
inline void HtmlPath::clear_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.index_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::int32_t HtmlPath::index(int index) const {
  // @@protoc_insertion_point(field_get:userfeedback.HtmlPath.index)
  return _internal_index().Get(index);
}
inline void HtmlPath::set_index(int index, ::int32_t value) {
  _internal_mutable_index()->Set(index, value);
  // @@protoc_insertion_point(field_set:userfeedback.HtmlPath.index)
}
inline void HtmlPath::add_index(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_index()
      ->InternalAddWithArena<const ::google::protobuf::MessageLite*>(
          internal_visibility(), this, value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:userfeedback.HtmlPath.index)
}
inline const ::google::protobuf::RepeatedField<::int32_t>& HtmlPath::index() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.HtmlPath.index)
  return _internal_index();
}
inline ::google::protobuf::RepeatedField<::int32_t>* PROTOBUF_NONNULL HtmlPath::mutable_index()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.HtmlPath.index)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_index();
}
inline const ::google::protobuf::RepeatedField<::int32_t>&
HtmlPath::_internal_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.index_;
}
inline ::google::protobuf::RepeatedField<::int32_t>* PROTOBUF_NONNULL
HtmlPath::_internal_mutable_index() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.index_;
}

#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  // dom_2eproto_2epb_2eh
