#include "annotations.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace userfeedback {
PROTOBUF_CONSTEXPR Annotation::Annotation(
::_pbi::ConstantInitialized): … { … }
struct AnnotationDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AnnotationDefaultTypeInternal _Annotation_default_instance_;
}
namespace userfeedback {
class Annotation::_Internal { … };
const ::userfeedback::Rectangle&
Annotation::_Internal::rectangle(const Annotation* msg) { … }
const ::userfeedback::HtmlPath&
Annotation::_Internal::annotatedelementpath(const Annotation* msg) { … }
void Annotation::clear_rectangle() { … }
void Annotation::clear_annotatedelementpath() { … }
Annotation::Annotation(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Annotation::Annotation(const Annotation& from)
: … { … }
inline void Annotation::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Annotation::~Annotation() { … }
inline void Annotation::SharedDtor() { … }
void Annotation::SetCachedSize(int size) const { … }
void Annotation::Clear() { … }
const char* Annotation::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Annotation::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Annotation::ByteSizeLong() const { … }
void Annotation::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Annotation::MergeFrom(const Annotation& from) { … }
void Annotation::CopyFrom(const Annotation& from) { … }
bool Annotation::IsInitialized() const { … }
void Annotation::InternalSwap(Annotation* other) { … }
std::string Annotation::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::userfeedback::Annotation*
Arena::CreateMaybeMessage< ::userfeedback::Annotation >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>