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