|
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: Pb_RecordPacket.proto
-
- #ifndef GOOGLE_PROTOBUF_INCLUDED_Pb_5fRecordPacket_2eproto
- #define GOOGLE_PROTOBUF_INCLUDED_Pb_5fRecordPacket_2eproto
-
- #include <limits>
- #include <string>
-
- #include <google/protobuf/port_def.inc>
- #if PROTOBUF_VERSION < 3011000
- #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 3011000 < 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_table_driven.h>
- #include <google/protobuf/generated_message_util.h>
- #include <google/protobuf/inlined_string_field.h>
- #include <google/protobuf/metadata.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)
- #include <google/protobuf/port_def.inc>
- #define PROTOBUF_INTERNAL_EXPORT_Pb_5fRecordPacket_2eproto
- PROTOBUF_NAMESPACE_OPEN
- namespace internal {
- class AnyMetadata;
- } // namespace internal
- PROTOBUF_NAMESPACE_CLOSE
-
- // Internal implementation detail -- do not use these members.
- struct TableStruct_Pb_5fRecordPacket_2eproto {
- static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[4]
- PROTOBUF_SECTION_VARIABLE(protodesc_cold);
- static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
- static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
- static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
- };
- extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_Pb_5fRecordPacket_2eproto;
- namespace RecordPacket {
- class PB_CS_S_ReplayRecordResp;
- class PB_CS_S_ReplayRecordRespDefaultTypeInternal;
- extern PB_CS_S_ReplayRecordRespDefaultTypeInternal _PB_CS_S_ReplayRecordResp_default_instance_;
- class pb_ChairRecord;
- class pb_ChairRecordDefaultTypeInternal;
- extern pb_ChairRecordDefaultTypeInternal _pb_ChairRecord_default_instance_;
- class pb_GameConfig;
- class pb_GameConfigDefaultTypeInternal;
- extern pb_GameConfigDefaultTypeInternal _pb_GameConfig_default_instance_;
- class pb_GameRecordPacket;
- class pb_GameRecordPacketDefaultTypeInternal;
- extern pb_GameRecordPacketDefaultTypeInternal _pb_GameRecordPacket_default_instance_;
- } // namespace RecordPacket
- PROTOBUF_NAMESPACE_OPEN
- template<> ::RecordPacket::PB_CS_S_ReplayRecordResp* Arena::CreateMaybeMessage<::RecordPacket::PB_CS_S_ReplayRecordResp>(Arena*);
- template<> ::RecordPacket::pb_ChairRecord* Arena::CreateMaybeMessage<::RecordPacket::pb_ChairRecord>(Arena*);
- template<> ::RecordPacket::pb_GameConfig* Arena::CreateMaybeMessage<::RecordPacket::pb_GameConfig>(Arena*);
- template<> ::RecordPacket::pb_GameRecordPacket* Arena::CreateMaybeMessage<::RecordPacket::pb_GameRecordPacket>(Arena*);
- PROTOBUF_NAMESPACE_CLOSE
- namespace RecordPacket {
-
- // ===================================================================
-
- class pb_GameRecordPacket :
- public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:RecordPacket.pb_GameRecordPacket) */ {
- public:
- pb_GameRecordPacket();
- virtual ~pb_GameRecordPacket();
-
- pb_GameRecordPacket(const pb_GameRecordPacket& from);
- pb_GameRecordPacket(pb_GameRecordPacket&& from) noexcept
- : pb_GameRecordPacket() {
- *this = ::std::move(from);
- }
-
- inline pb_GameRecordPacket& operator=(const pb_GameRecordPacket& from) {
- CopyFrom(from);
- return *this;
- }
- inline pb_GameRecordPacket& operator=(pb_GameRecordPacket&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
-
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
- return GetDescriptor();
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
- return GetMetadataStatic().descriptor;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
- return GetMetadataStatic().reflection;
- }
- static const pb_GameRecordPacket& default_instance();
-
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const pb_GameRecordPacket* internal_default_instance() {
- return reinterpret_cast<const pb_GameRecordPacket*>(
- &_pb_GameRecordPacket_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 0;
-
- friend void swap(pb_GameRecordPacket& a, pb_GameRecordPacket& b) {
- a.Swap(&b);
- }
- inline void Swap(pb_GameRecordPacket* other) {
- if (other == this) return;
- InternalSwap(other);
- }
-
- // implements Message ----------------------------------------------
-
- inline pb_GameRecordPacket* New() const final {
- return CreateMaybeMessage<pb_GameRecordPacket>(nullptr);
- }
-
- pb_GameRecordPacket* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
- return CreateMaybeMessage<pb_GameRecordPacket>(arena);
- }
- void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void CopyFrom(const pb_GameRecordPacket& from);
- void MergeFrom(const pb_GameRecordPacket& from);
- PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
- bool IsInitialized() const final;
-
- size_t ByteSizeLong() const final;
- const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
- ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
- ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
-
- private:
- inline void SharedCtor();
- inline void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(pb_GameRecordPacket* other);
- friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
- static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
- return "RecordPacket.pb_GameRecordPacket";
- }
- private:
- inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
- return nullptr;
- }
- inline void* MaybeArenaPtr() const {
- return nullptr;
- }
- public:
-
- ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
- private:
- static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fRecordPacket_2eproto);
- return ::descriptor_table_Pb_5fRecordPacket_2eproto.file_level_metadata[kIndexInFileMessages];
- }
-
- public:
-
- // nested types ----------------------------------------------------
-
- // accessors -------------------------------------------------------
-
- enum : int {
- kPDataFieldNumber = 4,
- kWChairIDFieldNumber = 1,
- kWMainCmdIDFieldNumber = 2,
- kWSubCmdIDFieldNumber = 3,
- };
- // bytes pData = 4;
- void clear_pdata();
- const std::string& pdata() const;
- void set_pdata(const std::string& value);
- void set_pdata(std::string&& value);
- void set_pdata(const char* value);
- void set_pdata(const void* value, size_t size);
- std::string* mutable_pdata();
- std::string* release_pdata();
- void set_allocated_pdata(std::string* pdata);
- private:
- const std::string& _internal_pdata() const;
- void _internal_set_pdata(const std::string& value);
- std::string* _internal_mutable_pdata();
- public:
-
- // uint32 wChairID = 1;
- void clear_wchairid();
- ::PROTOBUF_NAMESPACE_ID::uint32 wchairid() const;
- void set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wchairid() const;
- void _internal_set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wMainCmdID = 2;
- void clear_wmaincmdid();
- ::PROTOBUF_NAMESPACE_ID::uint32 wmaincmdid() const;
- void set_wmaincmdid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wmaincmdid() const;
- void _internal_set_wmaincmdid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wSubCmdID = 3;
- void clear_wsubcmdid();
- ::PROTOBUF_NAMESPACE_ID::uint32 wsubcmdid() const;
- void set_wsubcmdid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wsubcmdid() const;
- void _internal_set_wsubcmdid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // @@protoc_insertion_point(class_scope:RecordPacket.pb_GameRecordPacket)
- private:
- class _Internal;
-
- ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
- ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr pdata_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wchairid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wmaincmdid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wsubcmdid_;
- mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
- friend struct ::TableStruct_Pb_5fRecordPacket_2eproto;
- };
- // -------------------------------------------------------------------
-
- class pb_GameConfig :
- public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:RecordPacket.pb_GameConfig) */ {
- public:
- pb_GameConfig();
- virtual ~pb_GameConfig();
-
- pb_GameConfig(const pb_GameConfig& from);
- pb_GameConfig(pb_GameConfig&& from) noexcept
- : pb_GameConfig() {
- *this = ::std::move(from);
- }
-
- inline pb_GameConfig& operator=(const pb_GameConfig& from) {
- CopyFrom(from);
- return *this;
- }
- inline pb_GameConfig& operator=(pb_GameConfig&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
-
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
- return GetDescriptor();
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
- return GetMetadataStatic().descriptor;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
- return GetMetadataStatic().reflection;
- }
- static const pb_GameConfig& default_instance();
-
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const pb_GameConfig* internal_default_instance() {
- return reinterpret_cast<const pb_GameConfig*>(
- &_pb_GameConfig_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 1;
-
- friend void swap(pb_GameConfig& a, pb_GameConfig& b) {
- a.Swap(&b);
- }
- inline void Swap(pb_GameConfig* other) {
- if (other == this) return;
- InternalSwap(other);
- }
-
- // implements Message ----------------------------------------------
-
- inline pb_GameConfig* New() const final {
- return CreateMaybeMessage<pb_GameConfig>(nullptr);
- }
-
- pb_GameConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
- return CreateMaybeMessage<pb_GameConfig>(arena);
- }
- void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void CopyFrom(const pb_GameConfig& from);
- void MergeFrom(const pb_GameConfig& from);
- PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
- bool IsInitialized() const final;
-
- size_t ByteSizeLong() const final;
- const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
- ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
- ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
-
- private:
- inline void SharedCtor();
- inline void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(pb_GameConfig* other);
- friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
- static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
- return "RecordPacket.pb_GameConfig";
- }
- private:
- inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
- return nullptr;
- }
- inline void* MaybeArenaPtr() const {
- return nullptr;
- }
- public:
-
- ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
- private:
- static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fRecordPacket_2eproto);
- return ::descriptor_table_Pb_5fRecordPacket_2eproto.file_level_metadata[kIndexInFileMessages];
- }
-
- public:
-
- // nested types ----------------------------------------------------
-
- // accessors -------------------------------------------------------
-
- enum : int {
- kSPrivateTableIDFieldNumber = 9,
- kWSubGameIDFieldNumber = 1,
- kWDiScoreFieldNumber = 2,
- kWFanFeiFieldNumber = 3,
- kWIpLimitFieldNumber = 4,
- kWPlayCountRuleFieldNumber = 5,
- kRoomIdFieldNumber = 6,
- kIsOwnerFieldNumber = 7,
- kWHadPlayCountFieldNumber = 8,
- kBDuoLaiFieldNumber = 10,
- kWFengDingFieldNumber = 11,
- kTmp1FieldNumber = 12,
- kTmp2FieldNumber = 13,
- };
- // string sPrivateTableID = 9;
- void clear_sprivatetableid();
- const std::string& sprivatetableid() const;
- void set_sprivatetableid(const std::string& value);
- void set_sprivatetableid(std::string&& value);
- void set_sprivatetableid(const char* value);
- void set_sprivatetableid(const char* value, size_t size);
- std::string* mutable_sprivatetableid();
- std::string* release_sprivatetableid();
- void set_allocated_sprivatetableid(std::string* sprivatetableid);
- private:
- const std::string& _internal_sprivatetableid() const;
- void _internal_set_sprivatetableid(const std::string& value);
- std::string* _internal_mutable_sprivatetableid();
- public:
-
- // uint32 wSubGameID = 1;
- void clear_wsubgameid();
- ::PROTOBUF_NAMESPACE_ID::uint32 wsubgameid() const;
- void set_wsubgameid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wsubgameid() const;
- void _internal_set_wsubgameid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wDiScore = 2;
- void clear_wdiscore();
- ::PROTOBUF_NAMESPACE_ID::uint32 wdiscore() const;
- void set_wdiscore(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wdiscore() const;
- void _internal_set_wdiscore(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wFanFei = 3;
- void clear_wfanfei();
- ::PROTOBUF_NAMESPACE_ID::uint32 wfanfei() const;
- void set_wfanfei(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wfanfei() const;
- void _internal_set_wfanfei(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wIpLimit = 4;
- void clear_wiplimit();
- ::PROTOBUF_NAMESPACE_ID::uint32 wiplimit() const;
- void set_wiplimit(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wiplimit() const;
- void _internal_set_wiplimit(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wPlayCountRule = 5;
- void clear_wplaycountrule();
- ::PROTOBUF_NAMESPACE_ID::uint32 wplaycountrule() const;
- void set_wplaycountrule(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wplaycountrule() const;
- void _internal_set_wplaycountrule(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 RoomId = 6;
- void clear_roomid();
- ::PROTOBUF_NAMESPACE_ID::uint32 roomid() const;
- void set_roomid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_roomid() const;
- void _internal_set_roomid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 IsOwner = 7;
- void clear_isowner();
- ::PROTOBUF_NAMESPACE_ID::uint32 isowner() const;
- void set_isowner(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_isowner() const;
- void _internal_set_isowner(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wHadPlayCount = 8;
- void clear_whadplaycount();
- ::PROTOBUF_NAMESPACE_ID::uint32 whadplaycount() const;
- void set_whadplaycount(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_whadplaycount() const;
- void _internal_set_whadplaycount(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 bDuoLai = 10;
- void clear_bduolai();
- ::PROTOBUF_NAMESPACE_ID::uint32 bduolai() const;
- void set_bduolai(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_bduolai() const;
- void _internal_set_bduolai(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 wFengDing = 11;
- void clear_wfengding();
- ::PROTOBUF_NAMESPACE_ID::uint32 wfengding() const;
- void set_wfengding(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wfengding() const;
- void _internal_set_wfengding(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 tmp1 = 12;
- void clear_tmp1();
- ::PROTOBUF_NAMESPACE_ID::uint32 tmp1() const;
- void set_tmp1(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_tmp1() const;
- void _internal_set_tmp1(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 tmp2 = 13;
- void clear_tmp2();
- ::PROTOBUF_NAMESPACE_ID::uint32 tmp2() const;
- void set_tmp2(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_tmp2() const;
- void _internal_set_tmp2(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // @@protoc_insertion_point(class_scope:RecordPacket.pb_GameConfig)
- private:
- class _Internal;
-
- ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
- ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr sprivatetableid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wsubgameid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wdiscore_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wfanfei_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wiplimit_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wplaycountrule_;
- ::PROTOBUF_NAMESPACE_ID::uint32 roomid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 isowner_;
- ::PROTOBUF_NAMESPACE_ID::uint32 whadplaycount_;
- ::PROTOBUF_NAMESPACE_ID::uint32 bduolai_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wfengding_;
- ::PROTOBUF_NAMESPACE_ID::uint32 tmp1_;
- ::PROTOBUF_NAMESPACE_ID::uint32 tmp2_;
- mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
- friend struct ::TableStruct_Pb_5fRecordPacket_2eproto;
- };
- // -------------------------------------------------------------------
-
- class pb_ChairRecord :
- public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:RecordPacket.pb_ChairRecord) */ {
- public:
- pb_ChairRecord();
- virtual ~pb_ChairRecord();
-
- pb_ChairRecord(const pb_ChairRecord& from);
- pb_ChairRecord(pb_ChairRecord&& from) noexcept
- : pb_ChairRecord() {
- *this = ::std::move(from);
- }
-
- inline pb_ChairRecord& operator=(const pb_ChairRecord& from) {
- CopyFrom(from);
- return *this;
- }
- inline pb_ChairRecord& operator=(pb_ChairRecord&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
-
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
- return GetDescriptor();
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
- return GetMetadataStatic().descriptor;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
- return GetMetadataStatic().reflection;
- }
- static const pb_ChairRecord& default_instance();
-
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const pb_ChairRecord* internal_default_instance() {
- return reinterpret_cast<const pb_ChairRecord*>(
- &_pb_ChairRecord_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 2;
-
- friend void swap(pb_ChairRecord& a, pb_ChairRecord& b) {
- a.Swap(&b);
- }
- inline void Swap(pb_ChairRecord* other) {
- if (other == this) return;
- InternalSwap(other);
- }
-
- // implements Message ----------------------------------------------
-
- inline pb_ChairRecord* New() const final {
- return CreateMaybeMessage<pb_ChairRecord>(nullptr);
- }
-
- pb_ChairRecord* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
- return CreateMaybeMessage<pb_ChairRecord>(arena);
- }
- void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void CopyFrom(const pb_ChairRecord& from);
- void MergeFrom(const pb_ChairRecord& from);
- PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
- bool IsInitialized() const final;
-
- size_t ByteSizeLong() const final;
- const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
- ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
- ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
-
- private:
- inline void SharedCtor();
- inline void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(pb_ChairRecord* other);
- friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
- static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
- return "RecordPacket.pb_ChairRecord";
- }
- private:
- inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
- return nullptr;
- }
- inline void* MaybeArenaPtr() const {
- return nullptr;
- }
- public:
-
- ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
- private:
- static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fRecordPacket_2eproto);
- return ::descriptor_table_Pb_5fRecordPacket_2eproto.file_level_metadata[kIndexInFileMessages];
- }
-
- public:
-
- // nested types ----------------------------------------------------
-
- // accessors -------------------------------------------------------
-
- enum : int {
- kUserNameFieldNumber = 3,
- kHeadUrlFieldNumber = 4,
- kWChairIdFieldNumber = 1,
- kDwUserIdFieldNumber = 2,
- };
- // string userName = 3;
- void clear_username();
- const std::string& username() const;
- void set_username(const std::string& value);
- void set_username(std::string&& value);
- void set_username(const char* value);
- void set_username(const char* value, size_t size);
- std::string* mutable_username();
- std::string* release_username();
- void set_allocated_username(std::string* username);
- private:
- const std::string& _internal_username() const;
- void _internal_set_username(const std::string& value);
- std::string* _internal_mutable_username();
- public:
-
- // string headUrl = 4;
- void clear_headurl();
- const std::string& headurl() const;
- void set_headurl(const std::string& value);
- void set_headurl(std::string&& value);
- void set_headurl(const char* value);
- void set_headurl(const char* value, size_t size);
- std::string* mutable_headurl();
- std::string* release_headurl();
- void set_allocated_headurl(std::string* headurl);
- private:
- const std::string& _internal_headurl() const;
- void _internal_set_headurl(const std::string& value);
- std::string* _internal_mutable_headurl();
- public:
-
- // uint32 wChairId = 1;
- void clear_wchairid();
- ::PROTOBUF_NAMESPACE_ID::uint32 wchairid() const;
- void set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_wchairid() const;
- void _internal_set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 dwUserId = 2;
- void clear_dwuserid();
- ::PROTOBUF_NAMESPACE_ID::uint32 dwuserid() const;
- void set_dwuserid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_dwuserid() const;
- void _internal_set_dwuserid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // @@protoc_insertion_point(class_scope:RecordPacket.pb_ChairRecord)
- private:
- class _Internal;
-
- ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
- ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr username_;
- ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr headurl_;
- ::PROTOBUF_NAMESPACE_ID::uint32 wchairid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 dwuserid_;
- mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
- friend struct ::TableStruct_Pb_5fRecordPacket_2eproto;
- };
- // -------------------------------------------------------------------
-
- class PB_CS_S_ReplayRecordResp :
- public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:RecordPacket.PB_CS_S_ReplayRecordResp) */ {
- public:
- PB_CS_S_ReplayRecordResp();
- virtual ~PB_CS_S_ReplayRecordResp();
-
- PB_CS_S_ReplayRecordResp(const PB_CS_S_ReplayRecordResp& from);
- PB_CS_S_ReplayRecordResp(PB_CS_S_ReplayRecordResp&& from) noexcept
- : PB_CS_S_ReplayRecordResp() {
- *this = ::std::move(from);
- }
-
- inline PB_CS_S_ReplayRecordResp& operator=(const PB_CS_S_ReplayRecordResp& from) {
- CopyFrom(from);
- return *this;
- }
- inline PB_CS_S_ReplayRecordResp& operator=(PB_CS_S_ReplayRecordResp&& from) noexcept {
- if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
- if (this != &from) InternalSwap(&from);
- } else {
- CopyFrom(from);
- }
- return *this;
- }
-
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
- return GetDescriptor();
- }
- static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
- return GetMetadataStatic().descriptor;
- }
- static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
- return GetMetadataStatic().reflection;
- }
- static const PB_CS_S_ReplayRecordResp& default_instance();
-
- static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
- static inline const PB_CS_S_ReplayRecordResp* internal_default_instance() {
- return reinterpret_cast<const PB_CS_S_ReplayRecordResp*>(
- &_PB_CS_S_ReplayRecordResp_default_instance_);
- }
- static constexpr int kIndexInFileMessages =
- 3;
-
- friend void swap(PB_CS_S_ReplayRecordResp& a, PB_CS_S_ReplayRecordResp& b) {
- a.Swap(&b);
- }
- inline void Swap(PB_CS_S_ReplayRecordResp* other) {
- if (other == this) return;
- InternalSwap(other);
- }
-
- // implements Message ----------------------------------------------
-
- inline PB_CS_S_ReplayRecordResp* New() const final {
- return CreateMaybeMessage<PB_CS_S_ReplayRecordResp>(nullptr);
- }
-
- PB_CS_S_ReplayRecordResp* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
- return CreateMaybeMessage<PB_CS_S_ReplayRecordResp>(arena);
- }
- void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
- void CopyFrom(const PB_CS_S_ReplayRecordResp& from);
- void MergeFrom(const PB_CS_S_ReplayRecordResp& from);
- PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
- bool IsInitialized() const final;
-
- size_t ByteSizeLong() const final;
- const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
- ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
- ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
- int GetCachedSize() const final { return _cached_size_.Get(); }
-
- private:
- inline void SharedCtor();
- inline void SharedDtor();
- void SetCachedSize(int size) const final;
- void InternalSwap(PB_CS_S_ReplayRecordResp* other);
- friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
- static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
- return "RecordPacket.PB_CS_S_ReplayRecordResp";
- }
- private:
- inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
- return nullptr;
- }
- inline void* MaybeArenaPtr() const {
- return nullptr;
- }
- public:
-
- ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
- private:
- static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_Pb_5fRecordPacket_2eproto);
- return ::descriptor_table_Pb_5fRecordPacket_2eproto.file_level_metadata[kIndexInFileMessages];
- }
-
- public:
-
- // nested types ----------------------------------------------------
-
- // accessors -------------------------------------------------------
-
- enum : int {
- kMChairListFieldNumber = 7,
- kPRecordPacketFieldNumber = 8,
- kMGameconfigFieldNumber = 6,
- kMUUIDFieldNumber = 1,
- kMStartTimeFieldNumber = 3,
- kMEndTimeFieldNumber = 4,
- kMUserIdFieldNumber = 5,
- };
- // repeated .RecordPacket.pb_ChairRecord m_chairList = 7;
- int m_chairlist_size() const;
- private:
- int _internal_m_chairlist_size() const;
- public:
- void clear_m_chairlist();
- ::RecordPacket::pb_ChairRecord* mutable_m_chairlist(int index);
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_ChairRecord >*
- mutable_m_chairlist();
- private:
- const ::RecordPacket::pb_ChairRecord& _internal_m_chairlist(int index) const;
- ::RecordPacket::pb_ChairRecord* _internal_add_m_chairlist();
- public:
- const ::RecordPacket::pb_ChairRecord& m_chairlist(int index) const;
- ::RecordPacket::pb_ChairRecord* add_m_chairlist();
- const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_ChairRecord >&
- m_chairlist() const;
-
- // repeated .RecordPacket.pb_GameRecordPacket pRecordPacket = 8;
- int precordpacket_size() const;
- private:
- int _internal_precordpacket_size() const;
- public:
- void clear_precordpacket();
- ::RecordPacket::pb_GameRecordPacket* mutable_precordpacket(int index);
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_GameRecordPacket >*
- mutable_precordpacket();
- private:
- const ::RecordPacket::pb_GameRecordPacket& _internal_precordpacket(int index) const;
- ::RecordPacket::pb_GameRecordPacket* _internal_add_precordpacket();
- public:
- const ::RecordPacket::pb_GameRecordPacket& precordpacket(int index) const;
- ::RecordPacket::pb_GameRecordPacket* add_precordpacket();
- const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_GameRecordPacket >&
- precordpacket() const;
-
- // .RecordPacket.pb_GameConfig m_gameconfig = 6;
- bool has_m_gameconfig() const;
- private:
- bool _internal_has_m_gameconfig() const;
- public:
- void clear_m_gameconfig();
- const ::RecordPacket::pb_GameConfig& m_gameconfig() const;
- ::RecordPacket::pb_GameConfig* release_m_gameconfig();
- ::RecordPacket::pb_GameConfig* mutable_m_gameconfig();
- void set_allocated_m_gameconfig(::RecordPacket::pb_GameConfig* m_gameconfig);
- private:
- const ::RecordPacket::pb_GameConfig& _internal_m_gameconfig() const;
- ::RecordPacket::pb_GameConfig* _internal_mutable_m_gameconfig();
- public:
-
- // uint32 m_UUID = 1;
- void clear_m_uuid();
- ::PROTOBUF_NAMESPACE_ID::uint32 m_uuid() const;
- void set_m_uuid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_m_uuid() const;
- void _internal_set_m_uuid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 m_startTime = 3;
- void clear_m_starttime();
- ::PROTOBUF_NAMESPACE_ID::uint32 m_starttime() const;
- void set_m_starttime(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_m_starttime() const;
- void _internal_set_m_starttime(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 m_endTime = 4;
- void clear_m_endtime();
- ::PROTOBUF_NAMESPACE_ID::uint32 m_endtime() const;
- void set_m_endtime(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_m_endtime() const;
- void _internal_set_m_endtime(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // uint32 m_UserId = 5;
- void clear_m_userid();
- ::PROTOBUF_NAMESPACE_ID::uint32 m_userid() const;
- void set_m_userid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- private:
- ::PROTOBUF_NAMESPACE_ID::uint32 _internal_m_userid() const;
- void _internal_set_m_userid(::PROTOBUF_NAMESPACE_ID::uint32 value);
- public:
-
- // @@protoc_insertion_point(class_scope:RecordPacket.PB_CS_S_ReplayRecordResp)
- private:
- class _Internal;
-
- ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_ChairRecord > m_chairlist_;
- ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_GameRecordPacket > precordpacket_;
- ::RecordPacket::pb_GameConfig* m_gameconfig_;
- ::PROTOBUF_NAMESPACE_ID::uint32 m_uuid_;
- ::PROTOBUF_NAMESPACE_ID::uint32 m_starttime_;
- ::PROTOBUF_NAMESPACE_ID::uint32 m_endtime_;
- ::PROTOBUF_NAMESPACE_ID::uint32 m_userid_;
- mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
- friend struct ::TableStruct_Pb_5fRecordPacket_2eproto;
- };
- // ===================================================================
-
-
- // ===================================================================
-
- #ifdef __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #endif // __GNUC__
- // pb_GameRecordPacket
-
- // uint32 wChairID = 1;
- inline void pb_GameRecordPacket::clear_wchairid() {
- wchairid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::_internal_wchairid() const {
- return wchairid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::wchairid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameRecordPacket.wChairID)
- return _internal_wchairid();
- }
- inline void pb_GameRecordPacket::_internal_set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wchairid_ = value;
- }
- inline void pb_GameRecordPacket::set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wchairid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameRecordPacket.wChairID)
- }
-
- // uint32 wMainCmdID = 2;
- inline void pb_GameRecordPacket::clear_wmaincmdid() {
- wmaincmdid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::_internal_wmaincmdid() const {
- return wmaincmdid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::wmaincmdid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameRecordPacket.wMainCmdID)
- return _internal_wmaincmdid();
- }
- inline void pb_GameRecordPacket::_internal_set_wmaincmdid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wmaincmdid_ = value;
- }
- inline void pb_GameRecordPacket::set_wmaincmdid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wmaincmdid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameRecordPacket.wMainCmdID)
- }
-
- // uint32 wSubCmdID = 3;
- inline void pb_GameRecordPacket::clear_wsubcmdid() {
- wsubcmdid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::_internal_wsubcmdid() const {
- return wsubcmdid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameRecordPacket::wsubcmdid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameRecordPacket.wSubCmdID)
- return _internal_wsubcmdid();
- }
- inline void pb_GameRecordPacket::_internal_set_wsubcmdid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wsubcmdid_ = value;
- }
- inline void pb_GameRecordPacket::set_wsubcmdid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wsubcmdid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameRecordPacket.wSubCmdID)
- }
-
- // bytes pData = 4;
- inline void pb_GameRecordPacket::clear_pdata() {
- pdata_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline const std::string& pb_GameRecordPacket::pdata() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameRecordPacket.pData)
- return _internal_pdata();
- }
- inline void pb_GameRecordPacket::set_pdata(const std::string& value) {
- _internal_set_pdata(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameRecordPacket.pData)
- }
- inline std::string* pb_GameRecordPacket::mutable_pdata() {
- // @@protoc_insertion_point(field_mutable:RecordPacket.pb_GameRecordPacket.pData)
- return _internal_mutable_pdata();
- }
- inline const std::string& pb_GameRecordPacket::_internal_pdata() const {
- return pdata_.GetNoArena();
- }
- inline void pb_GameRecordPacket::_internal_set_pdata(const std::string& value) {
-
- pdata_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
- }
- inline void pb_GameRecordPacket::set_pdata(std::string&& value) {
-
- pdata_.SetNoArena(
- &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:RecordPacket.pb_GameRecordPacket.pData)
- }
- inline void pb_GameRecordPacket::set_pdata(const char* value) {
- GOOGLE_DCHECK(value != nullptr);
-
- pdata_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:RecordPacket.pb_GameRecordPacket.pData)
- }
- inline void pb_GameRecordPacket::set_pdata(const void* value, size_t size) {
-
- pdata_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:RecordPacket.pb_GameRecordPacket.pData)
- }
- inline std::string* pb_GameRecordPacket::_internal_mutable_pdata() {
-
- return pdata_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline std::string* pb_GameRecordPacket::release_pdata() {
- // @@protoc_insertion_point(field_release:RecordPacket.pb_GameRecordPacket.pData)
-
- return pdata_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline void pb_GameRecordPacket::set_allocated_pdata(std::string* pdata) {
- if (pdata != nullptr) {
-
- } else {
-
- }
- pdata_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), pdata);
- // @@protoc_insertion_point(field_set_allocated:RecordPacket.pb_GameRecordPacket.pData)
- }
-
- // -------------------------------------------------------------------
-
- // pb_GameConfig
-
- // uint32 wSubGameID = 1;
- inline void pb_GameConfig::clear_wsubgameid() {
- wsubgameid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wsubgameid() const {
- return wsubgameid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wsubgameid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wSubGameID)
- return _internal_wsubgameid();
- }
- inline void pb_GameConfig::_internal_set_wsubgameid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wsubgameid_ = value;
- }
- inline void pb_GameConfig::set_wsubgameid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wsubgameid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wSubGameID)
- }
-
- // uint32 wDiScore = 2;
- inline void pb_GameConfig::clear_wdiscore() {
- wdiscore_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wdiscore() const {
- return wdiscore_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wdiscore() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wDiScore)
- return _internal_wdiscore();
- }
- inline void pb_GameConfig::_internal_set_wdiscore(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wdiscore_ = value;
- }
- inline void pb_GameConfig::set_wdiscore(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wdiscore(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wDiScore)
- }
-
- // uint32 wFanFei = 3;
- inline void pb_GameConfig::clear_wfanfei() {
- wfanfei_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wfanfei() const {
- return wfanfei_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wfanfei() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wFanFei)
- return _internal_wfanfei();
- }
- inline void pb_GameConfig::_internal_set_wfanfei(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wfanfei_ = value;
- }
- inline void pb_GameConfig::set_wfanfei(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wfanfei(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wFanFei)
- }
-
- // uint32 wIpLimit = 4;
- inline void pb_GameConfig::clear_wiplimit() {
- wiplimit_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wiplimit() const {
- return wiplimit_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wiplimit() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wIpLimit)
- return _internal_wiplimit();
- }
- inline void pb_GameConfig::_internal_set_wiplimit(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wiplimit_ = value;
- }
- inline void pb_GameConfig::set_wiplimit(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wiplimit(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wIpLimit)
- }
-
- // uint32 wPlayCountRule = 5;
- inline void pb_GameConfig::clear_wplaycountrule() {
- wplaycountrule_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wplaycountrule() const {
- return wplaycountrule_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wplaycountrule() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wPlayCountRule)
- return _internal_wplaycountrule();
- }
- inline void pb_GameConfig::_internal_set_wplaycountrule(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wplaycountrule_ = value;
- }
- inline void pb_GameConfig::set_wplaycountrule(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wplaycountrule(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wPlayCountRule)
- }
-
- // uint32 RoomId = 6;
- inline void pb_GameConfig::clear_roomid() {
- roomid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_roomid() const {
- return roomid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::roomid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.RoomId)
- return _internal_roomid();
- }
- inline void pb_GameConfig::_internal_set_roomid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- roomid_ = value;
- }
- inline void pb_GameConfig::set_roomid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_roomid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.RoomId)
- }
-
- // uint32 IsOwner = 7;
- inline void pb_GameConfig::clear_isowner() {
- isowner_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_isowner() const {
- return isowner_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::isowner() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.IsOwner)
- return _internal_isowner();
- }
- inline void pb_GameConfig::_internal_set_isowner(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- isowner_ = value;
- }
- inline void pb_GameConfig::set_isowner(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_isowner(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.IsOwner)
- }
-
- // uint32 wHadPlayCount = 8;
- inline void pb_GameConfig::clear_whadplaycount() {
- whadplaycount_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_whadplaycount() const {
- return whadplaycount_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::whadplaycount() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wHadPlayCount)
- return _internal_whadplaycount();
- }
- inline void pb_GameConfig::_internal_set_whadplaycount(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- whadplaycount_ = value;
- }
- inline void pb_GameConfig::set_whadplaycount(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_whadplaycount(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wHadPlayCount)
- }
-
- // string sPrivateTableID = 9;
- inline void pb_GameConfig::clear_sprivatetableid() {
- sprivatetableid_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline const std::string& pb_GameConfig::sprivatetableid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.sPrivateTableID)
- return _internal_sprivatetableid();
- }
- inline void pb_GameConfig::set_sprivatetableid(const std::string& value) {
- _internal_set_sprivatetableid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.sPrivateTableID)
- }
- inline std::string* pb_GameConfig::mutable_sprivatetableid() {
- // @@protoc_insertion_point(field_mutable:RecordPacket.pb_GameConfig.sPrivateTableID)
- return _internal_mutable_sprivatetableid();
- }
- inline const std::string& pb_GameConfig::_internal_sprivatetableid() const {
- return sprivatetableid_.GetNoArena();
- }
- inline void pb_GameConfig::_internal_set_sprivatetableid(const std::string& value) {
-
- sprivatetableid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
- }
- inline void pb_GameConfig::set_sprivatetableid(std::string&& value) {
-
- sprivatetableid_.SetNoArena(
- &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:RecordPacket.pb_GameConfig.sPrivateTableID)
- }
- inline void pb_GameConfig::set_sprivatetableid(const char* value) {
- GOOGLE_DCHECK(value != nullptr);
-
- sprivatetableid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:RecordPacket.pb_GameConfig.sPrivateTableID)
- }
- inline void pb_GameConfig::set_sprivatetableid(const char* value, size_t size) {
-
- sprivatetableid_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:RecordPacket.pb_GameConfig.sPrivateTableID)
- }
- inline std::string* pb_GameConfig::_internal_mutable_sprivatetableid() {
-
- return sprivatetableid_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline std::string* pb_GameConfig::release_sprivatetableid() {
- // @@protoc_insertion_point(field_release:RecordPacket.pb_GameConfig.sPrivateTableID)
-
- return sprivatetableid_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline void pb_GameConfig::set_allocated_sprivatetableid(std::string* sprivatetableid) {
- if (sprivatetableid != nullptr) {
-
- } else {
-
- }
- sprivatetableid_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), sprivatetableid);
- // @@protoc_insertion_point(field_set_allocated:RecordPacket.pb_GameConfig.sPrivateTableID)
- }
-
- // uint32 bDuoLai = 10;
- inline void pb_GameConfig::clear_bduolai() {
- bduolai_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_bduolai() const {
- return bduolai_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::bduolai() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.bDuoLai)
- return _internal_bduolai();
- }
- inline void pb_GameConfig::_internal_set_bduolai(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- bduolai_ = value;
- }
- inline void pb_GameConfig::set_bduolai(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_bduolai(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.bDuoLai)
- }
-
- // uint32 wFengDing = 11;
- inline void pb_GameConfig::clear_wfengding() {
- wfengding_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_wfengding() const {
- return wfengding_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::wfengding() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.wFengDing)
- return _internal_wfengding();
- }
- inline void pb_GameConfig::_internal_set_wfengding(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wfengding_ = value;
- }
- inline void pb_GameConfig::set_wfengding(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wfengding(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.wFengDing)
- }
-
- // uint32 tmp1 = 12;
- inline void pb_GameConfig::clear_tmp1() {
- tmp1_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_tmp1() const {
- return tmp1_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::tmp1() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.tmp1)
- return _internal_tmp1();
- }
- inline void pb_GameConfig::_internal_set_tmp1(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- tmp1_ = value;
- }
- inline void pb_GameConfig::set_tmp1(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_tmp1(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.tmp1)
- }
-
- // uint32 tmp2 = 13;
- inline void pb_GameConfig::clear_tmp2() {
- tmp2_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::_internal_tmp2() const {
- return tmp2_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_GameConfig::tmp2() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_GameConfig.tmp2)
- return _internal_tmp2();
- }
- inline void pb_GameConfig::_internal_set_tmp2(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- tmp2_ = value;
- }
- inline void pb_GameConfig::set_tmp2(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_tmp2(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_GameConfig.tmp2)
- }
-
- // -------------------------------------------------------------------
-
- // pb_ChairRecord
-
- // uint32 wChairId = 1;
- inline void pb_ChairRecord::clear_wchairid() {
- wchairid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_ChairRecord::_internal_wchairid() const {
- return wchairid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_ChairRecord::wchairid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_ChairRecord.wChairId)
- return _internal_wchairid();
- }
- inline void pb_ChairRecord::_internal_set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- wchairid_ = value;
- }
- inline void pb_ChairRecord::set_wchairid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_wchairid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_ChairRecord.wChairId)
- }
-
- // uint32 dwUserId = 2;
- inline void pb_ChairRecord::clear_dwuserid() {
- dwuserid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_ChairRecord::_internal_dwuserid() const {
- return dwuserid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 pb_ChairRecord::dwuserid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_ChairRecord.dwUserId)
- return _internal_dwuserid();
- }
- inline void pb_ChairRecord::_internal_set_dwuserid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- dwuserid_ = value;
- }
- inline void pb_ChairRecord::set_dwuserid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_dwuserid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_ChairRecord.dwUserId)
- }
-
- // string userName = 3;
- inline void pb_ChairRecord::clear_username() {
- username_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline const std::string& pb_ChairRecord::username() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_ChairRecord.userName)
- return _internal_username();
- }
- inline void pb_ChairRecord::set_username(const std::string& value) {
- _internal_set_username(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_ChairRecord.userName)
- }
- inline std::string* pb_ChairRecord::mutable_username() {
- // @@protoc_insertion_point(field_mutable:RecordPacket.pb_ChairRecord.userName)
- return _internal_mutable_username();
- }
- inline const std::string& pb_ChairRecord::_internal_username() const {
- return username_.GetNoArena();
- }
- inline void pb_ChairRecord::_internal_set_username(const std::string& value) {
-
- username_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
- }
- inline void pb_ChairRecord::set_username(std::string&& value) {
-
- username_.SetNoArena(
- &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:RecordPacket.pb_ChairRecord.userName)
- }
- inline void pb_ChairRecord::set_username(const char* value) {
- GOOGLE_DCHECK(value != nullptr);
-
- username_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:RecordPacket.pb_ChairRecord.userName)
- }
- inline void pb_ChairRecord::set_username(const char* value, size_t size) {
-
- username_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:RecordPacket.pb_ChairRecord.userName)
- }
- inline std::string* pb_ChairRecord::_internal_mutable_username() {
-
- return username_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline std::string* pb_ChairRecord::release_username() {
- // @@protoc_insertion_point(field_release:RecordPacket.pb_ChairRecord.userName)
-
- return username_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline void pb_ChairRecord::set_allocated_username(std::string* username) {
- if (username != nullptr) {
-
- } else {
-
- }
- username_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), username);
- // @@protoc_insertion_point(field_set_allocated:RecordPacket.pb_ChairRecord.userName)
- }
-
- // string headUrl = 4;
- inline void pb_ChairRecord::clear_headurl() {
- headurl_.ClearToEmptyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline const std::string& pb_ChairRecord::headurl() const {
- // @@protoc_insertion_point(field_get:RecordPacket.pb_ChairRecord.headUrl)
- return _internal_headurl();
- }
- inline void pb_ChairRecord::set_headurl(const std::string& value) {
- _internal_set_headurl(value);
- // @@protoc_insertion_point(field_set:RecordPacket.pb_ChairRecord.headUrl)
- }
- inline std::string* pb_ChairRecord::mutable_headurl() {
- // @@protoc_insertion_point(field_mutable:RecordPacket.pb_ChairRecord.headUrl)
- return _internal_mutable_headurl();
- }
- inline const std::string& pb_ChairRecord::_internal_headurl() const {
- return headurl_.GetNoArena();
- }
- inline void pb_ChairRecord::_internal_set_headurl(const std::string& value) {
-
- headurl_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value);
- }
- inline void pb_ChairRecord::set_headurl(std::string&& value) {
-
- headurl_.SetNoArena(
- &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:RecordPacket.pb_ChairRecord.headUrl)
- }
- inline void pb_ChairRecord::set_headurl(const char* value) {
- GOOGLE_DCHECK(value != nullptr);
-
- headurl_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:RecordPacket.pb_ChairRecord.headUrl)
- }
- inline void pb_ChairRecord::set_headurl(const char* value, size_t size) {
-
- headurl_.SetNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
- ::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:RecordPacket.pb_ChairRecord.headUrl)
- }
- inline std::string* pb_ChairRecord::_internal_mutable_headurl() {
-
- return headurl_.MutableNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline std::string* pb_ChairRecord::release_headurl() {
- // @@protoc_insertion_point(field_release:RecordPacket.pb_ChairRecord.headUrl)
-
- return headurl_.ReleaseNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
- }
- inline void pb_ChairRecord::set_allocated_headurl(std::string* headurl) {
- if (headurl != nullptr) {
-
- } else {
-
- }
- headurl_.SetAllocatedNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), headurl);
- // @@protoc_insertion_point(field_set_allocated:RecordPacket.pb_ChairRecord.headUrl)
- }
-
- // -------------------------------------------------------------------
-
- // PB_CS_S_ReplayRecordResp
-
- // uint32 m_UUID = 1;
- inline void PB_CS_S_ReplayRecordResp::clear_m_uuid() {
- m_uuid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::_internal_m_uuid() const {
- return m_uuid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::m_uuid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_UUID)
- return _internal_m_uuid();
- }
- inline void PB_CS_S_ReplayRecordResp::_internal_set_m_uuid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- m_uuid_ = value;
- }
- inline void PB_CS_S_ReplayRecordResp::set_m_uuid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_m_uuid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.PB_CS_S_ReplayRecordResp.m_UUID)
- }
-
- // uint32 m_startTime = 3;
- inline void PB_CS_S_ReplayRecordResp::clear_m_starttime() {
- m_starttime_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::_internal_m_starttime() const {
- return m_starttime_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::m_starttime() const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_startTime)
- return _internal_m_starttime();
- }
- inline void PB_CS_S_ReplayRecordResp::_internal_set_m_starttime(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- m_starttime_ = value;
- }
- inline void PB_CS_S_ReplayRecordResp::set_m_starttime(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_m_starttime(value);
- // @@protoc_insertion_point(field_set:RecordPacket.PB_CS_S_ReplayRecordResp.m_startTime)
- }
-
- // uint32 m_endTime = 4;
- inline void PB_CS_S_ReplayRecordResp::clear_m_endtime() {
- m_endtime_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::_internal_m_endtime() const {
- return m_endtime_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::m_endtime() const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_endTime)
- return _internal_m_endtime();
- }
- inline void PB_CS_S_ReplayRecordResp::_internal_set_m_endtime(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- m_endtime_ = value;
- }
- inline void PB_CS_S_ReplayRecordResp::set_m_endtime(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_m_endtime(value);
- // @@protoc_insertion_point(field_set:RecordPacket.PB_CS_S_ReplayRecordResp.m_endTime)
- }
-
- // uint32 m_UserId = 5;
- inline void PB_CS_S_ReplayRecordResp::clear_m_userid() {
- m_userid_ = 0u;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::_internal_m_userid() const {
- return m_userid_;
- }
- inline ::PROTOBUF_NAMESPACE_ID::uint32 PB_CS_S_ReplayRecordResp::m_userid() const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_UserId)
- return _internal_m_userid();
- }
- inline void PB_CS_S_ReplayRecordResp::_internal_set_m_userid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
-
- m_userid_ = value;
- }
- inline void PB_CS_S_ReplayRecordResp::set_m_userid(::PROTOBUF_NAMESPACE_ID::uint32 value) {
- _internal_set_m_userid(value);
- // @@protoc_insertion_point(field_set:RecordPacket.PB_CS_S_ReplayRecordResp.m_UserId)
- }
-
- // .RecordPacket.pb_GameConfig m_gameconfig = 6;
- inline bool PB_CS_S_ReplayRecordResp::_internal_has_m_gameconfig() const {
- return this != internal_default_instance() && m_gameconfig_ != nullptr;
- }
- inline bool PB_CS_S_ReplayRecordResp::has_m_gameconfig() const {
- return _internal_has_m_gameconfig();
- }
- inline void PB_CS_S_ReplayRecordResp::clear_m_gameconfig() {
- if (GetArenaNoVirtual() == nullptr && m_gameconfig_ != nullptr) {
- delete m_gameconfig_;
- }
- m_gameconfig_ = nullptr;
- }
- inline const ::RecordPacket::pb_GameConfig& PB_CS_S_ReplayRecordResp::_internal_m_gameconfig() const {
- const ::RecordPacket::pb_GameConfig* p = m_gameconfig_;
- return p != nullptr ? *p : *reinterpret_cast<const ::RecordPacket::pb_GameConfig*>(
- &::RecordPacket::_pb_GameConfig_default_instance_);
- }
- inline const ::RecordPacket::pb_GameConfig& PB_CS_S_ReplayRecordResp::m_gameconfig() const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_gameconfig)
- return _internal_m_gameconfig();
- }
- inline ::RecordPacket::pb_GameConfig* PB_CS_S_ReplayRecordResp::release_m_gameconfig() {
- // @@protoc_insertion_point(field_release:RecordPacket.PB_CS_S_ReplayRecordResp.m_gameconfig)
-
- ::RecordPacket::pb_GameConfig* temp = m_gameconfig_;
- m_gameconfig_ = nullptr;
- return temp;
- }
- inline ::RecordPacket::pb_GameConfig* PB_CS_S_ReplayRecordResp::_internal_mutable_m_gameconfig() {
-
- if (m_gameconfig_ == nullptr) {
- auto* p = CreateMaybeMessage<::RecordPacket::pb_GameConfig>(GetArenaNoVirtual());
- m_gameconfig_ = p;
- }
- return m_gameconfig_;
- }
- inline ::RecordPacket::pb_GameConfig* PB_CS_S_ReplayRecordResp::mutable_m_gameconfig() {
- // @@protoc_insertion_point(field_mutable:RecordPacket.PB_CS_S_ReplayRecordResp.m_gameconfig)
- return _internal_mutable_m_gameconfig();
- }
- inline void PB_CS_S_ReplayRecordResp::set_allocated_m_gameconfig(::RecordPacket::pb_GameConfig* m_gameconfig) {
- ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaNoVirtual();
- if (message_arena == nullptr) {
- delete m_gameconfig_;
- }
- if (m_gameconfig) {
- ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = nullptr;
- if (message_arena != submessage_arena) {
- m_gameconfig = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
- message_arena, m_gameconfig, submessage_arena);
- }
-
- } else {
-
- }
- m_gameconfig_ = m_gameconfig;
- // @@protoc_insertion_point(field_set_allocated:RecordPacket.PB_CS_S_ReplayRecordResp.m_gameconfig)
- }
-
- // repeated .RecordPacket.pb_ChairRecord m_chairList = 7;
- inline int PB_CS_S_ReplayRecordResp::_internal_m_chairlist_size() const {
- return m_chairlist_.size();
- }
- inline int PB_CS_S_ReplayRecordResp::m_chairlist_size() const {
- return _internal_m_chairlist_size();
- }
- inline void PB_CS_S_ReplayRecordResp::clear_m_chairlist() {
- m_chairlist_.Clear();
- }
- inline ::RecordPacket::pb_ChairRecord* PB_CS_S_ReplayRecordResp::mutable_m_chairlist(int index) {
- // @@protoc_insertion_point(field_mutable:RecordPacket.PB_CS_S_ReplayRecordResp.m_chairList)
- return m_chairlist_.Mutable(index);
- }
- inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_ChairRecord >*
- PB_CS_S_ReplayRecordResp::mutable_m_chairlist() {
- // @@protoc_insertion_point(field_mutable_list:RecordPacket.PB_CS_S_ReplayRecordResp.m_chairList)
- return &m_chairlist_;
- }
- inline const ::RecordPacket::pb_ChairRecord& PB_CS_S_ReplayRecordResp::_internal_m_chairlist(int index) const {
- return m_chairlist_.Get(index);
- }
- inline const ::RecordPacket::pb_ChairRecord& PB_CS_S_ReplayRecordResp::m_chairlist(int index) const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.m_chairList)
- return _internal_m_chairlist(index);
- }
- inline ::RecordPacket::pb_ChairRecord* PB_CS_S_ReplayRecordResp::_internal_add_m_chairlist() {
- return m_chairlist_.Add();
- }
- inline ::RecordPacket::pb_ChairRecord* PB_CS_S_ReplayRecordResp::add_m_chairlist() {
- // @@protoc_insertion_point(field_add:RecordPacket.PB_CS_S_ReplayRecordResp.m_chairList)
- return _internal_add_m_chairlist();
- }
- inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_ChairRecord >&
- PB_CS_S_ReplayRecordResp::m_chairlist() const {
- // @@protoc_insertion_point(field_list:RecordPacket.PB_CS_S_ReplayRecordResp.m_chairList)
- return m_chairlist_;
- }
-
- // repeated .RecordPacket.pb_GameRecordPacket pRecordPacket = 8;
- inline int PB_CS_S_ReplayRecordResp::_internal_precordpacket_size() const {
- return precordpacket_.size();
- }
- inline int PB_CS_S_ReplayRecordResp::precordpacket_size() const {
- return _internal_precordpacket_size();
- }
- inline void PB_CS_S_ReplayRecordResp::clear_precordpacket() {
- precordpacket_.Clear();
- }
- inline ::RecordPacket::pb_GameRecordPacket* PB_CS_S_ReplayRecordResp::mutable_precordpacket(int index) {
- // @@protoc_insertion_point(field_mutable:RecordPacket.PB_CS_S_ReplayRecordResp.pRecordPacket)
- return precordpacket_.Mutable(index);
- }
- inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_GameRecordPacket >*
- PB_CS_S_ReplayRecordResp::mutable_precordpacket() {
- // @@protoc_insertion_point(field_mutable_list:RecordPacket.PB_CS_S_ReplayRecordResp.pRecordPacket)
- return &precordpacket_;
- }
- inline const ::RecordPacket::pb_GameRecordPacket& PB_CS_S_ReplayRecordResp::_internal_precordpacket(int index) const {
- return precordpacket_.Get(index);
- }
- inline const ::RecordPacket::pb_GameRecordPacket& PB_CS_S_ReplayRecordResp::precordpacket(int index) const {
- // @@protoc_insertion_point(field_get:RecordPacket.PB_CS_S_ReplayRecordResp.pRecordPacket)
- return _internal_precordpacket(index);
- }
- inline ::RecordPacket::pb_GameRecordPacket* PB_CS_S_ReplayRecordResp::_internal_add_precordpacket() {
- return precordpacket_.Add();
- }
- inline ::RecordPacket::pb_GameRecordPacket* PB_CS_S_ReplayRecordResp::add_precordpacket() {
- // @@protoc_insertion_point(field_add:RecordPacket.PB_CS_S_ReplayRecordResp.pRecordPacket)
- return _internal_add_precordpacket();
- }
- inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::RecordPacket::pb_GameRecordPacket >&
- PB_CS_S_ReplayRecordResp::precordpacket() const {
- // @@protoc_insertion_point(field_list:RecordPacket.PB_CS_S_ReplayRecordResp.pRecordPacket)
- return precordpacket_;
- }
-
- #ifdef __GNUC__
- #pragma GCC diagnostic pop
- #endif // __GNUC__
- // -------------------------------------------------------------------
-
- // -------------------------------------------------------------------
-
- // -------------------------------------------------------------------
-
-
- // @@protoc_insertion_point(namespace_scope)
-
- } // namespace RecordPacket
-
- // @@protoc_insertion_point(global_scope)
-
- #include <google/protobuf/port_undef.inc>
- #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_Pb_5fRecordPacket_2eproto
|