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