#include "components/commerce/core/proto/product_category.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 commerce {
PROTOBUF_CONSTEXPR CategoryLabel::CategoryLabel(
::_pbi::ConstantInitialized): … { … }
struct CategoryLabelDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CategoryLabelDefaultTypeInternal _CategoryLabel_default_instance_;
PROTOBUF_CONSTEXPR ProductCategory::ProductCategory(
::_pbi::ConstantInitialized): … { … }
struct ProductCategoryDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ProductCategoryDefaultTypeInternal _ProductCategory_default_instance_;
PROTOBUF_CONSTEXPR CategoryData::CategoryData(
::_pbi::ConstantInitialized): … { … }
struct CategoryDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CategoryDataDefaultTypeInternal _CategoryData_default_instance_;
}
namespace commerce {
class CategoryLabel::_Internal { … };
CategoryLabel::CategoryLabel(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CategoryLabel::CategoryLabel(const CategoryLabel& from)
: … { … }
inline void CategoryLabel::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CategoryLabel::~CategoryLabel() { … }
inline void CategoryLabel::SharedDtor() { … }
void CategoryLabel::SetCachedSize(int size) const { … }
void CategoryLabel::Clear() { … }
const char* CategoryLabel::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CategoryLabel::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CategoryLabel::ByteSizeLong() const { … }
void CategoryLabel::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CategoryLabel::MergeFrom(const CategoryLabel& from) { … }
void CategoryLabel::CopyFrom(const CategoryLabel& from) { … }
bool CategoryLabel::IsInitialized() const { … }
void CategoryLabel::InternalSwap(CategoryLabel* other) { … }
std::string CategoryLabel::GetTypeName() const { … }
class ProductCategory::_Internal { … };
const ::commerce::CategoryLabel&
ProductCategory::_Internal::recommended_clustering_category(const ProductCategory* msg) { … }
ProductCategory::ProductCategory(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
ProductCategory::ProductCategory(const ProductCategory& from)
: … { … }
inline void ProductCategory::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
ProductCategory::~ProductCategory() { … }
inline void ProductCategory::SharedDtor() { … }
void ProductCategory::SetCachedSize(int size) const { … }
void ProductCategory::Clear() { … }
const char* ProductCategory::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* ProductCategory::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t ProductCategory::ByteSizeLong() const { … }
void ProductCategory::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void ProductCategory::MergeFrom(const ProductCategory& from) { … }
void ProductCategory::CopyFrom(const ProductCategory& from) { … }
bool ProductCategory::IsInitialized() const { … }
void ProductCategory::InternalSwap(ProductCategory* other) { … }
std::string ProductCategory::GetTypeName() const { … }
class CategoryData::_Internal { … };
CategoryData::CategoryData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CategoryData::CategoryData(const CategoryData& from)
: … { … }
inline void CategoryData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CategoryData::~CategoryData() { … }
inline void CategoryData::SharedDtor() { … }
void CategoryData::SetCachedSize(int size) const { … }
void CategoryData::Clear() { … }
const char* CategoryData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CategoryData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CategoryData::ByteSizeLong() const { … }
void CategoryData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CategoryData::MergeFrom(const CategoryData& from) { … }
void CategoryData::CopyFrom(const CategoryData& from) { … }
bool CategoryData::IsInitialized() const { … }
void CategoryData::InternalSwap(CategoryData* other) { … }
std::string CategoryData::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::commerce::CategoryLabel*
Arena::CreateMaybeMessage< ::commerce::CategoryLabel >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::commerce::ProductCategory*
Arena::CreateMaybeMessage< ::commerce::ProductCategory >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::commerce::CategoryData*
Arena::CreateMaybeMessage< ::commerce::CategoryData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>