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