// Generated by the protocol buffer compiler. DO NOT EDIT! // source: client2world_bind_phone.proto #ifndef PROTOBUF_client2world_5fbind_5fphone_2eproto__INCLUDED #define PROTOBUF_client2world_5fbind_5fphone_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_5fbind_5fphone_2eproto(); void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); class packetc2w_req_bind_phone; class packetw2c_req_bind_phone_result; class packetc2w_req_verify_code; class packetw2c_req_verify_code_result; class packetc2w_req_verify_id_card; class packetw2c_req_verify_id_card_result; // =================================================================== class packetc2w_req_bind_phone : public ::google::protobuf::Message { public: packetc2w_req_bind_phone(); virtual ~packetc2w_req_bind_phone(); packetc2w_req_bind_phone(const packetc2w_req_bind_phone& from); inline packetc2w_req_bind_phone& operator=(const packetc2w_req_bind_phone& 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_bind_phone& default_instance(); void Swap(packetc2w_req_bind_phone* other); // implements Message ---------------------------------------------- packetc2w_req_bind_phone* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_req_bind_phone& from); void MergeFrom(const packetc2w_req_bind_phone& 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_bind_phone]; 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 phone = 2; inline bool has_phone() const; inline void clear_phone(); static const int kPhoneFieldNumber = 2; inline const ::std::string& phone() const; inline void set_phone(const ::std::string& value); inline void set_phone(const char* value); inline void set_phone(const char* value, size_t size); inline ::std::string* mutable_phone(); inline ::std::string* release_phone(); inline void set_allocated_phone(::std::string* phone); // optional int32 bindType = 3; inline bool has_bindtype() const; inline void clear_bindtype(); static const int kBindTypeFieldNumber = 3; inline ::google::protobuf::int32 bindtype() const; inline void set_bindtype(::google::protobuf::int32 value); // optional string newPwd = 4; inline bool has_newpwd() const; inline void clear_newpwd(); static const int kNewPwdFieldNumber = 4; inline const ::std::string& newpwd() const; inline void set_newpwd(const ::std::string& value); inline void set_newpwd(const char* value); inline void set_newpwd(const char* value, size_t size); inline ::std::string* mutable_newpwd(); inline ::std::string* release_newpwd(); inline void set_allocated_newpwd(::std::string* newpwd); // optional string name = 5; inline bool has_name() const; inline void clear_name(); static const int kNameFieldNumber = 5; inline const ::std::string& name() const; inline void set_name(const ::std::string& value); inline void set_name(const char* value); inline void set_name(const char* value, size_t size); inline ::std::string* mutable_name(); inline ::std::string* release_name(); inline void set_allocated_name(::std::string* name); // optional string QQ = 6; inline bool has_qq() const; inline void clear_qq(); static const int kQQFieldNumber = 6; inline const ::std::string& qq() const; inline void set_qq(const ::std::string& value); inline void set_qq(const char* value); inline void set_qq(const char* value, size_t size); inline ::std::string* mutable_qq(); inline ::std::string* release_qq(); inline void set_allocated_qq(::std::string* qq); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_bind_phone) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_phone(); inline void clear_has_phone(); inline void set_has_bindtype(); inline void clear_has_bindtype(); inline void set_has_newpwd(); inline void clear_has_newpwd(); inline void set_has_name(); inline void clear_has_name(); inline void set_has_qq(); inline void clear_has_qq(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* phone_; int packet_id_; ::google::protobuf::int32 bindtype_; ::std::string* newpwd_; ::std::string* name_; ::std::string* qq_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetc2w_req_bind_phone* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_req_bind_phone_result : public ::google::protobuf::Message { public: packetw2c_req_bind_phone_result(); virtual ~packetw2c_req_bind_phone_result(); packetw2c_req_bind_phone_result(const packetw2c_req_bind_phone_result& from); inline packetw2c_req_bind_phone_result& operator=(const packetw2c_req_bind_phone_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_bind_phone_result& default_instance(); void Swap(packetw2c_req_bind_phone_result* other); // implements Message ---------------------------------------------- packetw2c_req_bind_phone_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_req_bind_phone_result& from); void MergeFrom(const packetw2c_req_bind_phone_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_bind_phone_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 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // optional int32 bindType = 3; inline bool has_bindtype() const; inline void clear_bindtype(); static const int kBindTypeFieldNumber = 3; inline ::google::protobuf::int32 bindtype() const; inline void set_bindtype(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_bind_phone_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_bindtype(); inline void clear_has_bindtype(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::int32 bindtype_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetw2c_req_bind_phone_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2w_req_verify_code : public ::google::protobuf::Message { public: packetc2w_req_verify_code(); virtual ~packetc2w_req_verify_code(); packetc2w_req_verify_code(const packetc2w_req_verify_code& from); inline packetc2w_req_verify_code& operator=(const packetc2w_req_verify_code& 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_verify_code& default_instance(); void Swap(packetc2w_req_verify_code* other); // implements Message ---------------------------------------------- packetc2w_req_verify_code* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_req_verify_code& from); void MergeFrom(const packetc2w_req_verify_code& 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_verify_code]; 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 code = 2; inline bool has_code() const; inline void clear_code(); static const int kCodeFieldNumber = 2; inline const ::std::string& code() const; inline void set_code(const ::std::string& value); inline void set_code(const char* value); inline void set_code(const char* value, size_t size); inline ::std::string* mutable_code(); inline ::std::string* release_code(); inline void set_allocated_code(::std::string* code); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_verify_code) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_code(); inline void clear_has_code(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* code_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetc2w_req_verify_code* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_req_verify_code_result : public ::google::protobuf::Message { public: packetw2c_req_verify_code_result(); virtual ~packetw2c_req_verify_code_result(); packetw2c_req_verify_code_result(const packetw2c_req_verify_code_result& from); inline packetw2c_req_verify_code_result& operator=(const packetw2c_req_verify_code_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_verify_code_result& default_instance(); void Swap(packetw2c_req_verify_code_result* other); // implements Message ---------------------------------------------- packetw2c_req_verify_code_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_req_verify_code_result& from); void MergeFrom(const packetw2c_req_verify_code_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_verify_code_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 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_verify_code_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetw2c_req_verify_code_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2w_req_verify_id_card : public ::google::protobuf::Message { public: packetc2w_req_verify_id_card(); virtual ~packetc2w_req_verify_id_card(); packetc2w_req_verify_id_card(const packetc2w_req_verify_id_card& from); inline packetc2w_req_verify_id_card& operator=(const packetc2w_req_verify_id_card& 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_verify_id_card& default_instance(); void Swap(packetc2w_req_verify_id_card* other); // implements Message ---------------------------------------------- packetc2w_req_verify_id_card* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2w_req_verify_id_card& from); void MergeFrom(const packetc2w_req_verify_id_card& 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_verify_id_card]; 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 name = 2; inline bool has_name() const; inline void clear_name(); static const int kNameFieldNumber = 2; inline const ::std::string& name() const; inline void set_name(const ::std::string& value); inline void set_name(const char* value); inline void set_name(const char* value, size_t size); inline ::std::string* mutable_name(); inline ::std::string* release_name(); inline void set_allocated_name(::std::string* name); // optional string idnumber = 3; inline bool has_idnumber() const; inline void clear_idnumber(); static const int kIdnumberFieldNumber = 3; inline const ::std::string& idnumber() const; inline void set_idnumber(const ::std::string& value); inline void set_idnumber(const char* value); inline void set_idnumber(const char* value, size_t size); inline ::std::string* mutable_idnumber(); inline ::std::string* release_idnumber(); inline void set_allocated_idnumber(::std::string* idnumber); // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_verify_id_card) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_name(); inline void clear_has_name(); inline void set_has_idnumber(); inline void clear_has_idnumber(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* name_; ::std::string* idnumber_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetc2w_req_verify_id_card* default_instance_; }; // ------------------------------------------------------------------- class packetw2c_req_verify_id_card_result : public ::google::protobuf::Message { public: packetw2c_req_verify_id_card_result(); virtual ~packetw2c_req_verify_id_card_result(); packetw2c_req_verify_id_card_result(const packetw2c_req_verify_id_card_result& from); inline packetw2c_req_verify_id_card_result& operator=(const packetw2c_req_verify_id_card_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_verify_id_card_result& default_instance(); void Swap(packetw2c_req_verify_id_card_result* other); // implements Message ---------------------------------------------- packetw2c_req_verify_id_card_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetw2c_req_verify_id_card_result& from); void MergeFrom(const packetw2c_req_verify_id_card_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_verify_id_card_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 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_verify_id_card_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_AssignDesc_client2world_5fbind_5fphone_2eproto(); friend void protobuf_ShutdownFile_client2world_5fbind_5fphone_2eproto(); void InitAsDefaultInstance(); static packetw2c_req_verify_id_card_result* default_instance_; }; // =================================================================== // =================================================================== // packetc2w_req_bind_phone // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_bind_phone]; inline bool packetc2w_req_bind_phone::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_req_bind_phone::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_req_bind_phone::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_req_bind_phone::clear_packet_id() { packet_id_ = 5039; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_req_bind_phone::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_req_bind_phone::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 phone = 2; inline bool packetc2w_req_bind_phone::has_phone() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2w_req_bind_phone::set_has_phone() { _has_bits_[0] |= 0x00000002u; } inline void packetc2w_req_bind_phone::clear_has_phone() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2w_req_bind_phone::clear_phone() { if (phone_ != &::google::protobuf::internal::kEmptyString) { phone_->clear(); } clear_has_phone(); } inline const ::std::string& packetc2w_req_bind_phone::phone() const { return *phone_; } inline void packetc2w_req_bind_phone::set_phone(const ::std::string& value) { set_has_phone(); if (phone_ == &::google::protobuf::internal::kEmptyString) { phone_ = new ::std::string; } phone_->assign(value); } inline void packetc2w_req_bind_phone::set_phone(const char* value) { set_has_phone(); if (phone_ == &::google::protobuf::internal::kEmptyString) { phone_ = new ::std::string; } phone_->assign(value); } inline void packetc2w_req_bind_phone::set_phone(const char* value, size_t size) { set_has_phone(); if (phone_ == &::google::protobuf::internal::kEmptyString) { phone_ = new ::std::string; } phone_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_bind_phone::mutable_phone() { set_has_phone(); if (phone_ == &::google::protobuf::internal::kEmptyString) { phone_ = new ::std::string; } return phone_; } inline ::std::string* packetc2w_req_bind_phone::release_phone() { clear_has_phone(); if (phone_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = phone_; phone_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_bind_phone::set_allocated_phone(::std::string* phone) { if (phone_ != &::google::protobuf::internal::kEmptyString) { delete phone_; } if (phone) { set_has_phone(); phone_ = phone; } else { clear_has_phone(); phone_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional int32 bindType = 3; inline bool packetc2w_req_bind_phone::has_bindtype() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetc2w_req_bind_phone::set_has_bindtype() { _has_bits_[0] |= 0x00000004u; } inline void packetc2w_req_bind_phone::clear_has_bindtype() { _has_bits_[0] &= ~0x00000004u; } inline void packetc2w_req_bind_phone::clear_bindtype() { bindtype_ = 0; clear_has_bindtype(); } inline ::google::protobuf::int32 packetc2w_req_bind_phone::bindtype() const { return bindtype_; } inline void packetc2w_req_bind_phone::set_bindtype(::google::protobuf::int32 value) { set_has_bindtype(); bindtype_ = value; } // optional string newPwd = 4; inline bool packetc2w_req_bind_phone::has_newpwd() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void packetc2w_req_bind_phone::set_has_newpwd() { _has_bits_[0] |= 0x00000008u; } inline void packetc2w_req_bind_phone::clear_has_newpwd() { _has_bits_[0] &= ~0x00000008u; } inline void packetc2w_req_bind_phone::clear_newpwd() { if (newpwd_ != &::google::protobuf::internal::kEmptyString) { newpwd_->clear(); } clear_has_newpwd(); } inline const ::std::string& packetc2w_req_bind_phone::newpwd() const { return *newpwd_; } inline void packetc2w_req_bind_phone::set_newpwd(const ::std::string& value) { set_has_newpwd(); if (newpwd_ == &::google::protobuf::internal::kEmptyString) { newpwd_ = new ::std::string; } newpwd_->assign(value); } inline void packetc2w_req_bind_phone::set_newpwd(const char* value) { set_has_newpwd(); if (newpwd_ == &::google::protobuf::internal::kEmptyString) { newpwd_ = new ::std::string; } newpwd_->assign(value); } inline void packetc2w_req_bind_phone::set_newpwd(const char* value, size_t size) { set_has_newpwd(); if (newpwd_ == &::google::protobuf::internal::kEmptyString) { newpwd_ = new ::std::string; } newpwd_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_bind_phone::mutable_newpwd() { set_has_newpwd(); if (newpwd_ == &::google::protobuf::internal::kEmptyString) { newpwd_ = new ::std::string; } return newpwd_; } inline ::std::string* packetc2w_req_bind_phone::release_newpwd() { clear_has_newpwd(); if (newpwd_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = newpwd_; newpwd_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_bind_phone::set_allocated_newpwd(::std::string* newpwd) { if (newpwd_ != &::google::protobuf::internal::kEmptyString) { delete newpwd_; } if (newpwd) { set_has_newpwd(); newpwd_ = newpwd; } else { clear_has_newpwd(); newpwd_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional string name = 5; inline bool packetc2w_req_bind_phone::has_name() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void packetc2w_req_bind_phone::set_has_name() { _has_bits_[0] |= 0x00000010u; } inline void packetc2w_req_bind_phone::clear_has_name() { _has_bits_[0] &= ~0x00000010u; } inline void packetc2w_req_bind_phone::clear_name() { if (name_ != &::google::protobuf::internal::kEmptyString) { name_->clear(); } clear_has_name(); } inline const ::std::string& packetc2w_req_bind_phone::name() const { return *name_; } inline void packetc2w_req_bind_phone::set_name(const ::std::string& value) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(value); } inline void packetc2w_req_bind_phone::set_name(const char* value) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(value); } inline void packetc2w_req_bind_phone::set_name(const char* value, size_t size) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_bind_phone::mutable_name() { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } return name_; } inline ::std::string* packetc2w_req_bind_phone::release_name() { clear_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = name_; name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_bind_phone::set_allocated_name(::std::string* name) { if (name_ != &::google::protobuf::internal::kEmptyString) { delete name_; } if (name) { set_has_name(); name_ = name; } else { clear_has_name(); name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional string QQ = 6; inline bool packetc2w_req_bind_phone::has_qq() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void packetc2w_req_bind_phone::set_has_qq() { _has_bits_[0] |= 0x00000020u; } inline void packetc2w_req_bind_phone::clear_has_qq() { _has_bits_[0] &= ~0x00000020u; } inline void packetc2w_req_bind_phone::clear_qq() { if (qq_ != &::google::protobuf::internal::kEmptyString) { qq_->clear(); } clear_has_qq(); } inline const ::std::string& packetc2w_req_bind_phone::qq() const { return *qq_; } inline void packetc2w_req_bind_phone::set_qq(const ::std::string& value) { set_has_qq(); if (qq_ == &::google::protobuf::internal::kEmptyString) { qq_ = new ::std::string; } qq_->assign(value); } inline void packetc2w_req_bind_phone::set_qq(const char* value) { set_has_qq(); if (qq_ == &::google::protobuf::internal::kEmptyString) { qq_ = new ::std::string; } qq_->assign(value); } inline void packetc2w_req_bind_phone::set_qq(const char* value, size_t size) { set_has_qq(); if (qq_ == &::google::protobuf::internal::kEmptyString) { qq_ = new ::std::string; } qq_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_bind_phone::mutable_qq() { set_has_qq(); if (qq_ == &::google::protobuf::internal::kEmptyString) { qq_ = new ::std::string; } return qq_; } inline ::std::string* packetc2w_req_bind_phone::release_qq() { clear_has_qq(); if (qq_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = qq_; qq_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_bind_phone::set_allocated_qq(::std::string* qq) { if (qq_ != &::google::protobuf::internal::kEmptyString) { delete qq_; } if (qq) { set_has_qq(); qq_ = qq; } else { clear_has_qq(); qq_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // ------------------------------------------------------------------- // packetw2c_req_bind_phone_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_bind_phone_result]; inline bool packetw2c_req_bind_phone_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_req_bind_phone_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_req_bind_phone_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_req_bind_phone_result::clear_packet_id() { packet_id_ = 7542; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_req_bind_phone_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_req_bind_phone_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 result = 2; inline bool packetw2c_req_bind_phone_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_req_bind_phone_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_req_bind_phone_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_req_bind_phone_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetw2c_req_bind_phone_result::result() const { return result_; } inline void packetw2c_req_bind_phone_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // optional int32 bindType = 3; inline bool packetw2c_req_bind_phone_result::has_bindtype() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetw2c_req_bind_phone_result::set_has_bindtype() { _has_bits_[0] |= 0x00000004u; } inline void packetw2c_req_bind_phone_result::clear_has_bindtype() { _has_bits_[0] &= ~0x00000004u; } inline void packetw2c_req_bind_phone_result::clear_bindtype() { bindtype_ = 0; clear_has_bindtype(); } inline ::google::protobuf::int32 packetw2c_req_bind_phone_result::bindtype() const { return bindtype_; } inline void packetw2c_req_bind_phone_result::set_bindtype(::google::protobuf::int32 value) { set_has_bindtype(); bindtype_ = value; } // ------------------------------------------------------------------- // packetc2w_req_verify_code // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_verify_code]; inline bool packetc2w_req_verify_code::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_req_verify_code::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_req_verify_code::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_req_verify_code::clear_packet_id() { packet_id_ = 5040; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_req_verify_code::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_req_verify_code::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 code = 2; inline bool packetc2w_req_verify_code::has_code() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2w_req_verify_code::set_has_code() { _has_bits_[0] |= 0x00000002u; } inline void packetc2w_req_verify_code::clear_has_code() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2w_req_verify_code::clear_code() { if (code_ != &::google::protobuf::internal::kEmptyString) { code_->clear(); } clear_has_code(); } inline const ::std::string& packetc2w_req_verify_code::code() const { return *code_; } inline void packetc2w_req_verify_code::set_code(const ::std::string& value) { set_has_code(); if (code_ == &::google::protobuf::internal::kEmptyString) { code_ = new ::std::string; } code_->assign(value); } inline void packetc2w_req_verify_code::set_code(const char* value) { set_has_code(); if (code_ == &::google::protobuf::internal::kEmptyString) { code_ = new ::std::string; } code_->assign(value); } inline void packetc2w_req_verify_code::set_code(const char* value, size_t size) { set_has_code(); if (code_ == &::google::protobuf::internal::kEmptyString) { code_ = new ::std::string; } code_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_verify_code::mutable_code() { set_has_code(); if (code_ == &::google::protobuf::internal::kEmptyString) { code_ = new ::std::string; } return code_; } inline ::std::string* packetc2w_req_verify_code::release_code() { clear_has_code(); if (code_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = code_; code_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_verify_code::set_allocated_code(::std::string* code) { if (code_ != &::google::protobuf::internal::kEmptyString) { delete code_; } if (code) { set_has_code(); code_ = code; } else { clear_has_code(); code_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // ------------------------------------------------------------------- // packetw2c_req_verify_code_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_verify_code_result]; inline bool packetw2c_req_verify_code_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_req_verify_code_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_req_verify_code_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_req_verify_code_result::clear_packet_id() { packet_id_ = 7543; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_req_verify_code_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_req_verify_code_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 result = 2; inline bool packetw2c_req_verify_code_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_req_verify_code_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_req_verify_code_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_req_verify_code_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetw2c_req_verify_code_result::result() const { return result_; } inline void packetw2c_req_verify_code_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // ------------------------------------------------------------------- // packetc2w_req_verify_id_card // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_verify_id_card]; inline bool packetc2w_req_verify_id_card::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2w_req_verify_id_card::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2w_req_verify_id_card::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2w_req_verify_id_card::clear_packet_id() { packet_id_ = 5061; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetc2w_req_verify_id_card::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetc2w_req_verify_id_card::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 name = 2; inline bool packetc2w_req_verify_id_card::has_name() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2w_req_verify_id_card::set_has_name() { _has_bits_[0] |= 0x00000002u; } inline void packetc2w_req_verify_id_card::clear_has_name() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2w_req_verify_id_card::clear_name() { if (name_ != &::google::protobuf::internal::kEmptyString) { name_->clear(); } clear_has_name(); } inline const ::std::string& packetc2w_req_verify_id_card::name() const { return *name_; } inline void packetc2w_req_verify_id_card::set_name(const ::std::string& value) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(value); } inline void packetc2w_req_verify_id_card::set_name(const char* value) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(value); } inline void packetc2w_req_verify_id_card::set_name(const char* value, size_t size) { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } name_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_verify_id_card::mutable_name() { set_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { name_ = new ::std::string; } return name_; } inline ::std::string* packetc2w_req_verify_id_card::release_name() { clear_has_name(); if (name_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = name_; name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_verify_id_card::set_allocated_name(::std::string* name) { if (name_ != &::google::protobuf::internal::kEmptyString) { delete name_; } if (name) { set_has_name(); name_ = name; } else { clear_has_name(); name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional string idnumber = 3; inline bool packetc2w_req_verify_id_card::has_idnumber() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetc2w_req_verify_id_card::set_has_idnumber() { _has_bits_[0] |= 0x00000004u; } inline void packetc2w_req_verify_id_card::clear_has_idnumber() { _has_bits_[0] &= ~0x00000004u; } inline void packetc2w_req_verify_id_card::clear_idnumber() { if (idnumber_ != &::google::protobuf::internal::kEmptyString) { idnumber_->clear(); } clear_has_idnumber(); } inline const ::std::string& packetc2w_req_verify_id_card::idnumber() const { return *idnumber_; } inline void packetc2w_req_verify_id_card::set_idnumber(const ::std::string& value) { set_has_idnumber(); if (idnumber_ == &::google::protobuf::internal::kEmptyString) { idnumber_ = new ::std::string; } idnumber_->assign(value); } inline void packetc2w_req_verify_id_card::set_idnumber(const char* value) { set_has_idnumber(); if (idnumber_ == &::google::protobuf::internal::kEmptyString) { idnumber_ = new ::std::string; } idnumber_->assign(value); } inline void packetc2w_req_verify_id_card::set_idnumber(const char* value, size_t size) { set_has_idnumber(); if (idnumber_ == &::google::protobuf::internal::kEmptyString) { idnumber_ = new ::std::string; } idnumber_->assign(reinterpret_cast(value), size); } inline ::std::string* packetc2w_req_verify_id_card::mutable_idnumber() { set_has_idnumber(); if (idnumber_ == &::google::protobuf::internal::kEmptyString) { idnumber_ = new ::std::string; } return idnumber_; } inline ::std::string* packetc2w_req_verify_id_card::release_idnumber() { clear_has_idnumber(); if (idnumber_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = idnumber_; idnumber_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void packetc2w_req_verify_id_card::set_allocated_idnumber(::std::string* idnumber) { if (idnumber_ != &::google::protobuf::internal::kEmptyString) { delete idnumber_; } if (idnumber) { set_has_idnumber(); idnumber_ = idnumber; } else { clear_has_idnumber(); idnumber_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // ------------------------------------------------------------------- // packetw2c_req_verify_id_card_result // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_verify_id_card_result]; inline bool packetw2c_req_verify_id_card_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetw2c_req_verify_id_card_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetw2c_req_verify_id_card_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetw2c_req_verify_id_card_result::clear_packet_id() { packet_id_ = 7565; clear_has_packet_id(); } inline ::client2world_protocols::e_server_msg_type packetw2c_req_verify_id_card_result::packet_id() const { return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_); } inline void packetw2c_req_verify_id_card_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 result = 2; inline bool packetw2c_req_verify_id_card_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetw2c_req_verify_id_card_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetw2c_req_verify_id_card_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetw2c_req_verify_id_card_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetw2c_req_verify_id_card_result::result() const { return result_; } inline void packetw2c_req_verify_id_card_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // @@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_5fbind_5fphone_2eproto__INCLUDED