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