chromium/out/Default/gen/device/fido/enclave/verify/proto/attachment.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: attachment.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_attachment_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_attachment_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/map.h>  // IWYU pragma: export
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include "digest.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_attachment_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_attachment_2eproto {};
namespace device {
namespace enclave {
class FirmwareAttachment;
struct FirmwareAttachmentDefaultTypeInternal;
extern FirmwareAttachmentDefaultTypeInternal _FirmwareAttachment_default_instance_;
class FirmwareAttachment_ConfigsEntry_DoNotUse;
struct FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal;
extern FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal _FirmwareAttachment_ConfigsEntry_DoNotUse_default_instance_;
class KernelAttachment;
struct KernelAttachmentDefaultTypeInternal;
extern KernelAttachmentDefaultTypeInternal _KernelAttachment_default_instance_;
}  // namespace enclave
}  // namespace device
PROTOBUF_NAMESPACE_OPEN
template<> ::device::enclave::FirmwareAttachment* Arena::CreateMaybeMessage<::device::enclave::FirmwareAttachment>(Arena*);
template<> ::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse* Arena::CreateMaybeMessage<::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse>(Arena*);
template<> ::device::enclave::KernelAttachment* Arena::CreateMaybeMessage<::device::enclave::KernelAttachment>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace device {
namespace enclave {

// ===================================================================

class FirmwareAttachment_ConfigsEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<FirmwareAttachment_ConfigsEntry_DoNotUse, 
    int32_t, ::device::enclave::HexDigest,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {};

// -------------------------------------------------------------------

class FirmwareAttachment final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:device.enclave.FirmwareAttachment) */ {};
// -------------------------------------------------------------------

class KernelAttachment final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:device.enclave.KernelAttachment) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// -------------------------------------------------------------------

// FirmwareAttachment

// map<int32, .device.enclave.HexDigest> configs = 1;
inline int FirmwareAttachment::_internal_configs_size() const {}
inline int FirmwareAttachment::configs_size() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >&
FirmwareAttachment::_internal_configs() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >&
FirmwareAttachment::configs() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >*
FirmwareAttachment::_internal_mutable_configs() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >*
FirmwareAttachment::mutable_configs() {}

// -------------------------------------------------------------------

// KernelAttachment

// .device.enclave.HexDigest image = 1;
inline bool KernelAttachment::_internal_has_image() const {}
inline bool KernelAttachment::has_image() const {}
inline const ::device::enclave::HexDigest& KernelAttachment::_internal_image() const {}
inline const ::device::enclave::HexDigest& KernelAttachment::image() const {}
inline void KernelAttachment::unsafe_arena_set_allocated_image(
    ::device::enclave::HexDigest* image) {}
inline ::device::enclave::HexDigest* KernelAttachment::release_image() {}
inline ::device::enclave::HexDigest* KernelAttachment::unsafe_arena_release_image() {}
inline ::device::enclave::HexDigest* KernelAttachment::_internal_mutable_image() {}
inline ::device::enclave::HexDigest* KernelAttachment::mutable_image() {}
inline void KernelAttachment::set_allocated_image(::device::enclave::HexDigest* image) {}

// .device.enclave.HexDigest setup_data = 2;
inline bool KernelAttachment::_internal_has_setup_data() const {}
inline bool KernelAttachment::has_setup_data() const {}
inline const ::device::enclave::HexDigest& KernelAttachment::_internal_setup_data() const {}
inline const ::device::enclave::HexDigest& KernelAttachment::setup_data() const {}
inline void KernelAttachment::unsafe_arena_set_allocated_setup_data(
    ::device::enclave::HexDigest* setup_data) {}
inline ::device::enclave::HexDigest* KernelAttachment::release_setup_data() {}
inline ::device::enclave::HexDigest* KernelAttachment::unsafe_arena_release_setup_data() {}
inline ::device::enclave::HexDigest* KernelAttachment::_internal_mutable_setup_data() {}
inline ::device::enclave::HexDigest* KernelAttachment::mutable_setup_data() {}
inline void KernelAttachment::set_allocated_setup_data(::device::enclave::HexDigest* setup_data) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace enclave
}  // namespace device

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_attachment_2eproto