mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-22 21:09:29 +08:00
1404 lines
47 KiB
C++
1404 lines
47 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// NO CHECKED-IN PROTOBUF GENCODE
|
|
// source: guild.proto
|
|
// Protobuf C++ Version: 5.27.2
|
|
|
|
#ifndef GOOGLE_PROTOBUF_INCLUDED_guild_2eproto_2epb_2eh
|
|
#define GOOGLE_PROTOBUF_INCLUDED_guild_2eproto_2epb_2eh
|
|
|
|
#include <limits>
|
|
#include <string>
|
|
#include <type_traits>
|
|
#include <utility>
|
|
|
|
#include "google/protobuf/runtime_version.h"
|
|
#if PROTOBUF_VERSION != 5027002
|
|
#error "Protobuf C++ gencode is built with an incompatible version of"
|
|
#error "Protobuf C++ headers/runtime. See"
|
|
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
|
|
#endif
|
|
#include "google/protobuf/io/coded_stream.h"
|
|
#include "google/protobuf/arena.h"
|
|
#include "google/protobuf/arenastring.h"
|
|
#include "google/protobuf/generated_message_tctable_decl.h"
|
|
#include "google/protobuf/generated_message_util.h"
|
|
#include "google/protobuf/metadata_lite.h"
|
|
#include "google/protobuf/generated_message_reflection.h"
|
|
#include "google/protobuf/message.h"
|
|
#include "google/protobuf/repeated_field.h" // IWYU pragma: export
|
|
#include "google/protobuf/extension_set.h" // IWYU pragma: export
|
|
#include "google/protobuf/unknown_field_set.h"
|
|
// @@protoc_insertion_point(includes)
|
|
|
|
// Must be included last.
|
|
#include "google/protobuf/port_def.inc"
|
|
|
|
#define PROTOBUF_INTERNAL_EXPORT_guild_2eproto
|
|
|
|
namespace google {
|
|
namespace protobuf {
|
|
namespace internal {
|
|
class AnyMetadata;
|
|
} // namespace internal
|
|
} // namespace protobuf
|
|
} // namespace google
|
|
|
|
// Internal implementation detail -- do not use these members.
|
|
struct TableStruct_guild_2eproto {
|
|
static const ::uint32_t offsets[];
|
|
};
|
|
extern const ::google::protobuf::internal::DescriptorTable
|
|
descriptor_table_guild_2eproto;
|
|
class CAPITAL_LOG;
|
|
struct CAPITAL_LOGDefaultTypeInternal;
|
|
extern CAPITAL_LOGDefaultTypeInternal _CAPITAL_LOG_default_instance_;
|
|
class FLEET_INFO;
|
|
struct FLEET_INFODefaultTypeInternal;
|
|
extern FLEET_INFODefaultTypeInternal _FLEET_INFO_default_instance_;
|
|
class GUILD_TECHNOLOGY;
|
|
struct GUILD_TECHNOLOGYDefaultTypeInternal;
|
|
extern GUILD_TECHNOLOGYDefaultTypeInternal _GUILD_TECHNOLOGY_default_instance_;
|
|
class WEEKLY_TASK;
|
|
struct WEEKLY_TASKDefaultTypeInternal;
|
|
extern WEEKLY_TASKDefaultTypeInternal _WEEKLY_TASK_default_instance_;
|
|
namespace google {
|
|
namespace protobuf {
|
|
} // namespace protobuf
|
|
} // namespace google
|
|
|
|
|
|
// ===================================================================
|
|
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
class WEEKLY_TASK final : public ::google::protobuf::Message
|
|
/* @@protoc_insertion_point(class_definition:WEEKLY_TASK) */ {
|
|
public:
|
|
inline WEEKLY_TASK() : WEEKLY_TASK(nullptr) {}
|
|
~WEEKLY_TASK() override;
|
|
template <typename = void>
|
|
explicit PROTOBUF_CONSTEXPR WEEKLY_TASK(
|
|
::google::protobuf::internal::ConstantInitialized);
|
|
|
|
inline WEEKLY_TASK(const WEEKLY_TASK& from) : WEEKLY_TASK(nullptr, from) {}
|
|
inline WEEKLY_TASK(WEEKLY_TASK&& from) noexcept
|
|
: WEEKLY_TASK(nullptr, std::move(from)) {}
|
|
inline WEEKLY_TASK& operator=(const WEEKLY_TASK& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
inline WEEKLY_TASK& operator=(WEEKLY_TASK&& from) noexcept {
|
|
if (this == &from) return *this;
|
|
if (GetArena() == from.GetArena()
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
|
|
&& GetArena() != nullptr
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
|
|
) {
|
|
InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
|
|
}
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor() {
|
|
return GetDescriptor();
|
|
}
|
|
static const ::google::protobuf::Descriptor* GetDescriptor() {
|
|
return default_instance().GetMetadata().descriptor;
|
|
}
|
|
static const ::google::protobuf::Reflection* GetReflection() {
|
|
return default_instance().GetMetadata().reflection;
|
|
}
|
|
static const WEEKLY_TASK& default_instance() {
|
|
return *internal_default_instance();
|
|
}
|
|
static inline const WEEKLY_TASK* internal_default_instance() {
|
|
return reinterpret_cast<const WEEKLY_TASK*>(
|
|
&_WEEKLY_TASK_default_instance_);
|
|
}
|
|
static constexpr int kIndexInFileMessages = 1;
|
|
friend void swap(WEEKLY_TASK& a, WEEKLY_TASK& b) { a.Swap(&b); }
|
|
inline void Swap(WEEKLY_TASK* other) {
|
|
if (other == this) return;
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() != nullptr && GetArena() == other->GetArena()) {
|
|
#else // PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() == other->GetArena()) {
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_SWAP
|
|
InternalSwap(other);
|
|
} else {
|
|
::google::protobuf::internal::GenericSwap(this, other);
|
|
}
|
|
}
|
|
void UnsafeArenaSwap(WEEKLY_TASK* other) {
|
|
if (other == this) return;
|
|
ABSL_DCHECK(GetArena() == other->GetArena());
|
|
InternalSwap(other);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
WEEKLY_TASK* New(::google::protobuf::Arena* arena = nullptr) const final {
|
|
return ::google::protobuf::Message::DefaultConstruct<WEEKLY_TASK>(arena);
|
|
}
|
|
using ::google::protobuf::Message::CopyFrom;
|
|
void CopyFrom(const WEEKLY_TASK& from);
|
|
using ::google::protobuf::Message::MergeFrom;
|
|
void MergeFrom(const WEEKLY_TASK& from) { WEEKLY_TASK::MergeImpl(*this, from); }
|
|
|
|
private:
|
|
static void MergeImpl(
|
|
::google::protobuf::MessageLite& to_msg,
|
|
const ::google::protobuf::MessageLite& from_msg);
|
|
|
|
public:
|
|
bool IsInitialized() const {
|
|
return IsInitializedImpl(*this);
|
|
}
|
|
|
|
private:
|
|
static bool IsInitializedImpl(const MessageLite& msg);
|
|
|
|
public:
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
::size_t ByteSizeLong() const final;
|
|
::uint8_t* _InternalSerialize(
|
|
::uint8_t* target,
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
|
|
|
|
private:
|
|
void SharedCtor(::google::protobuf::Arena* arena);
|
|
void SharedDtor();
|
|
void InternalSwap(WEEKLY_TASK* other);
|
|
private:
|
|
friend class ::google::protobuf::internal::AnyMetadata;
|
|
static ::absl::string_view FullMessageName() { return "WEEKLY_TASK"; }
|
|
|
|
protected:
|
|
explicit WEEKLY_TASK(::google::protobuf::Arena* arena);
|
|
WEEKLY_TASK(::google::protobuf::Arena* arena, const WEEKLY_TASK& from);
|
|
WEEKLY_TASK(::google::protobuf::Arena* arena, WEEKLY_TASK&& from) noexcept
|
|
: WEEKLY_TASK(arena) {
|
|
*this = ::std::move(from);
|
|
}
|
|
const ::google::protobuf::Message::ClassData* GetClassData() const final;
|
|
|
|
public:
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
|
kIdFieldNumber = 1,
|
|
kProgressFieldNumber = 2,
|
|
kMonday0ClockFieldNumber = 3,
|
|
};
|
|
// required uint32 id = 1;
|
|
bool has_id() const;
|
|
void clear_id() ;
|
|
::uint32_t id() const;
|
|
void set_id(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_id() const;
|
|
void _internal_set_id(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 progress = 2;
|
|
bool has_progress() const;
|
|
void clear_progress() ;
|
|
::uint32_t progress() const;
|
|
void set_progress(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_progress() const;
|
|
void _internal_set_progress(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 monday_0clock = 3;
|
|
bool has_monday_0clock() const;
|
|
void clear_monday_0clock() ;
|
|
::uint32_t monday_0clock() const;
|
|
void set_monday_0clock(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_monday_0clock() const;
|
|
void _internal_set_monday_0clock(::uint32_t value);
|
|
|
|
public:
|
|
// @@protoc_insertion_point(class_scope:WEEKLY_TASK)
|
|
private:
|
|
class _Internal;
|
|
friend class ::google::protobuf::internal::TcParser;
|
|
static const ::google::protobuf::internal::TcParseTable<
|
|
2, 3, 0,
|
|
0, 2>
|
|
_table_;
|
|
|
|
static constexpr const void* _raw_default_instance_ =
|
|
&_WEEKLY_TASK_default_instance_;
|
|
|
|
friend class ::google::protobuf::MessageLite;
|
|
friend class ::google::protobuf::Arena;
|
|
template <typename T>
|
|
friend class ::google::protobuf::Arena::InternalHelper;
|
|
using InternalArenaConstructable_ = void;
|
|
using DestructorSkippable_ = void;
|
|
struct Impl_ {
|
|
inline explicit constexpr Impl_(
|
|
::google::protobuf::internal::ConstantInitialized) noexcept;
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena);
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena, const Impl_& from,
|
|
const WEEKLY_TASK& from_msg);
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
mutable ::google::protobuf::internal::CachedSize _cached_size_;
|
|
::uint32_t id_;
|
|
::uint32_t progress_;
|
|
::uint32_t monday_0clock_;
|
|
PROTOBUF_TSAN_DECLARE_MEMBER
|
|
};
|
|
union { Impl_ _impl_; };
|
|
friend struct ::TableStruct_guild_2eproto;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class GUILD_TECHNOLOGY final : public ::google::protobuf::Message
|
|
/* @@protoc_insertion_point(class_definition:GUILD_TECHNOLOGY) */ {
|
|
public:
|
|
inline GUILD_TECHNOLOGY() : GUILD_TECHNOLOGY(nullptr) {}
|
|
~GUILD_TECHNOLOGY() override;
|
|
template <typename = void>
|
|
explicit PROTOBUF_CONSTEXPR GUILD_TECHNOLOGY(
|
|
::google::protobuf::internal::ConstantInitialized);
|
|
|
|
inline GUILD_TECHNOLOGY(const GUILD_TECHNOLOGY& from) : GUILD_TECHNOLOGY(nullptr, from) {}
|
|
inline GUILD_TECHNOLOGY(GUILD_TECHNOLOGY&& from) noexcept
|
|
: GUILD_TECHNOLOGY(nullptr, std::move(from)) {}
|
|
inline GUILD_TECHNOLOGY& operator=(const GUILD_TECHNOLOGY& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
inline GUILD_TECHNOLOGY& operator=(GUILD_TECHNOLOGY&& from) noexcept {
|
|
if (this == &from) return *this;
|
|
if (GetArena() == from.GetArena()
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
|
|
&& GetArena() != nullptr
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
|
|
) {
|
|
InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
|
|
}
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor() {
|
|
return GetDescriptor();
|
|
}
|
|
static const ::google::protobuf::Descriptor* GetDescriptor() {
|
|
return default_instance().GetMetadata().descriptor;
|
|
}
|
|
static const ::google::protobuf::Reflection* GetReflection() {
|
|
return default_instance().GetMetadata().reflection;
|
|
}
|
|
static const GUILD_TECHNOLOGY& default_instance() {
|
|
return *internal_default_instance();
|
|
}
|
|
static inline const GUILD_TECHNOLOGY* internal_default_instance() {
|
|
return reinterpret_cast<const GUILD_TECHNOLOGY*>(
|
|
&_GUILD_TECHNOLOGY_default_instance_);
|
|
}
|
|
static constexpr int kIndexInFileMessages = 2;
|
|
friend void swap(GUILD_TECHNOLOGY& a, GUILD_TECHNOLOGY& b) { a.Swap(&b); }
|
|
inline void Swap(GUILD_TECHNOLOGY* other) {
|
|
if (other == this) return;
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() != nullptr && GetArena() == other->GetArena()) {
|
|
#else // PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() == other->GetArena()) {
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_SWAP
|
|
InternalSwap(other);
|
|
} else {
|
|
::google::protobuf::internal::GenericSwap(this, other);
|
|
}
|
|
}
|
|
void UnsafeArenaSwap(GUILD_TECHNOLOGY* other) {
|
|
if (other == this) return;
|
|
ABSL_DCHECK(GetArena() == other->GetArena());
|
|
InternalSwap(other);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
GUILD_TECHNOLOGY* New(::google::protobuf::Arena* arena = nullptr) const final {
|
|
return ::google::protobuf::Message::DefaultConstruct<GUILD_TECHNOLOGY>(arena);
|
|
}
|
|
using ::google::protobuf::Message::CopyFrom;
|
|
void CopyFrom(const GUILD_TECHNOLOGY& from);
|
|
using ::google::protobuf::Message::MergeFrom;
|
|
void MergeFrom(const GUILD_TECHNOLOGY& from) { GUILD_TECHNOLOGY::MergeImpl(*this, from); }
|
|
|
|
private:
|
|
static void MergeImpl(
|
|
::google::protobuf::MessageLite& to_msg,
|
|
const ::google::protobuf::MessageLite& from_msg);
|
|
|
|
public:
|
|
bool IsInitialized() const {
|
|
return IsInitializedImpl(*this);
|
|
}
|
|
|
|
private:
|
|
static bool IsInitializedImpl(const MessageLite& msg);
|
|
|
|
public:
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
::size_t ByteSizeLong() const final;
|
|
::uint8_t* _InternalSerialize(
|
|
::uint8_t* target,
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
|
|
|
|
private:
|
|
void SharedCtor(::google::protobuf::Arena* arena);
|
|
void SharedDtor();
|
|
void InternalSwap(GUILD_TECHNOLOGY* other);
|
|
private:
|
|
friend class ::google::protobuf::internal::AnyMetadata;
|
|
static ::absl::string_view FullMessageName() { return "GUILD_TECHNOLOGY"; }
|
|
|
|
protected:
|
|
explicit GUILD_TECHNOLOGY(::google::protobuf::Arena* arena);
|
|
GUILD_TECHNOLOGY(::google::protobuf::Arena* arena, const GUILD_TECHNOLOGY& from);
|
|
GUILD_TECHNOLOGY(::google::protobuf::Arena* arena, GUILD_TECHNOLOGY&& from) noexcept
|
|
: GUILD_TECHNOLOGY(arena) {
|
|
*this = ::std::move(from);
|
|
}
|
|
const ::google::protobuf::Message::ClassData* GetClassData() const final;
|
|
|
|
public:
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
|
kIdFieldNumber = 1,
|
|
kStateFieldNumber = 2,
|
|
kProgressFieldNumber = 3,
|
|
};
|
|
// required uint32 id = 1;
|
|
bool has_id() const;
|
|
void clear_id() ;
|
|
::uint32_t id() const;
|
|
void set_id(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_id() const;
|
|
void _internal_set_id(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 state = 2;
|
|
bool has_state() const;
|
|
void clear_state() ;
|
|
::uint32_t state() const;
|
|
void set_state(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_state() const;
|
|
void _internal_set_state(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 progress = 3;
|
|
bool has_progress() const;
|
|
void clear_progress() ;
|
|
::uint32_t progress() const;
|
|
void set_progress(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_progress() const;
|
|
void _internal_set_progress(::uint32_t value);
|
|
|
|
public:
|
|
// @@protoc_insertion_point(class_scope:GUILD_TECHNOLOGY)
|
|
private:
|
|
class _Internal;
|
|
friend class ::google::protobuf::internal::TcParser;
|
|
static const ::google::protobuf::internal::TcParseTable<
|
|
2, 3, 0,
|
|
0, 2>
|
|
_table_;
|
|
|
|
static constexpr const void* _raw_default_instance_ =
|
|
&_GUILD_TECHNOLOGY_default_instance_;
|
|
|
|
friend class ::google::protobuf::MessageLite;
|
|
friend class ::google::protobuf::Arena;
|
|
template <typename T>
|
|
friend class ::google::protobuf::Arena::InternalHelper;
|
|
using InternalArenaConstructable_ = void;
|
|
using DestructorSkippable_ = void;
|
|
struct Impl_ {
|
|
inline explicit constexpr Impl_(
|
|
::google::protobuf::internal::ConstantInitialized) noexcept;
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena);
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena, const Impl_& from,
|
|
const GUILD_TECHNOLOGY& from_msg);
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
mutable ::google::protobuf::internal::CachedSize _cached_size_;
|
|
::uint32_t id_;
|
|
::uint32_t state_;
|
|
::uint32_t progress_;
|
|
PROTOBUF_TSAN_DECLARE_MEMBER
|
|
};
|
|
union { Impl_ _impl_; };
|
|
friend struct ::TableStruct_guild_2eproto;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class FLEET_INFO final : public ::google::protobuf::Message
|
|
/* @@protoc_insertion_point(class_definition:FLEET_INFO) */ {
|
|
public:
|
|
inline FLEET_INFO() : FLEET_INFO(nullptr) {}
|
|
~FLEET_INFO() override;
|
|
template <typename = void>
|
|
explicit PROTOBUF_CONSTEXPR FLEET_INFO(
|
|
::google::protobuf::internal::ConstantInitialized);
|
|
|
|
inline FLEET_INFO(const FLEET_INFO& from) : FLEET_INFO(nullptr, from) {}
|
|
inline FLEET_INFO(FLEET_INFO&& from) noexcept
|
|
: FLEET_INFO(nullptr, std::move(from)) {}
|
|
inline FLEET_INFO& operator=(const FLEET_INFO& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
inline FLEET_INFO& operator=(FLEET_INFO&& from) noexcept {
|
|
if (this == &from) return *this;
|
|
if (GetArena() == from.GetArena()
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
|
|
&& GetArena() != nullptr
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
|
|
) {
|
|
InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
|
|
}
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor() {
|
|
return GetDescriptor();
|
|
}
|
|
static const ::google::protobuf::Descriptor* GetDescriptor() {
|
|
return default_instance().GetMetadata().descriptor;
|
|
}
|
|
static const ::google::protobuf::Reflection* GetReflection() {
|
|
return default_instance().GetMetadata().reflection;
|
|
}
|
|
static const FLEET_INFO& default_instance() {
|
|
return *internal_default_instance();
|
|
}
|
|
static inline const FLEET_INFO* internal_default_instance() {
|
|
return reinterpret_cast<const FLEET_INFO*>(
|
|
&_FLEET_INFO_default_instance_);
|
|
}
|
|
static constexpr int kIndexInFileMessages = 3;
|
|
friend void swap(FLEET_INFO& a, FLEET_INFO& b) { a.Swap(&b); }
|
|
inline void Swap(FLEET_INFO* other) {
|
|
if (other == this) return;
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() != nullptr && GetArena() == other->GetArena()) {
|
|
#else // PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() == other->GetArena()) {
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_SWAP
|
|
InternalSwap(other);
|
|
} else {
|
|
::google::protobuf::internal::GenericSwap(this, other);
|
|
}
|
|
}
|
|
void UnsafeArenaSwap(FLEET_INFO* other) {
|
|
if (other == this) return;
|
|
ABSL_DCHECK(GetArena() == other->GetArena());
|
|
InternalSwap(other);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
FLEET_INFO* New(::google::protobuf::Arena* arena = nullptr) const final {
|
|
return ::google::protobuf::Message::DefaultConstruct<FLEET_INFO>(arena);
|
|
}
|
|
using ::google::protobuf::Message::CopyFrom;
|
|
void CopyFrom(const FLEET_INFO& from);
|
|
using ::google::protobuf::Message::MergeFrom;
|
|
void MergeFrom(const FLEET_INFO& from) { FLEET_INFO::MergeImpl(*this, from); }
|
|
|
|
private:
|
|
static void MergeImpl(
|
|
::google::protobuf::MessageLite& to_msg,
|
|
const ::google::protobuf::MessageLite& from_msg);
|
|
|
|
public:
|
|
bool IsInitialized() const {
|
|
return IsInitializedImpl(*this);
|
|
}
|
|
|
|
private:
|
|
static bool IsInitializedImpl(const MessageLite& msg);
|
|
|
|
public:
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
::size_t ByteSizeLong() const final;
|
|
::uint8_t* _InternalSerialize(
|
|
::uint8_t* target,
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
|
|
|
|
private:
|
|
void SharedCtor(::google::protobuf::Arena* arena);
|
|
void SharedDtor();
|
|
void InternalSwap(FLEET_INFO* other);
|
|
private:
|
|
friend class ::google::protobuf::internal::AnyMetadata;
|
|
static ::absl::string_view FullMessageName() { return "FLEET_INFO"; }
|
|
|
|
protected:
|
|
explicit FLEET_INFO(::google::protobuf::Arena* arena);
|
|
FLEET_INFO(::google::protobuf::Arena* arena, const FLEET_INFO& from);
|
|
FLEET_INFO(::google::protobuf::Arena* arena, FLEET_INFO&& from) noexcept
|
|
: FLEET_INFO(arena) {
|
|
*this = ::std::move(from);
|
|
}
|
|
const ::google::protobuf::Message::ClassData* GetClassData() const final;
|
|
|
|
public:
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
|
kShipListFieldNumber = 2,
|
|
kIdFieldNumber = 1,
|
|
};
|
|
// repeated uint32 ship_list = 2;
|
|
int ship_list_size() const;
|
|
private:
|
|
int _internal_ship_list_size() const;
|
|
|
|
public:
|
|
void clear_ship_list() ;
|
|
::uint32_t ship_list(int index) const;
|
|
void set_ship_list(int index, ::uint32_t value);
|
|
void add_ship_list(::uint32_t value);
|
|
const ::google::protobuf::RepeatedField<::uint32_t>& ship_list() const;
|
|
::google::protobuf::RepeatedField<::uint32_t>* mutable_ship_list();
|
|
|
|
private:
|
|
const ::google::protobuf::RepeatedField<::uint32_t>& _internal_ship_list() const;
|
|
::google::protobuf::RepeatedField<::uint32_t>* _internal_mutable_ship_list();
|
|
|
|
public:
|
|
// required uint32 id = 1;
|
|
bool has_id() const;
|
|
void clear_id() ;
|
|
::uint32_t id() const;
|
|
void set_id(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_id() const;
|
|
void _internal_set_id(::uint32_t value);
|
|
|
|
public:
|
|
// @@protoc_insertion_point(class_scope:FLEET_INFO)
|
|
private:
|
|
class _Internal;
|
|
friend class ::google::protobuf::internal::TcParser;
|
|
static const ::google::protobuf::internal::TcParseTable<
|
|
1, 2, 0,
|
|
0, 2>
|
|
_table_;
|
|
|
|
static constexpr const void* _raw_default_instance_ =
|
|
&_FLEET_INFO_default_instance_;
|
|
|
|
friend class ::google::protobuf::MessageLite;
|
|
friend class ::google::protobuf::Arena;
|
|
template <typename T>
|
|
friend class ::google::protobuf::Arena::InternalHelper;
|
|
using InternalArenaConstructable_ = void;
|
|
using DestructorSkippable_ = void;
|
|
struct Impl_ {
|
|
inline explicit constexpr Impl_(
|
|
::google::protobuf::internal::ConstantInitialized) noexcept;
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena);
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena, const Impl_& from,
|
|
const FLEET_INFO& from_msg);
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
mutable ::google::protobuf::internal::CachedSize _cached_size_;
|
|
::google::protobuf::RepeatedField<::uint32_t> ship_list_;
|
|
::uint32_t id_;
|
|
PROTOBUF_TSAN_DECLARE_MEMBER
|
|
};
|
|
union { Impl_ _impl_; };
|
|
friend struct ::TableStruct_guild_2eproto;
|
|
};
|
|
// -------------------------------------------------------------------
|
|
|
|
class CAPITAL_LOG final : public ::google::protobuf::Message
|
|
/* @@protoc_insertion_point(class_definition:CAPITAL_LOG) */ {
|
|
public:
|
|
inline CAPITAL_LOG() : CAPITAL_LOG(nullptr) {}
|
|
~CAPITAL_LOG() override;
|
|
template <typename = void>
|
|
explicit PROTOBUF_CONSTEXPR CAPITAL_LOG(
|
|
::google::protobuf::internal::ConstantInitialized);
|
|
|
|
inline CAPITAL_LOG(const CAPITAL_LOG& from) : CAPITAL_LOG(nullptr, from) {}
|
|
inline CAPITAL_LOG(CAPITAL_LOG&& from) noexcept
|
|
: CAPITAL_LOG(nullptr, std::move(from)) {}
|
|
inline CAPITAL_LOG& operator=(const CAPITAL_LOG& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
inline CAPITAL_LOG& operator=(CAPITAL_LOG&& from) noexcept {
|
|
if (this == &from) return *this;
|
|
if (GetArena() == from.GetArena()
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
|
|
&& GetArena() != nullptr
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
|
|
) {
|
|
InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
|
|
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
|
|
}
|
|
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
|
|
}
|
|
|
|
static const ::google::protobuf::Descriptor* descriptor() {
|
|
return GetDescriptor();
|
|
}
|
|
static const ::google::protobuf::Descriptor* GetDescriptor() {
|
|
return default_instance().GetMetadata().descriptor;
|
|
}
|
|
static const ::google::protobuf::Reflection* GetReflection() {
|
|
return default_instance().GetMetadata().reflection;
|
|
}
|
|
static const CAPITAL_LOG& default_instance() {
|
|
return *internal_default_instance();
|
|
}
|
|
static inline const CAPITAL_LOG* internal_default_instance() {
|
|
return reinterpret_cast<const CAPITAL_LOG*>(
|
|
&_CAPITAL_LOG_default_instance_);
|
|
}
|
|
static constexpr int kIndexInFileMessages = 0;
|
|
friend void swap(CAPITAL_LOG& a, CAPITAL_LOG& b) { a.Swap(&b); }
|
|
inline void Swap(CAPITAL_LOG* other) {
|
|
if (other == this) return;
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() != nullptr && GetArena() == other->GetArena()) {
|
|
#else // PROTOBUF_FORCE_COPY_IN_SWAP
|
|
if (GetArena() == other->GetArena()) {
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_SWAP
|
|
InternalSwap(other);
|
|
} else {
|
|
::google::protobuf::internal::GenericSwap(this, other);
|
|
}
|
|
}
|
|
void UnsafeArenaSwap(CAPITAL_LOG* other) {
|
|
if (other == this) return;
|
|
ABSL_DCHECK(GetArena() == other->GetArena());
|
|
InternalSwap(other);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
CAPITAL_LOG* New(::google::protobuf::Arena* arena = nullptr) const final {
|
|
return ::google::protobuf::Message::DefaultConstruct<CAPITAL_LOG>(arena);
|
|
}
|
|
using ::google::protobuf::Message::CopyFrom;
|
|
void CopyFrom(const CAPITAL_LOG& from);
|
|
using ::google::protobuf::Message::MergeFrom;
|
|
void MergeFrom(const CAPITAL_LOG& from) { CAPITAL_LOG::MergeImpl(*this, from); }
|
|
|
|
private:
|
|
static void MergeImpl(
|
|
::google::protobuf::MessageLite& to_msg,
|
|
const ::google::protobuf::MessageLite& from_msg);
|
|
|
|
public:
|
|
bool IsInitialized() const {
|
|
return IsInitializedImpl(*this);
|
|
}
|
|
|
|
private:
|
|
static bool IsInitializedImpl(const MessageLite& msg);
|
|
|
|
public:
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
::size_t ByteSizeLong() const final;
|
|
::uint8_t* _InternalSerialize(
|
|
::uint8_t* target,
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
|
|
|
|
private:
|
|
void SharedCtor(::google::protobuf::Arena* arena);
|
|
void SharedDtor();
|
|
void InternalSwap(CAPITAL_LOG* other);
|
|
private:
|
|
friend class ::google::protobuf::internal::AnyMetadata;
|
|
static ::absl::string_view FullMessageName() { return "CAPITAL_LOG"; }
|
|
|
|
protected:
|
|
explicit CAPITAL_LOG(::google::protobuf::Arena* arena);
|
|
CAPITAL_LOG(::google::protobuf::Arena* arena, const CAPITAL_LOG& from);
|
|
CAPITAL_LOG(::google::protobuf::Arena* arena, CAPITAL_LOG&& from) noexcept
|
|
: CAPITAL_LOG(arena) {
|
|
*this = ::std::move(from);
|
|
}
|
|
const ::google::protobuf::Message::ClassData* GetClassData() const final;
|
|
|
|
public:
|
|
::google::protobuf::Metadata GetMetadata() const;
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
enum : int {
|
|
kEventTargetFieldNumber = 4,
|
|
kNameFieldNumber = 2,
|
|
kMemberIdFieldNumber = 1,
|
|
kEventTypeFieldNumber = 3,
|
|
kTimeFieldNumber = 5,
|
|
};
|
|
// repeated uint32 event_target = 4;
|
|
int event_target_size() const;
|
|
private:
|
|
int _internal_event_target_size() const;
|
|
|
|
public:
|
|
void clear_event_target() ;
|
|
::uint32_t event_target(int index) const;
|
|
void set_event_target(int index, ::uint32_t value);
|
|
void add_event_target(::uint32_t value);
|
|
const ::google::protobuf::RepeatedField<::uint32_t>& event_target() const;
|
|
::google::protobuf::RepeatedField<::uint32_t>* mutable_event_target();
|
|
|
|
private:
|
|
const ::google::protobuf::RepeatedField<::uint32_t>& _internal_event_target() const;
|
|
::google::protobuf::RepeatedField<::uint32_t>* _internal_mutable_event_target();
|
|
|
|
public:
|
|
// required string name = 2;
|
|
bool has_name() const;
|
|
void clear_name() ;
|
|
const std::string& name() const;
|
|
template <typename Arg_ = const std::string&, typename... Args_>
|
|
void set_name(Arg_&& arg, Args_... args);
|
|
std::string* mutable_name();
|
|
PROTOBUF_NODISCARD std::string* release_name();
|
|
void set_allocated_name(std::string* value);
|
|
|
|
private:
|
|
const std::string& _internal_name() const;
|
|
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(
|
|
const std::string& value);
|
|
std::string* _internal_mutable_name();
|
|
|
|
public:
|
|
// required uint32 member_id = 1;
|
|
bool has_member_id() const;
|
|
void clear_member_id() ;
|
|
::uint32_t member_id() const;
|
|
void set_member_id(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_member_id() const;
|
|
void _internal_set_member_id(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 event_type = 3;
|
|
bool has_event_type() const;
|
|
void clear_event_type() ;
|
|
::uint32_t event_type() const;
|
|
void set_event_type(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_event_type() const;
|
|
void _internal_set_event_type(::uint32_t value);
|
|
|
|
public:
|
|
// required uint32 time = 5;
|
|
bool has_time() const;
|
|
void clear_time() ;
|
|
::uint32_t time() const;
|
|
void set_time(::uint32_t value);
|
|
|
|
private:
|
|
::uint32_t _internal_time() const;
|
|
void _internal_set_time(::uint32_t value);
|
|
|
|
public:
|
|
// @@protoc_insertion_point(class_scope:CAPITAL_LOG)
|
|
private:
|
|
class _Internal;
|
|
friend class ::google::protobuf::internal::TcParser;
|
|
static const ::google::protobuf::internal::TcParseTable<
|
|
3, 5, 0,
|
|
24, 2>
|
|
_table_;
|
|
|
|
static constexpr const void* _raw_default_instance_ =
|
|
&_CAPITAL_LOG_default_instance_;
|
|
|
|
friend class ::google::protobuf::MessageLite;
|
|
friend class ::google::protobuf::Arena;
|
|
template <typename T>
|
|
friend class ::google::protobuf::Arena::InternalHelper;
|
|
using InternalArenaConstructable_ = void;
|
|
using DestructorSkippable_ = void;
|
|
struct Impl_ {
|
|
inline explicit constexpr Impl_(
|
|
::google::protobuf::internal::ConstantInitialized) noexcept;
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena);
|
|
inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
|
|
::google::protobuf::Arena* arena, const Impl_& from,
|
|
const CAPITAL_LOG& from_msg);
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
mutable ::google::protobuf::internal::CachedSize _cached_size_;
|
|
::google::protobuf::RepeatedField<::uint32_t> event_target_;
|
|
::google::protobuf::internal::ArenaStringPtr name_;
|
|
::uint32_t member_id_;
|
|
::uint32_t event_type_;
|
|
::uint32_t time_;
|
|
PROTOBUF_TSAN_DECLARE_MEMBER
|
|
};
|
|
union { Impl_ _impl_; };
|
|
friend struct ::TableStruct_guild_2eproto;
|
|
};
|
|
|
|
// ===================================================================
|
|
|
|
|
|
|
|
|
|
// ===================================================================
|
|
|
|
|
|
#ifdef __GNUC__
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
#endif // __GNUC__
|
|
// -------------------------------------------------------------------
|
|
|
|
// CAPITAL_LOG
|
|
|
|
// required uint32 member_id = 1;
|
|
inline bool CAPITAL_LOG::has_member_id() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
|
|
return value;
|
|
}
|
|
inline void CAPITAL_LOG::clear_member_id() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.member_id_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::member_id() const {
|
|
// @@protoc_insertion_point(field_get:CAPITAL_LOG.member_id)
|
|
return _internal_member_id();
|
|
}
|
|
inline void CAPITAL_LOG::set_member_id(::uint32_t value) {
|
|
_internal_set_member_id(value);
|
|
_impl_._has_bits_[0] |= 0x00000002u;
|
|
// @@protoc_insertion_point(field_set:CAPITAL_LOG.member_id)
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::_internal_member_id() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.member_id_;
|
|
}
|
|
inline void CAPITAL_LOG::_internal_set_member_id(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.member_id_ = value;
|
|
}
|
|
|
|
// required string name = 2;
|
|
inline bool CAPITAL_LOG::has_name() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
|
|
return value;
|
|
}
|
|
inline void CAPITAL_LOG::clear_name() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.name_.ClearToEmpty();
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline const std::string& CAPITAL_LOG::name() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
// @@protoc_insertion_point(field_get:CAPITAL_LOG.name)
|
|
return _internal_name();
|
|
}
|
|
template <typename Arg_, typename... Args_>
|
|
inline PROTOBUF_ALWAYS_INLINE void CAPITAL_LOG::set_name(Arg_&& arg,
|
|
Args_... args) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
|
|
// @@protoc_insertion_point(field_set:CAPITAL_LOG.name)
|
|
}
|
|
inline std::string* CAPITAL_LOG::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
std::string* _s = _internal_mutable_name();
|
|
// @@protoc_insertion_point(field_mutable:CAPITAL_LOG.name)
|
|
return _s;
|
|
}
|
|
inline const std::string& CAPITAL_LOG::_internal_name() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.name_.Get();
|
|
}
|
|
inline void CAPITAL_LOG::_internal_set_name(const std::string& value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
_impl_.name_.Set(value, GetArena());
|
|
}
|
|
inline std::string* CAPITAL_LOG::_internal_mutable_name() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
return _impl_.name_.Mutable( GetArena());
|
|
}
|
|
inline std::string* CAPITAL_LOG::release_name() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
// @@protoc_insertion_point(field_release:CAPITAL_LOG.name)
|
|
if ((_impl_._has_bits_[0] & 0x00000001u) == 0) {
|
|
return nullptr;
|
|
}
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
auto* released = _impl_.name_.Release();
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
_impl_.name_.Set("", GetArena());
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
return released;
|
|
}
|
|
inline void CAPITAL_LOG::set_allocated_name(std::string* value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
if (value != nullptr) {
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
} else {
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
_impl_.name_.SetAllocated(value, GetArena());
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
if (_impl_.name_.IsDefault()) {
|
|
_impl_.name_.Set("", GetArena());
|
|
}
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
// @@protoc_insertion_point(field_set_allocated:CAPITAL_LOG.name)
|
|
}
|
|
|
|
// required uint32 event_type = 3;
|
|
inline bool CAPITAL_LOG::has_event_type() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
|
|
return value;
|
|
}
|
|
inline void CAPITAL_LOG::clear_event_type() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.event_type_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::event_type() const {
|
|
// @@protoc_insertion_point(field_get:CAPITAL_LOG.event_type)
|
|
return _internal_event_type();
|
|
}
|
|
inline void CAPITAL_LOG::set_event_type(::uint32_t value) {
|
|
_internal_set_event_type(value);
|
|
_impl_._has_bits_[0] |= 0x00000004u;
|
|
// @@protoc_insertion_point(field_set:CAPITAL_LOG.event_type)
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::_internal_event_type() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.event_type_;
|
|
}
|
|
inline void CAPITAL_LOG::_internal_set_event_type(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.event_type_ = value;
|
|
}
|
|
|
|
// repeated uint32 event_target = 4;
|
|
inline int CAPITAL_LOG::_internal_event_target_size() const {
|
|
return _internal_event_target().size();
|
|
}
|
|
inline int CAPITAL_LOG::event_target_size() const {
|
|
return _internal_event_target_size();
|
|
}
|
|
inline void CAPITAL_LOG::clear_event_target() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.event_target_.Clear();
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::event_target(int index) const {
|
|
// @@protoc_insertion_point(field_get:CAPITAL_LOG.event_target)
|
|
return _internal_event_target().Get(index);
|
|
}
|
|
inline void CAPITAL_LOG::set_event_target(int index, ::uint32_t value) {
|
|
_internal_mutable_event_target()->Set(index, value);
|
|
// @@protoc_insertion_point(field_set:CAPITAL_LOG.event_target)
|
|
}
|
|
inline void CAPITAL_LOG::add_event_target(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_internal_mutable_event_target()->Add(value);
|
|
// @@protoc_insertion_point(field_add:CAPITAL_LOG.event_target)
|
|
}
|
|
inline const ::google::protobuf::RepeatedField<::uint32_t>& CAPITAL_LOG::event_target() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
// @@protoc_insertion_point(field_list:CAPITAL_LOG.event_target)
|
|
return _internal_event_target();
|
|
}
|
|
inline ::google::protobuf::RepeatedField<::uint32_t>* CAPITAL_LOG::mutable_event_target()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
// @@protoc_insertion_point(field_mutable_list:CAPITAL_LOG.event_target)
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
return _internal_mutable_event_target();
|
|
}
|
|
inline const ::google::protobuf::RepeatedField<::uint32_t>&
|
|
CAPITAL_LOG::_internal_event_target() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.event_target_;
|
|
}
|
|
inline ::google::protobuf::RepeatedField<::uint32_t>* CAPITAL_LOG::_internal_mutable_event_target() {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return &_impl_.event_target_;
|
|
}
|
|
|
|
// required uint32 time = 5;
|
|
inline bool CAPITAL_LOG::has_time() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0;
|
|
return value;
|
|
}
|
|
inline void CAPITAL_LOG::clear_time() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.time_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000008u;
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::time() const {
|
|
// @@protoc_insertion_point(field_get:CAPITAL_LOG.time)
|
|
return _internal_time();
|
|
}
|
|
inline void CAPITAL_LOG::set_time(::uint32_t value) {
|
|
_internal_set_time(value);
|
|
_impl_._has_bits_[0] |= 0x00000008u;
|
|
// @@protoc_insertion_point(field_set:CAPITAL_LOG.time)
|
|
}
|
|
inline ::uint32_t CAPITAL_LOG::_internal_time() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.time_;
|
|
}
|
|
inline void CAPITAL_LOG::_internal_set_time(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.time_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// WEEKLY_TASK
|
|
|
|
// required uint32 id = 1;
|
|
inline bool WEEKLY_TASK::has_id() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
|
|
return value;
|
|
}
|
|
inline void WEEKLY_TASK::clear_id() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::id() const {
|
|
// @@protoc_insertion_point(field_get:WEEKLY_TASK.id)
|
|
return _internal_id();
|
|
}
|
|
inline void WEEKLY_TASK::set_id(::uint32_t value) {
|
|
_internal_set_id(value);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
// @@protoc_insertion_point(field_set:WEEKLY_TASK.id)
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::_internal_id() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.id_;
|
|
}
|
|
inline void WEEKLY_TASK::_internal_set_id(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = value;
|
|
}
|
|
|
|
// required uint32 progress = 2;
|
|
inline bool WEEKLY_TASK::has_progress() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
|
|
return value;
|
|
}
|
|
inline void WEEKLY_TASK::clear_progress() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.progress_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::progress() const {
|
|
// @@protoc_insertion_point(field_get:WEEKLY_TASK.progress)
|
|
return _internal_progress();
|
|
}
|
|
inline void WEEKLY_TASK::set_progress(::uint32_t value) {
|
|
_internal_set_progress(value);
|
|
_impl_._has_bits_[0] |= 0x00000002u;
|
|
// @@protoc_insertion_point(field_set:WEEKLY_TASK.progress)
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::_internal_progress() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.progress_;
|
|
}
|
|
inline void WEEKLY_TASK::_internal_set_progress(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.progress_ = value;
|
|
}
|
|
|
|
// required uint32 monday_0clock = 3;
|
|
inline bool WEEKLY_TASK::has_monday_0clock() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
|
|
return value;
|
|
}
|
|
inline void WEEKLY_TASK::clear_monday_0clock() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.monday_0clock_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::monday_0clock() const {
|
|
// @@protoc_insertion_point(field_get:WEEKLY_TASK.monday_0clock)
|
|
return _internal_monday_0clock();
|
|
}
|
|
inline void WEEKLY_TASK::set_monday_0clock(::uint32_t value) {
|
|
_internal_set_monday_0clock(value);
|
|
_impl_._has_bits_[0] |= 0x00000004u;
|
|
// @@protoc_insertion_point(field_set:WEEKLY_TASK.monday_0clock)
|
|
}
|
|
inline ::uint32_t WEEKLY_TASK::_internal_monday_0clock() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.monday_0clock_;
|
|
}
|
|
inline void WEEKLY_TASK::_internal_set_monday_0clock(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.monday_0clock_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// GUILD_TECHNOLOGY
|
|
|
|
// required uint32 id = 1;
|
|
inline bool GUILD_TECHNOLOGY::has_id() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
|
|
return value;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::clear_id() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::id() const {
|
|
// @@protoc_insertion_point(field_get:GUILD_TECHNOLOGY.id)
|
|
return _internal_id();
|
|
}
|
|
inline void GUILD_TECHNOLOGY::set_id(::uint32_t value) {
|
|
_internal_set_id(value);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
// @@protoc_insertion_point(field_set:GUILD_TECHNOLOGY.id)
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::_internal_id() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.id_;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::_internal_set_id(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = value;
|
|
}
|
|
|
|
// required uint32 state = 2;
|
|
inline bool GUILD_TECHNOLOGY::has_state() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
|
|
return value;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::clear_state() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.state_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000002u;
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::state() const {
|
|
// @@protoc_insertion_point(field_get:GUILD_TECHNOLOGY.state)
|
|
return _internal_state();
|
|
}
|
|
inline void GUILD_TECHNOLOGY::set_state(::uint32_t value) {
|
|
_internal_set_state(value);
|
|
_impl_._has_bits_[0] |= 0x00000002u;
|
|
// @@protoc_insertion_point(field_set:GUILD_TECHNOLOGY.state)
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::_internal_state() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.state_;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::_internal_set_state(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.state_ = value;
|
|
}
|
|
|
|
// required uint32 progress = 3;
|
|
inline bool GUILD_TECHNOLOGY::has_progress() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
|
|
return value;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::clear_progress() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.progress_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000004u;
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::progress() const {
|
|
// @@protoc_insertion_point(field_get:GUILD_TECHNOLOGY.progress)
|
|
return _internal_progress();
|
|
}
|
|
inline void GUILD_TECHNOLOGY::set_progress(::uint32_t value) {
|
|
_internal_set_progress(value);
|
|
_impl_._has_bits_[0] |= 0x00000004u;
|
|
// @@protoc_insertion_point(field_set:GUILD_TECHNOLOGY.progress)
|
|
}
|
|
inline ::uint32_t GUILD_TECHNOLOGY::_internal_progress() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.progress_;
|
|
}
|
|
inline void GUILD_TECHNOLOGY::_internal_set_progress(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.progress_ = value;
|
|
}
|
|
|
|
// -------------------------------------------------------------------
|
|
|
|
// FLEET_INFO
|
|
|
|
// required uint32 id = 1;
|
|
inline bool FLEET_INFO::has_id() const {
|
|
bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
|
|
return value;
|
|
}
|
|
inline void FLEET_INFO::clear_id() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = 0u;
|
|
_impl_._has_bits_[0] &= ~0x00000001u;
|
|
}
|
|
inline ::uint32_t FLEET_INFO::id() const {
|
|
// @@protoc_insertion_point(field_get:FLEET_INFO.id)
|
|
return _internal_id();
|
|
}
|
|
inline void FLEET_INFO::set_id(::uint32_t value) {
|
|
_internal_set_id(value);
|
|
_impl_._has_bits_[0] |= 0x00000001u;
|
|
// @@protoc_insertion_point(field_set:FLEET_INFO.id)
|
|
}
|
|
inline ::uint32_t FLEET_INFO::_internal_id() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.id_;
|
|
}
|
|
inline void FLEET_INFO::_internal_set_id(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.id_ = value;
|
|
}
|
|
|
|
// repeated uint32 ship_list = 2;
|
|
inline int FLEET_INFO::_internal_ship_list_size() const {
|
|
return _internal_ship_list().size();
|
|
}
|
|
inline int FLEET_INFO::ship_list_size() const {
|
|
return _internal_ship_list_size();
|
|
}
|
|
inline void FLEET_INFO::clear_ship_list() {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_impl_.ship_list_.Clear();
|
|
}
|
|
inline ::uint32_t FLEET_INFO::ship_list(int index) const {
|
|
// @@protoc_insertion_point(field_get:FLEET_INFO.ship_list)
|
|
return _internal_ship_list().Get(index);
|
|
}
|
|
inline void FLEET_INFO::set_ship_list(int index, ::uint32_t value) {
|
|
_internal_mutable_ship_list()->Set(index, value);
|
|
// @@protoc_insertion_point(field_set:FLEET_INFO.ship_list)
|
|
}
|
|
inline void FLEET_INFO::add_ship_list(::uint32_t value) {
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
_internal_mutable_ship_list()->Add(value);
|
|
// @@protoc_insertion_point(field_add:FLEET_INFO.ship_list)
|
|
}
|
|
inline const ::google::protobuf::RepeatedField<::uint32_t>& FLEET_INFO::ship_list() const
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
// @@protoc_insertion_point(field_list:FLEET_INFO.ship_list)
|
|
return _internal_ship_list();
|
|
}
|
|
inline ::google::protobuf::RepeatedField<::uint32_t>* FLEET_INFO::mutable_ship_list()
|
|
ABSL_ATTRIBUTE_LIFETIME_BOUND {
|
|
// @@protoc_insertion_point(field_mutable_list:FLEET_INFO.ship_list)
|
|
::google::protobuf::internal::TSanWrite(&_impl_);
|
|
return _internal_mutable_ship_list();
|
|
}
|
|
inline const ::google::protobuf::RepeatedField<::uint32_t>&
|
|
FLEET_INFO::_internal_ship_list() const {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return _impl_.ship_list_;
|
|
}
|
|
inline ::google::protobuf::RepeatedField<::uint32_t>* FLEET_INFO::_internal_mutable_ship_list() {
|
|
::google::protobuf::internal::TSanRead(&_impl_);
|
|
return &_impl_.ship_list_;
|
|
}
|
|
|
|
#ifdef __GNUC__
|
|
#pragma GCC diagnostic pop
|
|
#endif // __GNUC__
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
|
|
// @@protoc_insertion_point(global_scope)
|
|
|
|
#include "google/protobuf/port_undef.inc"
|
|
|
|
#endif // GOOGLE_PROTOBUF_INCLUDED_guild_2eproto_2epb_2eh
|