#include "dice.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 CertificateAuthority::CertificateAuthority(
::_pbi::ConstantInitialized): … { … }
struct CertificateAuthorityDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CertificateAuthorityDefaultTypeInternal _CertificateAuthority_default_instance_;
PROTOBUF_CONSTEXPR DiceData::DiceData(
::_pbi::ConstantInitialized): … { … }
struct DiceDataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DiceDataDefaultTypeInternal _DiceData_default_instance_;
}
}
namespace device {
namespace enclave {
class CertificateAuthority::_Internal { … };
CertificateAuthority::CertificateAuthority(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
CertificateAuthority::CertificateAuthority(const CertificateAuthority& from)
: … { … }
inline void CertificateAuthority::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
CertificateAuthority::~CertificateAuthority() { … }
inline void CertificateAuthority::SharedDtor() { … }
void CertificateAuthority::SetCachedSize(int size) const { … }
void CertificateAuthority::Clear() { … }
const char* CertificateAuthority::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* CertificateAuthority::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t CertificateAuthority::ByteSizeLong() const { … }
void CertificateAuthority::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void CertificateAuthority::MergeFrom(const CertificateAuthority& from) { … }
void CertificateAuthority::CopyFrom(const CertificateAuthority& from) { … }
bool CertificateAuthority::IsInitialized() const { … }
void CertificateAuthority::InternalSwap(CertificateAuthority* other) { … }
std::string CertificateAuthority::GetTypeName() const { … }
class DiceData::_Internal { … };
const ::device::enclave::Evidence&
DiceData::_Internal::evidence(const DiceData* msg) { … }
const ::device::enclave::CertificateAuthority&
DiceData::_Internal::certificate_authority(const DiceData* msg) { … }
void DiceData::clear_evidence() { … }
DiceData::DiceData(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
DiceData::DiceData(const DiceData& from)
: … { … }
inline void DiceData::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
DiceData::~DiceData() { … }
inline void DiceData::SharedDtor() { … }
void DiceData::SetCachedSize(int size) const { … }
void DiceData::Clear() { … }
const char* DiceData::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* DiceData::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t DiceData::ByteSizeLong() const { … }
void DiceData::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void DiceData::MergeFrom(const DiceData& from) { … }
void DiceData::CopyFrom(const DiceData& from) { … }
bool DiceData::IsInitialized() const { … }
void DiceData::InternalSwap(DiceData* other) { … }
std::string DiceData::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::device::enclave::CertificateAuthority*
Arena::CreateMaybeMessage< ::device::enclave::CertificateAuthority >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::device::enclave::DiceData*
Arena::CreateMaybeMessage< ::device::enclave::DiceData >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>