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