#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_puffin_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
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_;
}
}
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 { … };
class StreamInfo final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class PatchHeader final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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 { … }
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 { … }
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) { … }
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) { … }
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) { … }
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) { … }
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
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::puffin::metadata::PatchHeader_PatchType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif