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