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