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