#include "components/feed/core/proto/v2/wire/feature.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 Feature::Feature(
::_pbi::ConstantInitialized): … { … }
struct FeatureDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FeatureDefaultTypeInternal _Feature_default_instance_;
}
namespace feedwire {
bool Feature_RenderableUnit_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> Feature_RenderableUnit_strings[4] = …;
static const char Feature_RenderableUnit_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry Feature_RenderableUnit_entries[] = …;
static const int Feature_RenderableUnit_entries_by_number[] = …;
const std::string& Feature_RenderableUnit_Name(
Feature_RenderableUnit value) { … }
bool Feature_RenderableUnit_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Feature_RenderableUnit* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr Feature_RenderableUnit Feature::UNKNOWN_RENDERABLE_UNIT;
constexpr Feature_RenderableUnit Feature::STREAM;
constexpr Feature_RenderableUnit Feature::CONTENT;
constexpr Feature_RenderableUnit Feature::GROUP;
constexpr Feature_RenderableUnit Feature::RenderableUnit_MIN;
constexpr Feature_RenderableUnit Feature::RenderableUnit_MAX;
constexpr int Feature::RenderableUnit_ARRAYSIZE;
#endif
class Feature::_Internal { … };
const ::feedwire::ContentId&
Feature::_Internal::parent_id(const Feature* msg) { … }
const ::feedwire::ExpirationInfo&
Feature::_Internal::expiration_info(const Feature* msg) { … }
const ::feedwire::Stream&
Feature::_Internal::stream(const Feature* msg) { … }
const ::feedwire::Content&
Feature::_Internal::content(const Feature* msg) { … }
const ::feedwire::Group&
Feature::_Internal::group(const Feature* msg) { … }
const ::feedwire::Token&
Feature::_Internal::token(const Feature* msg) { … }
void Feature::set_allocated_parent_id(::feedwire::ContentId* parent_id) { … }
void Feature::clear_parent_id() { … }
void Feature::clear_expiration_info() { … }
void Feature::clear_stream() { … }
void Feature::clear_content() { … }
void Feature::clear_group() { … }
void Feature::clear_token() { … }
Feature::Feature(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Feature::Feature(const Feature& from)
: … { … }
inline void Feature::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Feature::~Feature() { … }
inline void Feature::SharedDtor() { … }
void Feature::SetCachedSize(int size) const { … }
void Feature::clear_parent_info() { … }
void Feature::Clear() { … }
const char* Feature::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Feature::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Feature::ByteSizeLong() const { … }
void Feature::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Feature::MergeFrom(const Feature& from) { … }
void Feature::CopyFrom(const Feature& from) { … }
bool Feature::IsInitialized() const { … }
void Feature::InternalSwap(Feature* other) { … }
std::string Feature::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::Feature*
Arena::CreateMaybeMessage< ::feedwire::Feature >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>