#include "components/feed/core/proto/v2/xsurface.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 feedxsurface {
PROTOBUF_CONSTEXPR OfflineBadgeContent::OfflineBadgeContent(
::_pbi::ConstantInitialized): … { … }
struct OfflineBadgeContentDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 OfflineBadgeContentDefaultTypeInternal _OfflineBadgeContent_default_instance_;
PROTOBUF_CONSTEXPR WebFeedFollowState::WebFeedFollowState(
::_pbi::ConstantInitialized): … { … }
struct WebFeedFollowStateDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WebFeedFollowStateDefaultTypeInternal _WebFeedFollowState_default_instance_;
}
namespace feedxsurface {
bool WebFeedFollowState_FollowState_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> WebFeedFollowState_FollowState_strings[5] = …;
static const char WebFeedFollowState_FollowState_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry WebFeedFollowState_FollowState_entries[] = …;
static const int WebFeedFollowState_FollowState_entries_by_number[] = …;
const std::string& WebFeedFollowState_FollowState_Name(
WebFeedFollowState_FollowState value) { … }
bool WebFeedFollowState_FollowState_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, WebFeedFollowState_FollowState* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr WebFeedFollowState_FollowState WebFeedFollowState::UNSPECIFIED;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::FOLLOWED;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::NOT_FOLLOWED;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::FOLLOW_IN_PROGRESS;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::UNFOLLOW_IN_PROGRESS;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::FollowState_MIN;
constexpr WebFeedFollowState_FollowState WebFeedFollowState::FollowState_MAX;
constexpr int WebFeedFollowState::FollowState_ARRAYSIZE;
#endif
class OfflineBadgeContent::_Internal { … };
OfflineBadgeContent::OfflineBadgeContent(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
OfflineBadgeContent::OfflineBadgeContent(const OfflineBadgeContent& from)
: … { … }
inline void OfflineBadgeContent::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
OfflineBadgeContent::~OfflineBadgeContent() { … }
inline void OfflineBadgeContent::SharedDtor() { … }
void OfflineBadgeContent::SetCachedSize(int size) const { … }
void OfflineBadgeContent::Clear() { … }
const char* OfflineBadgeContent::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* OfflineBadgeContent::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t OfflineBadgeContent::ByteSizeLong() const { … }
void OfflineBadgeContent::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void OfflineBadgeContent::MergeFrom(const OfflineBadgeContent& from) { … }
void OfflineBadgeContent::CopyFrom(const OfflineBadgeContent& from) { … }
bool OfflineBadgeContent::IsInitialized() const { … }
void OfflineBadgeContent::InternalSwap(OfflineBadgeContent* other) { … }
std::string OfflineBadgeContent::GetTypeName() const { … }
class WebFeedFollowState::_Internal { … };
WebFeedFollowState::WebFeedFollowState(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
WebFeedFollowState::WebFeedFollowState(const WebFeedFollowState& from)
: … { … }
inline void WebFeedFollowState::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
WebFeedFollowState::~WebFeedFollowState() { … }
inline void WebFeedFollowState::SharedDtor() { … }
void WebFeedFollowState::SetCachedSize(int size) const { … }
void WebFeedFollowState::Clear() { … }
const char* WebFeedFollowState::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* WebFeedFollowState::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t WebFeedFollowState::ByteSizeLong() const { … }
void WebFeedFollowState::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void WebFeedFollowState::MergeFrom(const WebFeedFollowState& from) { … }
void WebFeedFollowState::CopyFrom(const WebFeedFollowState& from) { … }
bool WebFeedFollowState::IsInitialized() const { … }
void WebFeedFollowState::InternalSwap(WebFeedFollowState* other) { … }
std::string WebFeedFollowState::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedxsurface::OfflineBadgeContent*
Arena::CreateMaybeMessage< ::feedxsurface::OfflineBadgeContent >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::feedxsurface::WebFeedFollowState*
Arena::CreateMaybeMessage< ::feedxsurface::WebFeedFollowState >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>