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