chromium/out/Default/gen/puffin/src/puffin.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_puffin_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_puffin_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/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_puffin_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_puffin_2eproto {};
namespace puffin {
namespace metadata {
class BitExtent;
struct BitExtentDefaultTypeInternal;
extern BitExtentDefaultTypeInternal _BitExtent_default_instance_;
class PatchHeader;
struct PatchHeaderDefaultTypeInternal;
extern PatchHeaderDefaultTypeInternal _PatchHeader_default_instance_;
class StreamInfo;
struct StreamInfoDefaultTypeInternal;
extern StreamInfoDefaultTypeInternal _StreamInfo_default_instance_;
}  // namespace metadata
}  // namespace puffin
PROTOBUF_NAMESPACE_OPEN
template<> ::puffin::metadata::BitExtent* Arena::CreateMaybeMessage<::puffin::metadata::BitExtent>(Arena*);
template<> ::puffin::metadata::PatchHeader* Arena::CreateMaybeMessage<::puffin::metadata::PatchHeader>(Arena*);
template<> ::puffin::metadata::StreamInfo* Arena::CreateMaybeMessage<::puffin::metadata::StreamInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace puffin {
namespace metadata {

enum PatchHeader_PatchType : int {};
bool PatchHeader_PatchType_IsValid(int value);
constexpr PatchHeader_PatchType PatchHeader_PatchType_PatchType_MIN =;
constexpr PatchHeader_PatchType PatchHeader_PatchType_PatchType_MAX =;
constexpr int PatchHeader_PatchType_PatchType_ARRAYSIZE =;

const std::string& PatchHeader_PatchType_Name(PatchHeader_PatchType value);
template<typename T>
inline const std::string& PatchHeader_PatchType_Name(T enum_t_value) {}
bool PatchHeader_PatchType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PatchHeader_PatchType* value);
// ===================================================================

class BitExtent final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:puffin.metadata.BitExtent) */ {};
// -------------------------------------------------------------------

class StreamInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:puffin.metadata.StreamInfo) */ {};
// -------------------------------------------------------------------

class PatchHeader final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:puffin.metadata.PatchHeader) */ {};
// ===================================================================


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

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

// uint64 offset = 1;
inline void BitExtent::clear_offset() {}
inline uint64_t BitExtent::_internal_offset() const {}
inline uint64_t BitExtent::offset() const {}
inline void BitExtent::_internal_set_offset(uint64_t value) {}
inline void BitExtent::set_offset(uint64_t value) {}

// uint64 length = 2;
inline void BitExtent::clear_length() {}
inline uint64_t BitExtent::_internal_length() const {}
inline uint64_t BitExtent::length() const {}
inline void BitExtent::_internal_set_length(uint64_t value) {}
inline void BitExtent::set_length(uint64_t value) {}

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

// StreamInfo

// repeated .puffin.metadata.BitExtent deflates = 1;
inline int StreamInfo::_internal_deflates_size() const {}
inline int StreamInfo::deflates_size() const {}
inline void StreamInfo::clear_deflates() {}
inline ::puffin::metadata::BitExtent* StreamInfo::mutable_deflates(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::puffin::metadata::BitExtent >*
StreamInfo::mutable_deflates() {}
inline const ::puffin::metadata::BitExtent& StreamInfo::_internal_deflates(int index) const {}
inline const ::puffin::metadata::BitExtent& StreamInfo::deflates(int index) const {}
inline ::puffin::metadata::BitExtent* StreamInfo::_internal_add_deflates() {}
inline ::puffin::metadata::BitExtent* StreamInfo::add_deflates() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::puffin::metadata::BitExtent >&
StreamInfo::deflates() const {}

// repeated .puffin.metadata.BitExtent puffs = 2;
inline int StreamInfo::_internal_puffs_size() const {}
inline int StreamInfo::puffs_size() const {}
inline void StreamInfo::clear_puffs() {}
inline ::puffin::metadata::BitExtent* StreamInfo::mutable_puffs(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::puffin::metadata::BitExtent >*
StreamInfo::mutable_puffs() {}
inline const ::puffin::metadata::BitExtent& StreamInfo::_internal_puffs(int index) const {}
inline const ::puffin::metadata::BitExtent& StreamInfo::puffs(int index) const {}
inline ::puffin::metadata::BitExtent* StreamInfo::_internal_add_puffs() {}
inline ::puffin::metadata::BitExtent* StreamInfo::add_puffs() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::puffin::metadata::BitExtent >&
StreamInfo::puffs() const {}

// uint64 puff_length = 3;
inline void StreamInfo::clear_puff_length() {}
inline uint64_t StreamInfo::_internal_puff_length() const {}
inline uint64_t StreamInfo::puff_length() const {}
inline void StreamInfo::_internal_set_puff_length(uint64_t value) {}
inline void StreamInfo::set_puff_length(uint64_t value) {}

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

// PatchHeader

// int32 version = 1;
inline void PatchHeader::clear_version() {}
inline int32_t PatchHeader::_internal_version() const {}
inline int32_t PatchHeader::version() const {}
inline void PatchHeader::_internal_set_version(int32_t value) {}
inline void PatchHeader::set_version(int32_t value) {}

// .puffin.metadata.StreamInfo src = 2;
inline bool PatchHeader::_internal_has_src() const {}
inline bool PatchHeader::has_src() const {}
inline void PatchHeader::clear_src() {}
inline const ::puffin::metadata::StreamInfo& PatchHeader::_internal_src() const {}
inline const ::puffin::metadata::StreamInfo& PatchHeader::src() const {}
inline void PatchHeader::unsafe_arena_set_allocated_src(
    ::puffin::metadata::StreamInfo* src) {}
inline ::puffin::metadata::StreamInfo* PatchHeader::release_src() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::unsafe_arena_release_src() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::_internal_mutable_src() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::mutable_src() {}
inline void PatchHeader::set_allocated_src(::puffin::metadata::StreamInfo* src) {}

// .puffin.metadata.StreamInfo dst = 3;
inline bool PatchHeader::_internal_has_dst() const {}
inline bool PatchHeader::has_dst() const {}
inline void PatchHeader::clear_dst() {}
inline const ::puffin::metadata::StreamInfo& PatchHeader::_internal_dst() const {}
inline const ::puffin::metadata::StreamInfo& PatchHeader::dst() const {}
inline void PatchHeader::unsafe_arena_set_allocated_dst(
    ::puffin::metadata::StreamInfo* dst) {}
inline ::puffin::metadata::StreamInfo* PatchHeader::release_dst() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::unsafe_arena_release_dst() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::_internal_mutable_dst() {}
inline ::puffin::metadata::StreamInfo* PatchHeader::mutable_dst() {}
inline void PatchHeader::set_allocated_dst(::puffin::metadata::StreamInfo* dst) {}

// .puffin.metadata.PatchHeader.PatchType type = 4;
inline void PatchHeader::clear_type() {}
inline ::puffin::metadata::PatchHeader_PatchType PatchHeader::_internal_type() const {}
inline ::puffin::metadata::PatchHeader_PatchType PatchHeader::type() const {}
inline void PatchHeader::_internal_set_type(::puffin::metadata::PatchHeader_PatchType value) {}
inline void PatchHeader::set_type(::puffin::metadata::PatchHeader_PatchType value) {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace metadata
}  // namespace puffin

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::puffin::metadata::PatchHeader_PatchType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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