// Generated by the protocol buffer compiler. DO NOT EDIT! // source: msg.proto #ifndef PROTOBUF_INCLUDED_msg_2eproto #define PROTOBUF_INCLUDED_msg_2eproto #include #include #if GOOGLE_PROTOBUF_VERSION < 3006001 #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 3006001 < 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 #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include // @@protoc_insertion_point(includes) #define PROTOBUF_INTERNAL_EXPORT_protobuf_msg_2eproto namespace protobuf_msg_2eproto { // Internal implementation detail -- do not use these members. struct TableStruct { static const ::google::protobuf::internal::ParseTableField entries[]; static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; static const ::google::protobuf::internal::ParseTable schema[2]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; }; void AddDescriptors(); } // namespace protobuf_msg_2eproto class msg_login; class msg_loginDefaultTypeInternal; extern msg_loginDefaultTypeInternal _msg_login_default_instance_; class msg_register; class msg_registerDefaultTypeInternal; extern msg_registerDefaultTypeInternal _msg_register_default_instance_; namespace google { namespace protobuf { template<> ::msg_login* Arena::CreateMaybeMessage<::msg_login>(Arena*); template<> ::msg_register* Arena::CreateMaybeMessage<::msg_register>(Arena*); } // namespace protobuf } // namespace google // =================================================================== class msg_login : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:msg_login) */ { public: msg_login(); virtual ~msg_login(); msg_login(const msg_login& from); inline msg_login& operator=(const msg_login& from) { CopyFrom(from); return *this; } #if LANG_CXX11 msg_login(msg_login&& from) noexcept : msg_login() { *this = ::std::move(from); } inline msg_login& operator=(msg_login&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif static const ::google::protobuf::Descriptor* descriptor(); static const msg_login& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const msg_login* internal_default_instance() { return reinterpret_cast( &_msg_login_default_instance_); } static constexpr int kIndexInFileMessages = 0; void Swap(msg_login* other); friend void swap(msg_login& a, msg_login& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline msg_login* New() const final { return CreateMaybeMessage(NULL); } msg_login* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const msg_login& from); void MergeFrom(const msg_login& from); void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) final; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const final; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(msg_login* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // string phone = 1; void clear_phone(); static const int kPhoneFieldNumber = 1; const ::std::string& phone() const; void set_phone(const ::std::string& value); #if LANG_CXX11 void set_phone(::std::string&& value); #endif void set_phone(const char* value); void set_phone(const char* value, size_t size); ::std::string* mutable_phone(); ::std::string* release_phone(); void set_allocated_phone(::std::string* phone); // string passwrod = 2; void clear_passwrod(); static const int kPasswrodFieldNumber = 2; const ::std::string& passwrod() const; void set_passwrod(const ::std::string& value); #if LANG_CXX11 void set_passwrod(::std::string&& value); #endif void set_passwrod(const char* value); void set_passwrod(const char* value, size_t size); ::std::string* mutable_passwrod(); ::std::string* release_passwrod(); void set_allocated_passwrod(::std::string* passwrod); // string system = 3; void clear_system(); static const int kSystemFieldNumber = 3; const ::std::string& system() const; void set_system(const ::std::string& value); #if LANG_CXX11 void set_system(::std::string&& value); #endif void set_system(const char* value); void set_system(const char* value, size_t size); ::std::string* mutable_system(); ::std::string* release_system(); void set_allocated_system(::std::string* system); // @@protoc_insertion_point(class_scope:msg_login) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr phone_; ::google::protobuf::internal::ArenaStringPtr passwrod_; ::google::protobuf::internal::ArenaStringPtr system_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::protobuf_msg_2eproto::TableStruct; }; // ------------------------------------------------------------------- class msg_register : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:msg_register) */ { public: msg_register(); virtual ~msg_register(); msg_register(const msg_register& from); inline msg_register& operator=(const msg_register& from) { CopyFrom(from); return *this; } #if LANG_CXX11 msg_register(msg_register&& from) noexcept : msg_register() { *this = ::std::move(from); } inline msg_register& operator=(msg_register&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif static const ::google::protobuf::Descriptor* descriptor(); static const msg_register& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const msg_register* internal_default_instance() { return reinterpret_cast( &_msg_register_default_instance_); } static constexpr int kIndexInFileMessages = 1; void Swap(msg_register* other); friend void swap(msg_register& a, msg_register& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline msg_register* New() const final { return CreateMaybeMessage(NULL); } msg_register* New(::google::protobuf::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; void CopyFrom(const msg_register& from); void MergeFrom(const msg_register& from); void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) final; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const final; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(msg_register* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const final; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // string phone = 1; void clear_phone(); static const int kPhoneFieldNumber = 1; const ::std::string& phone() const; void set_phone(const ::std::string& value); #if LANG_CXX11 void set_phone(::std::string&& value); #endif void set_phone(const char* value); void set_phone(const char* value, size_t size); ::std::string* mutable_phone(); ::std::string* release_phone(); void set_allocated_phone(::std::string* phone); // string name = 2; void clear_name(); static const int kNameFieldNumber = 2; const ::std::string& name() const; void set_name(const ::std::string& value); #if LANG_CXX11 void set_name(::std::string&& value); #endif void set_name(const char* value); void set_name(const char* value, size_t size); ::std::string* mutable_name(); ::std::string* release_name(); void set_allocated_name(::std::string* name); // string passwrod = 4; void clear_passwrod(); static const int kPasswrodFieldNumber = 4; const ::std::string& passwrod() const; void set_passwrod(const ::std::string& value); #if LANG_CXX11 void set_passwrod(::std::string&& value); #endif void set_passwrod(const char* value); void set_passwrod(const char* value, size_t size); ::std::string* mutable_passwrod(); ::std::string* release_passwrod(); void set_allocated_passwrod(::std::string* passwrod); // string vcode = 5; void clear_vcode(); static const int kVcodeFieldNumber = 5; const ::std::string& vcode() const; void set_vcode(const ::std::string& value); #if LANG_CXX11 void set_vcode(::std::string&& value); #endif void set_vcode(const char* value); void set_vcode(const char* value, size_t size); ::std::string* mutable_vcode(); ::std::string* release_vcode(); void set_allocated_vcode(::std::string* vcode); // bool gender = 3; void clear_gender(); static const int kGenderFieldNumber = 3; bool gender() const; void set_gender(bool value); // @@protoc_insertion_point(class_scope:msg_register) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::ArenaStringPtr phone_; ::google::protobuf::internal::ArenaStringPtr name_; ::google::protobuf::internal::ArenaStringPtr passwrod_; ::google::protobuf::internal::ArenaStringPtr vcode_; bool gender_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::protobuf_msg_2eproto::TableStruct; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // msg_login // string phone = 1; inline void msg_login::clear_phone() { phone_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_login::phone() const { // @@protoc_insertion_point(field_get:msg_login.phone) return phone_.GetNoArena(); } inline void msg_login::set_phone(const ::std::string& value) { phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_login.phone) } #if LANG_CXX11 inline void msg_login::set_phone(::std::string&& value) { phone_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_login.phone) } #endif inline void msg_login::set_phone(const char* value) { GOOGLE_DCHECK(value != NULL); phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_login.phone) } inline void msg_login::set_phone(const char* value, size_t size) { phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_login.phone) } inline ::std::string* msg_login::mutable_phone() { // @@protoc_insertion_point(field_mutable:msg_login.phone) return phone_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_login::release_phone() { // @@protoc_insertion_point(field_release:msg_login.phone) return phone_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_login::set_allocated_phone(::std::string* phone) { if (phone != NULL) { } else { } phone_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), phone); // @@protoc_insertion_point(field_set_allocated:msg_login.phone) } // string passwrod = 2; inline void msg_login::clear_passwrod() { passwrod_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_login::passwrod() const { // @@protoc_insertion_point(field_get:msg_login.passwrod) return passwrod_.GetNoArena(); } inline void msg_login::set_passwrod(const ::std::string& value) { passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_login.passwrod) } #if LANG_CXX11 inline void msg_login::set_passwrod(::std::string&& value) { passwrod_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_login.passwrod) } #endif inline void msg_login::set_passwrod(const char* value) { GOOGLE_DCHECK(value != NULL); passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_login.passwrod) } inline void msg_login::set_passwrod(const char* value, size_t size) { passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_login.passwrod) } inline ::std::string* msg_login::mutable_passwrod() { // @@protoc_insertion_point(field_mutable:msg_login.passwrod) return passwrod_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_login::release_passwrod() { // @@protoc_insertion_point(field_release:msg_login.passwrod) return passwrod_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_login::set_allocated_passwrod(::std::string* passwrod) { if (passwrod != NULL) { } else { } passwrod_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), passwrod); // @@protoc_insertion_point(field_set_allocated:msg_login.passwrod) } // string system = 3; inline void msg_login::clear_system() { system_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_login::system() const { // @@protoc_insertion_point(field_get:msg_login.system) return system_.GetNoArena(); } inline void msg_login::set_system(const ::std::string& value) { system_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_login.system) } #if LANG_CXX11 inline void msg_login::set_system(::std::string&& value) { system_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_login.system) } #endif inline void msg_login::set_system(const char* value) { GOOGLE_DCHECK(value != NULL); system_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_login.system) } inline void msg_login::set_system(const char* value, size_t size) { system_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_login.system) } inline ::std::string* msg_login::mutable_system() { // @@protoc_insertion_point(field_mutable:msg_login.system) return system_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_login::release_system() { // @@protoc_insertion_point(field_release:msg_login.system) return system_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_login::set_allocated_system(::std::string* system) { if (system != NULL) { } else { } system_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), system); // @@protoc_insertion_point(field_set_allocated:msg_login.system) } // ------------------------------------------------------------------- // msg_register // string phone = 1; inline void msg_register::clear_phone() { phone_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_register::phone() const { // @@protoc_insertion_point(field_get:msg_register.phone) return phone_.GetNoArena(); } inline void msg_register::set_phone(const ::std::string& value) { phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_register.phone) } #if LANG_CXX11 inline void msg_register::set_phone(::std::string&& value) { phone_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_register.phone) } #endif inline void msg_register::set_phone(const char* value) { GOOGLE_DCHECK(value != NULL); phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_register.phone) } inline void msg_register::set_phone(const char* value, size_t size) { phone_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_register.phone) } inline ::std::string* msg_register::mutable_phone() { // @@protoc_insertion_point(field_mutable:msg_register.phone) return phone_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_register::release_phone() { // @@protoc_insertion_point(field_release:msg_register.phone) return phone_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_register::set_allocated_phone(::std::string* phone) { if (phone != NULL) { } else { } phone_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), phone); // @@protoc_insertion_point(field_set_allocated:msg_register.phone) } // string name = 2; inline void msg_register::clear_name() { name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_register::name() const { // @@protoc_insertion_point(field_get:msg_register.name) return name_.GetNoArena(); } inline void msg_register::set_name(const ::std::string& value) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_register.name) } #if LANG_CXX11 inline void msg_register::set_name(::std::string&& value) { name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_register.name) } #endif inline void msg_register::set_name(const char* value) { GOOGLE_DCHECK(value != NULL); name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_register.name) } inline void msg_register::set_name(const char* value, size_t size) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_register.name) } inline ::std::string* msg_register::mutable_name() { // @@protoc_insertion_point(field_mutable:msg_register.name) return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_register::release_name() { // @@protoc_insertion_point(field_release:msg_register.name) return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_register::set_allocated_name(::std::string* name) { if (name != NULL) { } else { } name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); // @@protoc_insertion_point(field_set_allocated:msg_register.name) } // bool gender = 3; inline void msg_register::clear_gender() { gender_ = false; } inline bool msg_register::gender() const { // @@protoc_insertion_point(field_get:msg_register.gender) return gender_; } inline void msg_register::set_gender(bool value) { gender_ = value; // @@protoc_insertion_point(field_set:msg_register.gender) } // string passwrod = 4; inline void msg_register::clear_passwrod() { passwrod_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_register::passwrod() const { // @@protoc_insertion_point(field_get:msg_register.passwrod) return passwrod_.GetNoArena(); } inline void msg_register::set_passwrod(const ::std::string& value) { passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_register.passwrod) } #if LANG_CXX11 inline void msg_register::set_passwrod(::std::string&& value) { passwrod_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_register.passwrod) } #endif inline void msg_register::set_passwrod(const char* value) { GOOGLE_DCHECK(value != NULL); passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_register.passwrod) } inline void msg_register::set_passwrod(const char* value, size_t size) { passwrod_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_register.passwrod) } inline ::std::string* msg_register::mutable_passwrod() { // @@protoc_insertion_point(field_mutable:msg_register.passwrod) return passwrod_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_register::release_passwrod() { // @@protoc_insertion_point(field_release:msg_register.passwrod) return passwrod_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_register::set_allocated_passwrod(::std::string* passwrod) { if (passwrod != NULL) { } else { } passwrod_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), passwrod); // @@protoc_insertion_point(field_set_allocated:msg_register.passwrod) } // string vcode = 5; inline void msg_register::clear_vcode() { vcode_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline const ::std::string& msg_register::vcode() const { // @@protoc_insertion_point(field_get:msg_register.vcode) return vcode_.GetNoArena(); } inline void msg_register::set_vcode(const ::std::string& value) { vcode_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:msg_register.vcode) } #if LANG_CXX11 inline void msg_register::set_vcode(::std::string&& value) { vcode_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:msg_register.vcode) } #endif inline void msg_register::set_vcode(const char* value) { GOOGLE_DCHECK(value != NULL); vcode_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:msg_register.vcode) } inline void msg_register::set_vcode(const char* value, size_t size) { vcode_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:msg_register.vcode) } inline ::std::string* msg_register::mutable_vcode() { // @@protoc_insertion_point(field_mutable:msg_register.vcode) return vcode_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* msg_register::release_vcode() { // @@protoc_insertion_point(field_release:msg_register.vcode) return vcode_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void msg_register::set_allocated_vcode(::std::string* vcode) { if (vcode != NULL) { } else { } vcode_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), vcode); // @@protoc_insertion_point(field_set_allocated:msg_register.vcode) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_INCLUDED_msg_2eproto