#include "components/feed/core/proto/v2/wire/data_operation.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 DataOperation::DataOperation(
::_pbi::ConstantInitialized): … { … }
struct DataOperationDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DataOperationDefaultTypeInternal _DataOperation_default_instance_;
}
namespace feedwire {
bool DataOperation_Operation_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> DataOperation_Operation_strings[4] = …;
static const char DataOperation_Operation_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry DataOperation_Operation_entries[] = …;
static const int DataOperation_Operation_entries_by_number[] = …;
const std::string& DataOperation_Operation_Name(
DataOperation_Operation value) { … }
bool DataOperation_Operation_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DataOperation_Operation* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr DataOperation_Operation DataOperation::UNKNOWN_OPERATION;
constexpr DataOperation_Operation DataOperation::CLEAR_ALL;
constexpr DataOperation_Operation DataOperation::UPDATE_OR_APPEND;
constexpr DataOperation_Operation DataOperation::REMOVE;
constexpr DataOperation_Operation DataOperation::Operation_MIN;
constexpr DataOperation_Operation DataOperation::Operation_MAX;
constexpr int DataOperation::Operation_ARRAYSIZE;
#endif
class DataOperation::_Internal { … };
const ::feedwire::Feature&
DataOperation::_Internal::feature(const DataOperation* msg) { … }
const ::feedwire::Token&
DataOperation::_Internal::next_page_token(const DataOperation* msg) { … }
const ::feedwire::RenderData&
DataOperation::_Internal::render_data(const DataOperation* msg) { … }
const ::feedwire::RequestSchedule&
DataOperation::_Internal::request_schedule(const DataOperation* msg) { … }
const ::feedwire::PayloadMetadata&
DataOperation::_Internal::metadata(const DataOperation* msg) { … }
void DataOperation::set_allocated_feature(::feedwire::Feature* feature) { … }
void DataOperation::clear_feature() { … }
void DataOperation::set_allocated_next_page_token(::feedwire::Token* next_page_token) { … }
void DataOperation::clear_next_page_token() { … }
void DataOperation::set_allocated_render_data(::feedwire::RenderData* render_data) { … }
void DataOperation::clear_render_data() { … }
void DataOperation::set_allocated_request_schedule(::feedwire::RequestSchedule* request_schedule) { … }
void DataOperation::clear_request_schedule() { … }
void DataOperation::clear_metadata() { … }
DataOperation::DataOperation(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
DataOperation::DataOperation(const DataOperation& from)
: … { … }
inline void DataOperation::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
DataOperation::~DataOperation() { … }
inline void DataOperation::SharedDtor() { … }
void DataOperation::SetCachedSize(int size) const { … }
void DataOperation::clear_payload() { … }
void DataOperation::Clear() { … }
const char* DataOperation::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* DataOperation::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t DataOperation::ByteSizeLong() const { … }
void DataOperation::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void DataOperation::MergeFrom(const DataOperation& from) { … }
void DataOperation::CopyFrom(const DataOperation& from) { … }
bool DataOperation::IsInitialized() const { … }
void DataOperation::InternalSwap(DataOperation* other) { … }
std::string DataOperation::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::feedwire::DataOperation*
Arena::CreateMaybeMessage< ::feedwire::DataOperation >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>