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