#include "components/feed/core/proto/v2/wire/next_page_token.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 NextPageToken::NextPageToken(
::_pbi::ConstantInitialized): … { … }
struct NextPageTokenDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NextPageTokenDefaultTypeInternal _NextPageToken_default_instance_;
PROTOBUF_CONSTEXPR TokenHandling::TokenHandling(
::_pbi::ConstantInitialized): … { … }
struct TokenHandlingDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TokenHandlingDefaultTypeInternal _TokenHandling_default_instance_;
}
namespace feedwire {
bool TokenHandling_LoadStrategy_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> TokenHandling_LoadStrategy_strings[3] = …;
static const char TokenHandling_LoadStrategy_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry TokenHandling_LoadStrategy_entries[] = …;
static const int TokenHandling_LoadStrategy_entries_by_number[] = …;
const std::string& TokenHandling_LoadStrategy_Name(
TokenHandling_LoadStrategy value) { … }
bool TokenHandling_LoadStrategy_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TokenHandling_LoadStrategy* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr TokenHandling_LoadStrategy TokenHandling::LOAD_STRATEGY_UNKNOWN;
constexpr TokenHandling_LoadStrategy TokenHandling::EAGER;
constexpr TokenHandling_LoadStrategy TokenHandling::LAZY;
constexpr TokenHandling_LoadStrategy TokenHandling::LoadStrategy_MIN;
constexpr TokenHandling_LoadStrategy TokenHandling::LoadStrategy_MAX;
constexpr int TokenHandling::LoadStrategy_ARRAYSIZE;
#endif
class NextPageToken::_Internal { … };
const ::feedwire::TokenHandling&
NextPageToken::_Internal::token_handling(const NextPageToken* msg) { … }
NextPageToken::NextPageToken(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
NextPageToken::NextPageToken(const NextPageToken& from)
: … { … }
inline void NextPageToken::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
NextPageToken::~NextPageToken() { … }
inline void NextPageToken::SharedDtor() { … }
void NextPageToken::SetCachedSize(int size) const { … }
void NextPageToken::Clear() { … }
const char* NextPageToken::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* NextPageToken::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t NextPageToken::ByteSizeLong() const { … }
void NextPageToken::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void NextPageToken::MergeFrom(const NextPageToken& from) { … }
void NextPageToken::CopyFrom(const NextPageToken& from) { … }
bool NextPageToken::IsInitialized() const { … }
void NextPageToken::InternalSwap(NextPageToken* other) { … }
std::string NextPageToken::GetTypeName() const { … }
class TokenHandling::_Internal { … };
TokenHandling::TokenHandling(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
TokenHandling::TokenHandling(const TokenHandling& from)
: … { … }
inline void TokenHandling::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
TokenHandling::~TokenHandling() { … }
inline void TokenHandling::SharedDtor() { … }
void TokenHandling::SetCachedSize(int size) const { … }
void TokenHandling::Clear() { … }
const char* TokenHandling::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* TokenHandling::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t TokenHandling::ByteSizeLong() const { … }
void TokenHandling::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void TokenHandling::MergeFrom(const TokenHandling& from) { … }
void TokenHandling::CopyFrom(const TokenHandling& from) { … }
bool TokenHandling::IsInitialized() const { … }
void TokenHandling::InternalSwap(TokenHandling* other) { … }
std::string TokenHandling::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::NextPageToken*
Arena::CreateMaybeMessage< ::feedwire::NextPageToken >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::feedwire::TokenHandling*
Arena::CreateMaybeMessage< ::feedwire::TokenHandling >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>