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