#include "components/feed/core/proto/v2/wire/content_id.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 ContentId::ContentId(
::_pbi::ConstantInitialized): … { … }
struct ContentIdDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContentIdDefaultTypeInternal _ContentId_default_instance_;
}
namespace feedwire {
bool ContentId_Type_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ContentId_Type_strings[3] = …;
static const char ContentId_Type_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ContentId_Type_entries[] = …;
static const int ContentId_Type_entries_by_number[] = …;
const std::string& ContentId_Type_Name(
ContentId_Type value) { … }
bool ContentId_Type_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ContentId_Type* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContentId_Type ContentId::TYPE_UNDEFINED;
constexpr ContentId_Type ContentId::CLUSTER;
constexpr ContentId_Type ContentId::FEATURE;
constexpr ContentId_Type ContentId::Type_MIN;
constexpr ContentId_Type ContentId::Type_MAX;
constexpr int ContentId::Type_ARRAYSIZE;
#endif
class ContentId::_Internal { … };
ContentId::ContentId(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ContentId::ContentId(const ContentId& from)
: … { … }
inline void ContentId::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ContentId::~ContentId() { … }
inline void ContentId::SharedDtor() { … }
void ContentId::SetCachedSize(int size) const { … }
void ContentId::Clear() { … }
const char* ContentId::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ContentId::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ContentId::ByteSizeLong() const { … }
void ContentId::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ContentId::MergeFrom(const ContentId& from) { … }
void ContentId::CopyFrom(const ContentId& from) { … }
bool ContentId::IsInitialized() const { … }
void ContentId::InternalSwap(ContentId* other) { … }
std::string ContentId::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::ContentId*
Arena::CreateMaybeMessage< ::feedwire::ContentId >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>