#include "common.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 CommonData::CommonData(
::_pbi::ConstantInitialized): … { … }
struct CommonDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CommonDataDefaultTypeInternal _CommonData_default_instance_;
}
namespace userfeedback {
class CommonData::_Internal { … };
const ::PROTOBUF_NAMESPACE_ID::internal::LazyString CommonData::Impl_::_i_give_permission_to_break_this_code_default_source_description_language_{ … };
const ::PROTOBUF_NAMESPACE_ID::internal::LazyString CommonData::Impl_::_i_give_permission_to_break_this_code_default_ui_language_{ … };
CommonData::CommonData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CommonData::CommonData(const CommonData& from)
: … { … }
inline void CommonData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CommonData::~CommonData() { … }
inline void CommonData::SharedDtor() { … }
void CommonData::SetCachedSize(int size) const { … }
void CommonData::Clear() { … }
const char* CommonData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CommonData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CommonData::ByteSizeLong() const { … }
void CommonData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CommonData::MergeFrom(const CommonData& from) { … }
void CommonData::CopyFrom(const CommonData& from) { … }
bool CommonData::IsInitialized() const { … }
void CommonData::InternalSwap(CommonData* other) { … }
std::string CommonData::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::userfeedback::CommonData*
Arena::CreateMaybeMessage< ::userfeedback::CommonData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>