#include "reading_list.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 reading_list {
PROTOBUF_CONSTEXPR ReadingListLocal::ReadingListLocal(
::_pbi::ConstantInitialized): … { … }
struct ReadingListLocalDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReadingListLocalDefaultTypeInternal _ReadingListLocal_default_instance_;
}
namespace reading_list {
bool ReadingListLocal_ReadingListEntryStatus_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ReadingListLocal_ReadingListEntryStatus_strings[3] = …;
static const char ReadingListLocal_ReadingListEntryStatus_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ReadingListLocal_ReadingListEntryStatus_entries[] = …;
static const int ReadingListLocal_ReadingListEntryStatus_entries_by_number[] = …;
const std::string& ReadingListLocal_ReadingListEntryStatus_Name(
ReadingListLocal_ReadingListEntryStatus value) { … }
bool ReadingListLocal_ReadingListEntryStatus_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ReadingListLocal_ReadingListEntryStatus* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ReadingListLocal_ReadingListEntryStatus ReadingListLocal::UNREAD;
constexpr ReadingListLocal_ReadingListEntryStatus ReadingListLocal::READ;
constexpr ReadingListLocal_ReadingListEntryStatus ReadingListLocal::UNSEEN;
constexpr ReadingListLocal_ReadingListEntryStatus ReadingListLocal::ReadingListEntryStatus_MIN;
constexpr ReadingListLocal_ReadingListEntryStatus ReadingListLocal::ReadingListEntryStatus_MAX;
constexpr int ReadingListLocal::ReadingListEntryStatus_ARRAYSIZE;
#endif
bool ReadingListLocal_DistillationState_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ReadingListLocal_DistillationState_strings[5] = …;
static const char ReadingListLocal_DistillationState_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ReadingListLocal_DistillationState_entries[] = …;
static const int ReadingListLocal_DistillationState_entries_by_number[] = …;
const std::string& ReadingListLocal_DistillationState_Name(
ReadingListLocal_DistillationState value) { … }
bool ReadingListLocal_DistillationState_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ReadingListLocal_DistillationState* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ReadingListLocal_DistillationState ReadingListLocal::WAITING;
constexpr ReadingListLocal_DistillationState ReadingListLocal::PROCESSING;
constexpr ReadingListLocal_DistillationState ReadingListLocal::PROCESSED;
constexpr ReadingListLocal_DistillationState ReadingListLocal::WILL_RETRY;
constexpr ReadingListLocal_DistillationState ReadingListLocal::DISTILLATION_ERROR;
constexpr ReadingListLocal_DistillationState ReadingListLocal::DistillationState_MIN;
constexpr ReadingListLocal_DistillationState ReadingListLocal::DistillationState_MAX;
constexpr int ReadingListLocal::DistillationState_ARRAYSIZE;
#endif
class ReadingListLocal::_Internal { … };
ReadingListLocal::ReadingListLocal(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ReadingListLocal::ReadingListLocal(const ReadingListLocal& from)
: … { … }
inline void ReadingListLocal::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ReadingListLocal::~ReadingListLocal() { … }
inline void ReadingListLocal::SharedDtor() { … }
void ReadingListLocal::SetCachedSize(int size) const { … }
void ReadingListLocal::Clear() { … }
const char* ReadingListLocal::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ReadingListLocal::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ReadingListLocal::ByteSizeLong() const { … }
void ReadingListLocal::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ReadingListLocal::MergeFrom(const ReadingListLocal& from) { … }
void ReadingListLocal::CopyFrom(const ReadingListLocal& from) { … }
bool ReadingListLocal::IsInitialized() const { … }
void ReadingListLocal::InternalSwap(ReadingListLocal* other) { … }
std::string ReadingListLocal::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::reading_list::ReadingListLocal*
Arena::CreateMaybeMessage< ::reading_list::ReadingListLocal >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>