// Generated by the protocol buffer compiler. DO NOT EDIT! // source: client2world_player_property.proto #ifndef PROTOBUF_client2world_5fplayer_5fproperty_2eproto__INCLUDED #define PROTOBUF_client2world_5fplayer_5fproperty_2eproto__INCLUDED #include #include #if GOOGLE_PROTOBUF_VERSION < 2005000 #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 2005000 < GOOGLE_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 #include #include #include #include #include "client2world_msg_type.pb.h" #include "msg_type_def.pb.h" #include "msg_info_def.pb.h" // @@protoc_insertion_point(includes) namespace client2world_protocols { // Internal implementation detail -- do not call these. void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); class packetc2w_update_nickname; class packetw2c_update_nickname_result; class packetc2w_req_self_record; class packetw2c_req_self_record_result; class packetc2w_finish_one_new_guild; class packetw2c_finish_one_new_guild_result; class packetc2w_req_last_rechargelist; class packetw2c_req_last_rechargelist_result; // =================================================================== class packetc2w_update_nickname : public ::google::protobuf::Message { public: packetc2w_update_nickname(); virtual ~packetc2w_update_nickname(); packetc2w_update_nickname(const packetc2w_update_nickname& from); inline packetc2w_update_nickname& operator=(const packetc2w_update_nickname& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2w_update_nickname& default_instance(); void Swap(packetc2w_update_nickname* other); // implements Message ---------------------------------------------- packetc2w_update_nickname* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_update_nickname& from); void MergeFrom(const packetc2w_update_nickname& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_update_nickname]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // optional string nickName = 2; inline bool has_nickname() const; inline void clear_nickname(); static const int kNickNameFieldNumber = 2; inline const ::std::string& nickname() const; inline void set_nickname(const ::std::string& value); inline void set_nickname(const char* value); inline void set_nickname(const char* value, size_t size); inline ::std::string* mutable_nickname(); inline ::std::string* release_nickname(); inline void set_allocated_nickname(::std::string* nickname); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_update_nickname) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_nickname(); inline void clear_has_nickname(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* nickname_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetc2w_update_nickname* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_update_nickname_result : public ::google::protobuf::Message { public: packetw2c_update_nickname_result(); virtual ~packetw2c_update_nickname_result(); packetw2c_update_nickname_result(const packetw2c_update_nickname_result& from); inline packetw2c_update_nickname_result& operator=(const packetw2c_update_nickname_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetw2c_update_nickname_result& default_instance(); void Swap(packetw2c_update_nickname_result* other); // implements Message ---------------------------------------------- packetw2c_update_nickname_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_update_nickname_result& from); void MergeFrom(const packetw2c_update_nickname_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_update_nickname_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // optional string nickName = 2; inline bool has_nickname() const; inline void clear_nickname(); static const int kNickNameFieldNumber = 2; inline const ::std::string& nickname() const; inline void set_nickname(const ::std::string& value); inline void set_nickname(const char* value); inline void set_nickname(const char* value, size_t size); inline ::std::string* mutable_nickname(); inline ::std::string* release_nickname(); inline void set_allocated_nickname(::std::string* nickname); // optional int32 result = 3; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 3; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_update_nickname_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_nickname(); inline void clear_has_nickname(); inline void set_has_result(); inline void clear_has_result(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* nickname_; int packet_id_; ::google::protobuf::int32 result_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetw2c_update_nickname_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2w_req_self_record : public ::google::protobuf::Message { public: packetc2w_req_self_record(); virtual ~packetc2w_req_self_record(); packetc2w_req_self_record(const packetc2w_req_self_record& from); inline packetc2w_req_self_record& operator=(const packetc2w_req_self_record& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2w_req_self_record& default_instance(); void Swap(packetc2w_req_self_record* other); // implements Message ---------------------------------------------- packetc2w_req_self_record* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_req_self_record& from); void MergeFrom(const packetc2w_req_self_record& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_self_record]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_self_record) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetc2w_req_self_record* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_req_self_record_result : public ::google::protobuf::Message { public: packetw2c_req_self_record_result(); virtual ~packetw2c_req_self_record_result(); packetw2c_req_self_record_result(const packetw2c_req_self_record_result& from); inline packetw2c_req_self_record_result& operator=(const packetw2c_req_self_record_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetw2c_req_self_record_result& default_instance(); void Swap(packetw2c_req_self_record_result* other); // implements Message ---------------------------------------------- packetw2c_req_self_record_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_req_self_record_result& from); void MergeFrom(const packetw2c_req_self_record_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_self_record_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // optional int32 maxCoin = 2; inline bool has_maxcoin() const; inline void clear_maxcoin(); static const int kMaxCoinFieldNumber = 2; inline ::google::protobuf::int32 maxcoin() const; inline void set_maxcoin(::google::protobuf::int32 value); // optional int32 maxDiamond = 3; inline bool has_maxdiamond() const; inline void clear_maxdiamond(); static const int kMaxDiamondFieldNumber = 3; inline ::google::protobuf::int32 maxdiamond() const; inline void set_maxdiamond(::google::protobuf::int32 value); // optional int32 maxTicket = 4; inline bool has_maxticket() const; inline void clear_maxticket(); static const int kMaxTicketFieldNumber = 4; inline ::google::protobuf::int32 maxticket() const; inline void set_maxticket(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_self_record_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_maxcoin(); inline void clear_has_maxcoin(); inline void set_has_maxdiamond(); inline void clear_has_maxdiamond(); inline void set_has_maxticket(); inline void clear_has_maxticket(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 maxcoin_; ::google::protobuf::int32 maxdiamond_; ::google::protobuf::int32 maxticket_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetw2c_req_self_record_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2w_finish_one_new_guild : public ::google::protobuf::Message { public: packetc2w_finish_one_new_guild(); virtual ~packetc2w_finish_one_new_guild(); packetc2w_finish_one_new_guild(const packetc2w_finish_one_new_guild& from); inline packetc2w_finish_one_new_guild& operator=(const packetc2w_finish_one_new_guild& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2w_finish_one_new_guild& default_instance(); void Swap(packetc2w_finish_one_new_guild* other); // implements Message ---------------------------------------------- packetc2w_finish_one_new_guild* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_finish_one_new_guild& from); void MergeFrom(const packetc2w_finish_one_new_guild& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_finish_one_new_guild]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // optional int32 type = 2; inline bool has_type() const; inline void clear_type(); static const int kTypeFieldNumber = 2; inline ::google::protobuf::int32 type() const; inline void set_type(::google::protobuf::int32 value); // optional int32 stepId = 3; inline bool has_stepid() const; inline void clear_stepid(); static const int kStepIdFieldNumber = 3; inline ::google::protobuf::int32 stepid() const; inline void set_stepid(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_finish_one_new_guild) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_type(); inline void clear_has_type(); inline void set_has_stepid(); inline void clear_has_stepid(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 type_; ::google::protobuf::int32 stepid_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetc2w_finish_one_new_guild* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_finish_one_new_guild_result : public ::google::protobuf::Message { public: packetw2c_finish_one_new_guild_result(); virtual ~packetw2c_finish_one_new_guild_result(); packetw2c_finish_one_new_guild_result(const packetw2c_finish_one_new_guild_result& from); inline packetw2c_finish_one_new_guild_result& operator=(const packetw2c_finish_one_new_guild_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetw2c_finish_one_new_guild_result& default_instance(); void Swap(packetw2c_finish_one_new_guild_result* other); // implements Message ---------------------------------------------- packetw2c_finish_one_new_guild_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_finish_one_new_guild_result& from); void MergeFrom(const packetw2c_finish_one_new_guild_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_finish_one_new_guild_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // optional int32 type = 2; inline bool has_type() const; inline void clear_type(); static const int kTypeFieldNumber = 2; inline ::google::protobuf::int32 type() const; inline void set_type(::google::protobuf::int32 value); // optional int32 stepId = 3; inline bool has_stepid() const; inline void clear_stepid(); static const int kStepIdFieldNumber = 3; inline ::google::protobuf::int32 stepid() const; inline void set_stepid(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_finish_one_new_guild_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_type(); inline void clear_has_type(); inline void set_has_stepid(); inline void clear_has_stepid(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 type_; ::google::protobuf::int32 stepid_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetw2c_finish_one_new_guild_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2w_req_last_rechargelist : public ::google::protobuf::Message { public: packetc2w_req_last_rechargelist(); virtual ~packetc2w_req_last_rechargelist(); packetc2w_req_last_rechargelist(const packetc2w_req_last_rechargelist& from); inline packetc2w_req_last_rechargelist& operator=(const packetc2w_req_last_rechargelist& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2w_req_last_rechargelist& default_instance(); void Swap(packetc2w_req_last_rechargelist* other); // implements Message ---------------------------------------------- packetc2w_req_last_rechargelist* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_req_last_rechargelist& from); void MergeFrom(const packetc2w_req_last_rechargelist& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_last_rechargelist]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_last_rechargelist) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetc2w_req_last_rechargelist* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_req_last_rechargelist_result : public ::google::protobuf::Message { public: packetw2c_req_last_rechargelist_result(); virtual ~packetw2c_req_last_rechargelist_result(); packetw2c_req_last_rechargelist_result(const packetw2c_req_last_rechargelist_result& from); inline packetw2c_req_last_rechargelist_result& operator=(const packetw2c_req_last_rechargelist_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetw2c_req_last_rechargelist_result& default_instance(); void Swap(packetw2c_req_last_rechargelist_result* other); // implements Message ---------------------------------------------- packetw2c_req_last_rechargelist_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_req_last_rechargelist_result& from); void MergeFrom(const packetw2c_req_last_rechargelist_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_last_rechargelist_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::client2world_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::client2world_protocols::e_server_msg_type value); // repeated int32 goldPayIdList = 2; inline int goldpayidlist_size() const; inline void clear_goldpayidlist(); static const int kGoldPayIdListFieldNumber = 2; inline ::google::protobuf::int32 goldpayidlist(int index) const; inline void set_goldpayidlist(int index, ::google::protobuf::int32 value); inline void add_goldpayidlist(::google::protobuf::int32 value); inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& goldpayidlist() const; inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* mutable_goldpayidlist(); // repeated int32 gemPayIdList = 3; inline int gempayidlist_size() const; inline void clear_gempayidlist(); static const int kGemPayIdListFieldNumber = 3; inline ::google::protobuf::int32 gempayidlist(int index) const; inline void set_gempayidlist(int index, ::google::protobuf::int32 value); inline void add_gempayidlist(::google::protobuf::int32 value); inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& gempayidlist() const; inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* mutable_gempayidlist(); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_last_rechargelist_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::google::protobuf::RepeatedField< ::google::protobuf::int32 > goldpayidlist_; ::google::protobuf::RepeatedField< ::google::protobuf::int32 > gempayidlist_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_AssignDesc_client2world_5fplayer_5fproperty_2eproto(); friend void protobuf_ShutdownFile_client2world_5fplayer_5fproperty_2eproto(); void InitAsDefaultInstance(); static packetw2c_req_last_rechargelist_result* default_instance_; }; // =================================================================== // =================================================================== // packetc2w_update_nickname // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_update_nickname]; inline bool packetc2w_update_nickname::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_update_nickname::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_update_nickname::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_update_nickname::clear_packet_id() { packet_id_ = 5011; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_update_nickname::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_update_nickname::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional string nickName = 2; inline bool packetc2w_update_nickname::has_nickname() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2w_update_nickname::set_has_nickname() { _has_bits_[0] |= 0x00000002u; } inline void packetc2w_update_nickname::clear_has_nickname() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2w_update_nickname::clear_nickname() { if (nickname_ != &::google::protobuf::internal::kEmptyString) { nickname_->clear(); } clear_has_nickname(); } inline const ::std::string& packetc2w_update_nickname::nickname() const { return *nickname_; } inline void packetc2w_update_nickname::set_nickname(const ::std::string& value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void packetc2w_update_nickname::set_nickname(const char* value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void packetc2w_update_nickname::set_nickname(const char* value, size_t size) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_update_nickname::mutable_nickname() { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } return nickname_; } inline ::std::string* packetc2w_update_nickname::release_nickname() { clear_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = nickname_; nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_update_nickname::set_allocated_nickname(::std::string* nickname) { if (nickname_ != &::google::protobuf::internal::kEmptyString) { delete nickname_; } if (nickname) { set_has_nickname(); nickname_ = nickname; } else { clear_has_nickname(); nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // ------------------------------------------------------------------- // packetw2c_update_nickname_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_update_nickname_result]; inline bool packetw2c_update_nickname_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_update_nickname_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_update_nickname_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_update_nickname_result::clear_packet_id() { packet_id_ = 7510; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_update_nickname_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_update_nickname_result::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional string nickName = 2; inline bool packetw2c_update_nickname_result::has_nickname() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_update_nickname_result::set_has_nickname() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_update_nickname_result::clear_has_nickname() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_update_nickname_result::clear_nickname() { if (nickname_ != &::google::protobuf::internal::kEmptyString) { nickname_->clear(); } clear_has_nickname(); } inline const ::std::string& packetw2c_update_nickname_result::nickname() const { return *nickname_; } inline void packetw2c_update_nickname_result::set_nickname(const ::std::string& value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void packetw2c_update_nickname_result::set_nickname(const char* value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void packetw2c_update_nickname_result::set_nickname(const char* value, size_t size) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(reinterpret_cast(value), size); } inline ::std::string* packetw2c_update_nickname_result::mutable_nickname() { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } return nickname_; } inline ::std::string* packetw2c_update_nickname_result::release_nickname() { clear_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = nickname_; nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetw2c_update_nickname_result::set_allocated_nickname(::std::string* nickname) { if (nickname_ != &::google::protobuf::internal::kEmptyString) { delete nickname_; } if (nickname) { set_has_nickname(); nickname_ = nickname; } else { clear_has_nickname(); nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional int32 result = 3; inline bool packetw2c_update_nickname_result::has_result() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetw2c_update_nickname_result::set_has_result() { _has_bits_[0] |= 0x00000004u; } inline void packetw2c_update_nickname_result::clear_has_result() { _has_bits_[0] &= ~0x00000004u; } inline void packetw2c_update_nickname_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetw2c_update_nickname_result::result() const { return result_; } inline void packetw2c_update_nickname_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // ------------------------------------------------------------------- // packetc2w_req_self_record // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_self_record]; inline bool packetc2w_req_self_record::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_req_self_record::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_req_self_record::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_req_self_record::clear_packet_id() { packet_id_ = 5033; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_req_self_record::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_req_self_record::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetw2c_req_self_record_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_self_record_result]; inline bool packetw2c_req_self_record_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_req_self_record_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_req_self_record_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_req_self_record_result::clear_packet_id() { packet_id_ = 7535; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_req_self_record_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_req_self_record_result::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 maxCoin = 2; inline bool packetw2c_req_self_record_result::has_maxcoin() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_req_self_record_result::set_has_maxcoin() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_req_self_record_result::clear_has_maxcoin() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_req_self_record_result::clear_maxcoin() { maxcoin_ = 0; clear_has_maxcoin(); } inline ::google::protobuf::int32 packetw2c_req_self_record_result::maxcoin() const { return maxcoin_; } inline void packetw2c_req_self_record_result::set_maxcoin(::google::protobuf::int32 value) { set_has_maxcoin(); maxcoin_ = value; } // optional int32 maxDiamond = 3; inline bool packetw2c_req_self_record_result::has_maxdiamond() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetw2c_req_self_record_result::set_has_maxdiamond() { _has_bits_[0] |= 0x00000004u; } inline void packetw2c_req_self_record_result::clear_has_maxdiamond() { _has_bits_[0] &= ~0x00000004u; } inline void packetw2c_req_self_record_result::clear_maxdiamond() { maxdiamond_ = 0; clear_has_maxdiamond(); } inline ::google::protobuf::int32 packetw2c_req_self_record_result::maxdiamond() const { return maxdiamond_; } inline void packetw2c_req_self_record_result::set_maxdiamond(::google::protobuf::int32 value) { set_has_maxdiamond(); maxdiamond_ = value; } // optional int32 maxTicket = 4; inline bool packetw2c_req_self_record_result::has_maxticket() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void packetw2c_req_self_record_result::set_has_maxticket() { _has_bits_[0] |= 0x00000008u; } inline void packetw2c_req_self_record_result::clear_has_maxticket() { _has_bits_[0] &= ~0x00000008u; } inline void packetw2c_req_self_record_result::clear_maxticket() { maxticket_ = 0; clear_has_maxticket(); } inline ::google::protobuf::int32 packetw2c_req_self_record_result::maxticket() const { return maxticket_; } inline void packetw2c_req_self_record_result::set_maxticket(::google::protobuf::int32 value) { set_has_maxticket(); maxticket_ = value; } // ------------------------------------------------------------------- // packetc2w_finish_one_new_guild // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_finish_one_new_guild]; inline bool packetc2w_finish_one_new_guild::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_finish_one_new_guild::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_finish_one_new_guild::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_finish_one_new_guild::clear_packet_id() { packet_id_ = 5042; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_finish_one_new_guild::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_finish_one_new_guild::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 type = 2; inline bool packetc2w_finish_one_new_guild::has_type() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2w_finish_one_new_guild::set_has_type() { _has_bits_[0] |= 0x00000002u; } inline void packetc2w_finish_one_new_guild::clear_has_type() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2w_finish_one_new_guild::clear_type() { type_ = 0; clear_has_type(); } inline ::google::protobuf::int32 packetc2w_finish_one_new_guild::type() const { return type_; } inline void packetc2w_finish_one_new_guild::set_type(::google::protobuf::int32 value) { set_has_type(); type_ = value; } // optional int32 stepId = 3; inline bool packetc2w_finish_one_new_guild::has_stepid() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetc2w_finish_one_new_guild::set_has_stepid() { _has_bits_[0] |= 0x00000004u; } inline void packetc2w_finish_one_new_guild::clear_has_stepid() { _has_bits_[0] &= ~0x00000004u; } inline void packetc2w_finish_one_new_guild::clear_stepid() { stepid_ = 0; clear_has_stepid(); } inline ::google::protobuf::int32 packetc2w_finish_one_new_guild::stepid() const { return stepid_; } inline void packetc2w_finish_one_new_guild::set_stepid(::google::protobuf::int32 value) { set_has_stepid(); stepid_ = value; } // ------------------------------------------------------------------- // packetw2c_finish_one_new_guild_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_finish_one_new_guild_result]; inline bool packetw2c_finish_one_new_guild_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_finish_one_new_guild_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_finish_one_new_guild_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_finish_one_new_guild_result::clear_packet_id() { packet_id_ = 7545; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_finish_one_new_guild_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_finish_one_new_guild_result::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 type = 2; inline bool packetw2c_finish_one_new_guild_result::has_type() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_finish_one_new_guild_result::set_has_type() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_finish_one_new_guild_result::clear_has_type() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_finish_one_new_guild_result::clear_type() { type_ = 0; clear_has_type(); } inline ::google::protobuf::int32 packetw2c_finish_one_new_guild_result::type() const { return type_; } inline void packetw2c_finish_one_new_guild_result::set_type(::google::protobuf::int32 value) { set_has_type(); type_ = value; } // optional int32 stepId = 3; inline bool packetw2c_finish_one_new_guild_result::has_stepid() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetw2c_finish_one_new_guild_result::set_has_stepid() { _has_bits_[0] |= 0x00000004u; } inline void packetw2c_finish_one_new_guild_result::clear_has_stepid() { _has_bits_[0] &= ~0x00000004u; } inline void packetw2c_finish_one_new_guild_result::clear_stepid() { stepid_ = 0; clear_has_stepid(); } inline ::google::protobuf::int32 packetw2c_finish_one_new_guild_result::stepid() const { return stepid_; } inline void packetw2c_finish_one_new_guild_result::set_stepid(::google::protobuf::int32 value) { set_has_stepid(); stepid_ = value; } // ------------------------------------------------------------------- // packetc2w_req_last_rechargelist // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_last_rechargelist]; inline bool packetc2w_req_last_rechargelist::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_req_last_rechargelist::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_req_last_rechargelist::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_req_last_rechargelist::clear_packet_id() { packet_id_ = 5091; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_req_last_rechargelist::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_req_last_rechargelist::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetw2c_req_last_rechargelist_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_last_rechargelist_result]; inline bool packetw2c_req_last_rechargelist_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_req_last_rechargelist_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_req_last_rechargelist_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_req_last_rechargelist_result::clear_packet_id() { packet_id_ = 7598; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_req_last_rechargelist_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_req_last_rechargelist_result::set_packet_id(::client2world_protocols::e_server_msg_type value) { assert(::client2world_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // repeated int32 goldPayIdList = 2; inline int packetw2c_req_last_rechargelist_result::goldpayidlist_size() const { return goldpayidlist_.size(); } inline void packetw2c_req_last_rechargelist_result::clear_goldpayidlist() { goldpayidlist_.Clear(); } inline ::google::protobuf::int32 packetw2c_req_last_rechargelist_result::goldpayidlist(int index) const { return goldpayidlist_.Get(index); } inline void packetw2c_req_last_rechargelist_result::set_goldpayidlist(int index, ::google::protobuf::int32 value) { goldpayidlist_.Set(index, value); } inline void packetw2c_req_last_rechargelist_result::add_goldpayidlist(::google::protobuf::int32 value) { goldpayidlist_.Add(value); } inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& packetw2c_req_last_rechargelist_result::goldpayidlist() const { return goldpayidlist_; } inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* packetw2c_req_last_rechargelist_result::mutable_goldpayidlist() { return &goldpayidlist_; } // repeated int32 gemPayIdList = 3; inline int packetw2c_req_last_rechargelist_result::gempayidlist_size() const { return gempayidlist_.size(); } inline void packetw2c_req_last_rechargelist_result::clear_gempayidlist() { gempayidlist_.Clear(); } inline ::google::protobuf::int32 packetw2c_req_last_rechargelist_result::gempayidlist(int index) const { return gempayidlist_.Get(index); } inline void packetw2c_req_last_rechargelist_result::set_gempayidlist(int index, ::google::protobuf::int32 value) { gempayidlist_.Set(index, value); } inline void packetw2c_req_last_rechargelist_result::add_gempayidlist(::google::protobuf::int32 value) { gempayidlist_.Add(value); } inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& packetw2c_req_last_rechargelist_result::gempayidlist() const { return gempayidlist_; } inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* packetw2c_req_last_rechargelist_result::mutable_gempayidlist() { return &gempayidlist_; } // @@protoc_insertion_point(namespace_scope) } // namespace client2world_protocols #ifndef SWIG namespace google { namespace protobuf { } // namespace google } // namespace protobuf #endif // SWIG // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_client2world_5fplayer_5fproperty_2eproto__INCLUDED