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