#include "attachment.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 device {
namespace enclave {
PROTOBUF_CONSTEXPR FirmwareAttachment_ConfigsEntry_DoNotUse::FirmwareAttachment_ConfigsEntry_DoNotUse(
::_pbi::ConstantInitialized) { … }
struct FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal _FirmwareAttachment_ConfigsEntry_DoNotUse_default_instance_;
PROTOBUF_CONSTEXPR FirmwareAttachment::FirmwareAttachment(
::_pbi::ConstantInitialized): … { … }
struct FirmwareAttachmentDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FirmwareAttachmentDefaultTypeInternal _FirmwareAttachment_default_instance_;
PROTOBUF_CONSTEXPR KernelAttachment::KernelAttachment(
::_pbi::ConstantInitialized): … { … }
struct KernelAttachmentDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 KernelAttachmentDefaultTypeInternal _KernelAttachment_default_instance_;
}
}
namespace device {
namespace enclave {
FirmwareAttachment_ConfigsEntry_DoNotUse::FirmwareAttachment_ConfigsEntry_DoNotUse() { … }
FirmwareAttachment_ConfigsEntry_DoNotUse::FirmwareAttachment_ConfigsEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: … { … }
void FirmwareAttachment_ConfigsEntry_DoNotUse::MergeFrom(const FirmwareAttachment_ConfigsEntry_DoNotUse& other) { … }
class FirmwareAttachment::_Internal { … };
void FirmwareAttachment::clear_configs() { … }
FirmwareAttachment::FirmwareAttachment(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
FirmwareAttachment::FirmwareAttachment(const FirmwareAttachment& from)
: … { … }
inline void FirmwareAttachment::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
FirmwareAttachment::~FirmwareAttachment() { … }
inline void FirmwareAttachment::SharedDtor() { … }
void FirmwareAttachment::SetCachedSize(int size) const { … }
void FirmwareAttachment::Clear() { … }
const char* FirmwareAttachment::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* FirmwareAttachment::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t FirmwareAttachment::ByteSizeLong() const { … }
void FirmwareAttachment::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void FirmwareAttachment::MergeFrom(const FirmwareAttachment& from) { … }
void FirmwareAttachment::CopyFrom(const FirmwareAttachment& from) { … }
bool FirmwareAttachment::IsInitialized() const { … }
void FirmwareAttachment::InternalSwap(FirmwareAttachment* other) { … }
std::string FirmwareAttachment::GetTypeName() const { … }
class KernelAttachment::_Internal { … };
const ::device::enclave::HexDigest&
KernelAttachment::_Internal::image(const KernelAttachment* msg) { … }
const ::device::enclave::HexDigest&
KernelAttachment::_Internal::setup_data(const KernelAttachment* msg) { … }
void KernelAttachment::clear_image() { … }
void KernelAttachment::clear_setup_data() { … }
KernelAttachment::KernelAttachment(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
KernelAttachment::KernelAttachment(const KernelAttachment& from)
: … { … }
inline void KernelAttachment::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
KernelAttachment::~KernelAttachment() { … }
inline void KernelAttachment::SharedDtor() { … }
void KernelAttachment::SetCachedSize(int size) const { … }
void KernelAttachment::Clear() { … }
const char* KernelAttachment::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* KernelAttachment::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t KernelAttachment::ByteSizeLong() const { … }
void KernelAttachment::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void KernelAttachment::MergeFrom(const KernelAttachment& from) { … }
void KernelAttachment::CopyFrom(const KernelAttachment& from) { … }
bool KernelAttachment::IsInitialized() const { … }
void KernelAttachment::InternalSwap(KernelAttachment* other) { … }
std::string KernelAttachment::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse*
Arena::CreateMaybeMessage< ::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::device::enclave::FirmwareAttachment*
Arena::CreateMaybeMessage< ::device::enclave::FirmwareAttachment >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::device::enclave::KernelAttachment*
Arena::CreateMaybeMessage< ::device::enclave::KernelAttachment >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>