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