// Generated by the protocol buffer compiler. DO NOT EDIT! // source: terminal_message.proto #ifndef PROTOBUF_INCLUDED_terminal_5fmessage_2eproto #define PROTOBUF_INCLUDED_terminal_5fmessage_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 #include "message_base.pb.h" // @@protoc_insertion_point(includes) #define PROTOBUF_INTERNAL_EXPORT_protobuf_terminal_5fmessage_2eproto namespace protobuf_terminal_5fmessage_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[4]; 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_terminal_5fmessage_2eproto namespace message { class Pickup_command_request_msg; class Pickup_command_request_msgDefaultTypeInternal; extern Pickup_command_request_msgDefaultTypeInternal _Pickup_command_request_msg_default_instance_; class Pickup_command_response_msg; class Pickup_command_response_msgDefaultTypeInternal; extern Pickup_command_response_msgDefaultTypeInternal _Pickup_command_response_msg_default_instance_; class Store_command_request_msg; class Store_command_request_msgDefaultTypeInternal; extern Store_command_request_msgDefaultTypeInternal _Store_command_request_msg_default_instance_; class Store_command_response_msg; class Store_command_response_msgDefaultTypeInternal; extern Store_command_response_msgDefaultTypeInternal _Store_command_response_msg_default_instance_; } // namespace message namespace google { namespace protobuf { template<> ::message::Pickup_command_request_msg* Arena::CreateMaybeMessage<::message::Pickup_command_request_msg>(Arena*); template<> ::message::Pickup_command_response_msg* Arena::CreateMaybeMessage<::message::Pickup_command_response_msg>(Arena*); template<> ::message::Store_command_request_msg* Arena::CreateMaybeMessage<::message::Store_command_request_msg>(Arena*); template<> ::message::Store_command_response_msg* Arena::CreateMaybeMessage<::message::Store_command_response_msg>(Arena*); } // namespace protobuf } // namespace google namespace message { // =================================================================== class Store_command_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Store_command_request_msg) */ { public: Store_command_request_msg(); virtual ~Store_command_request_msg(); Store_command_request_msg(const Store_command_request_msg& from); inline Store_command_request_msg& operator=(const Store_command_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Store_command_request_msg(Store_command_request_msg&& from) noexcept : Store_command_request_msg() { *this = ::std::move(from); } inline Store_command_request_msg& operator=(Store_command_request_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Store_command_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Store_command_request_msg* internal_default_instance() { return reinterpret_cast( &_Store_command_request_msg_default_instance_); } static constexpr int kIndexInFileMessages = 0; void Swap(Store_command_request_msg* other); friend void swap(Store_command_request_msg& a, Store_command_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Store_command_request_msg* New() const final { return CreateMaybeMessage(NULL); } Store_command_request_msg* 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 Store_command_request_msg& from); void MergeFrom(const Store_command_request_msg& 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(Store_command_request_msg* 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 ------------------------------------------------------- // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; private: const ::message::Base_info& _internal_base_info() const; public: const ::message::Base_info& base_info() const; ::message::Base_info* release_base_info(); ::message::Base_info* mutable_base_info(); void set_allocated_base_info(::message::Base_info* base_info); // required .message.Id_struct id_struct = 2; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 2; private: const ::message::Id_struct& _internal_id_struct() const; public: const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Locate_information locate_information = 3; bool has_locate_information() const; void clear_locate_information(); static const int kLocateInformationFieldNumber = 3; private: const ::message::Locate_information& _internal_locate_information() const; public: const ::message::Locate_information& locate_information() const; ::message::Locate_information* release_locate_information(); ::message::Locate_information* mutable_locate_information(); void set_allocated_locate_information(::message::Locate_information* locate_information); // required .message.Car_info car_info = 4; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 4; private: const ::message::Car_info& _internal_car_info() const; public: const ::message::Car_info& car_info() const; ::message::Car_info* release_car_info(); ::message::Car_info* mutable_car_info(); void set_allocated_car_info(::message::Car_info* car_info); // @@protoc_insertion_point(class_scope:message.Store_command_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_id_struct(); void clear_has_id_struct(); void set_has_locate_information(); void clear_has_locate_information(); void set_has_car_info(); void clear_has_car_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Locate_information* locate_information_; ::message::Car_info* car_info_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; }; // ------------------------------------------------------------------- class Store_command_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Store_command_response_msg) */ { public: Store_command_response_msg(); virtual ~Store_command_response_msg(); Store_command_response_msg(const Store_command_response_msg& from); inline Store_command_response_msg& operator=(const Store_command_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Store_command_response_msg(Store_command_response_msg&& from) noexcept : Store_command_response_msg() { *this = ::std::move(from); } inline Store_command_response_msg& operator=(Store_command_response_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Store_command_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Store_command_response_msg* internal_default_instance() { return reinterpret_cast( &_Store_command_response_msg_default_instance_); } static constexpr int kIndexInFileMessages = 1; void Swap(Store_command_response_msg* other); friend void swap(Store_command_response_msg& a, Store_command_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Store_command_response_msg* New() const final { return CreateMaybeMessage(NULL); } Store_command_response_msg* 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 Store_command_response_msg& from); void MergeFrom(const Store_command_response_msg& 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(Store_command_response_msg* 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 ------------------------------------------------------- // optional string license = 4; bool has_license() const; void clear_license(); static const int kLicenseFieldNumber = 4; const ::std::string& license() const; void set_license(const ::std::string& value); #if LANG_CXX11 void set_license(::std::string&& value); #endif void set_license(const char* value); void set_license(const char* value, size_t size); ::std::string* mutable_license(); ::std::string* release_license(); void set_allocated_license(::std::string* license); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; private: const ::message::Base_info& _internal_base_info() const; public: const ::message::Base_info& base_info() const; ::message::Base_info* release_base_info(); ::message::Base_info* mutable_base_info(); void set_allocated_base_info(::message::Base_info* base_info); // required .message.Id_struct id_struct = 2; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 2; private: const ::message::Id_struct& _internal_id_struct() const; public: const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Error_manager code = 3; bool has_code() const; void clear_code(); static const int kCodeFieldNumber = 3; private: const ::message::Error_manager& _internal_code() const; public: const ::message::Error_manager& code() const; ::message::Error_manager* release_code(); ::message::Error_manager* mutable_code(); void set_allocated_code(::message::Error_manager* code); // @@protoc_insertion_point(class_scope:message.Store_command_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_id_struct(); void clear_has_id_struct(); void set_has_code(); void clear_has_code(); void set_has_license(); void clear_has_license(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::internal::ArenaStringPtr license_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Error_manager* code_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; }; // ------------------------------------------------------------------- class Pickup_command_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Pickup_command_request_msg) */ { public: Pickup_command_request_msg(); virtual ~Pickup_command_request_msg(); Pickup_command_request_msg(const Pickup_command_request_msg& from); inline Pickup_command_request_msg& operator=(const Pickup_command_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Pickup_command_request_msg(Pickup_command_request_msg&& from) noexcept : Pickup_command_request_msg() { *this = ::std::move(from); } inline Pickup_command_request_msg& operator=(Pickup_command_request_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Pickup_command_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Pickup_command_request_msg* internal_default_instance() { return reinterpret_cast( &_Pickup_command_request_msg_default_instance_); } static constexpr int kIndexInFileMessages = 2; void Swap(Pickup_command_request_msg* other); friend void swap(Pickup_command_request_msg& a, Pickup_command_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Pickup_command_request_msg* New() const final { return CreateMaybeMessage(NULL); } Pickup_command_request_msg* 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 Pickup_command_request_msg& from); void MergeFrom(const Pickup_command_request_msg& 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(Pickup_command_request_msg* 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 ------------------------------------------------------- // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; private: const ::message::Base_info& _internal_base_info() const; public: const ::message::Base_info& base_info() const; ::message::Base_info* release_base_info(); ::message::Base_info* mutable_base_info(); void set_allocated_base_info(::message::Base_info* base_info); // required .message.Id_struct id_struct = 2; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 2; private: const ::message::Id_struct& _internal_id_struct() const; public: const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Car_info car_info = 4; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 4; private: const ::message::Car_info& _internal_car_info() const; public: const ::message::Car_info& car_info() const; ::message::Car_info* release_car_info(); ::message::Car_info* mutable_car_info(); void set_allocated_car_info(::message::Car_info* car_info); // @@protoc_insertion_point(class_scope:message.Pickup_command_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_id_struct(); void clear_has_id_struct(); void set_has_car_info(); void clear_has_car_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Car_info* car_info_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; }; // ------------------------------------------------------------------- class Pickup_command_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Pickup_command_response_msg) */ { public: Pickup_command_response_msg(); virtual ~Pickup_command_response_msg(); Pickup_command_response_msg(const Pickup_command_response_msg& from); inline Pickup_command_response_msg& operator=(const Pickup_command_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Pickup_command_response_msg(Pickup_command_response_msg&& from) noexcept : Pickup_command_response_msg() { *this = ::std::move(from); } inline Pickup_command_response_msg& operator=(Pickup_command_response_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const Pickup_command_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Pickup_command_response_msg* internal_default_instance() { return reinterpret_cast( &_Pickup_command_response_msg_default_instance_); } static constexpr int kIndexInFileMessages = 3; void Swap(Pickup_command_response_msg* other); friend void swap(Pickup_command_response_msg& a, Pickup_command_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Pickup_command_response_msg* New() const final { return CreateMaybeMessage(NULL); } Pickup_command_response_msg* 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 Pickup_command_response_msg& from); void MergeFrom(const Pickup_command_response_msg& 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(Pickup_command_response_msg* 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 ------------------------------------------------------- // optional string license = 4; bool has_license() const; void clear_license(); static const int kLicenseFieldNumber = 4; const ::std::string& license() const; void set_license(const ::std::string& value); #if LANG_CXX11 void set_license(::std::string&& value); #endif void set_license(const char* value); void set_license(const char* value, size_t size); ::std::string* mutable_license(); ::std::string* release_license(); void set_allocated_license(::std::string* license); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; private: const ::message::Base_info& _internal_base_info() const; public: const ::message::Base_info& base_info() const; ::message::Base_info* release_base_info(); ::message::Base_info* mutable_base_info(); void set_allocated_base_info(::message::Base_info* base_info); // required .message.Id_struct id_struct = 2; bool has_id_struct() const; void clear_id_struct(); static const int kIdStructFieldNumber = 2; private: const ::message::Id_struct& _internal_id_struct() const; public: const ::message::Id_struct& id_struct() const; ::message::Id_struct* release_id_struct(); ::message::Id_struct* mutable_id_struct(); void set_allocated_id_struct(::message::Id_struct* id_struct); // required .message.Error_manager code = 3; bool has_code() const; void clear_code(); static const int kCodeFieldNumber = 3; private: const ::message::Error_manager& _internal_code() const; public: const ::message::Error_manager& code() const; ::message::Error_manager* release_code(); ::message::Error_manager* mutable_code(); void set_allocated_code(::message::Error_manager* code); // @@protoc_insertion_point(class_scope:message.Pickup_command_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_id_struct(); void clear_has_id_struct(); void set_has_code(); void clear_has_code(); void set_has_license(); void clear_has_license(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::internal::ArenaStringPtr license_; ::message::Base_info* base_info_; ::message::Id_struct* id_struct_; ::message::Error_manager* code_; friend struct ::protobuf_terminal_5fmessage_2eproto::TableStruct; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Store_command_request_msg // required .message.Base_info base_info = 1; inline bool Store_command_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Store_command_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Store_command_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Store_command_request_msg::_internal_base_info() const { return *base_info_; } inline const ::message::Base_info& Store_command_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Store_command_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Store_command_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArenaNoVirtual()); base_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.base_info) return base_info_; } inline void Store_command_request_msg::set_allocated_base_info(::message::Base_info* base_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_); } if (base_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { base_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } set_has_base_info(); } else { clear_has_base_info(); } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Store_command_request_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Store_command_request_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Store_command_request_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000002u; } inline void Store_command_request_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Id_struct& Store_command_request_msg::_internal_id_struct() const { return *id_struct_; } inline const ::message::Id_struct& Store_command_request_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Store_command_request_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Store_command_request_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArenaNoVirtual()); id_struct_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.id_struct) return id_struct_; } inline void Store_command_request_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Store_command_request_msg.id_struct) } // required .message.Locate_information locate_information = 3; inline bool Store_command_request_msg::has_locate_information() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Store_command_request_msg::set_has_locate_information() { _has_bits_[0] |= 0x00000004u; } inline void Store_command_request_msg::clear_has_locate_information() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Locate_information& Store_command_request_msg::_internal_locate_information() const { return *locate_information_; } inline const ::message::Locate_information& Store_command_request_msg::locate_information() const { const ::message::Locate_information* p = locate_information_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.locate_information) return p != NULL ? *p : *reinterpret_cast( &::message::_Locate_information_default_instance_); } inline ::message::Locate_information* Store_command_request_msg::release_locate_information() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.locate_information) clear_has_locate_information(); ::message::Locate_information* temp = locate_information_; locate_information_ = NULL; return temp; } inline ::message::Locate_information* Store_command_request_msg::mutable_locate_information() { set_has_locate_information(); if (locate_information_ == NULL) { auto* p = CreateMaybeMessage<::message::Locate_information>(GetArenaNoVirtual()); locate_information_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.locate_information) return locate_information_; } inline void Store_command_request_msg::set_allocated_locate_information(::message::Locate_information* locate_information) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(locate_information_); } if (locate_information) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { locate_information = ::google::protobuf::internal::GetOwnedMessage( message_arena, locate_information, submessage_arena); } set_has_locate_information(); } else { clear_has_locate_information(); } locate_information_ = locate_information; // @@protoc_insertion_point(field_set_allocated:message.Store_command_request_msg.locate_information) } // required .message.Car_info car_info = 4; inline bool Store_command_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Store_command_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000008u; } inline void Store_command_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Car_info& Store_command_request_msg::_internal_car_info() const { return *car_info_; } inline const ::message::Car_info& Store_command_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Store_command_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Store_command_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Store_command_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Store_command_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Car_info>(GetArenaNoVirtual()); car_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_request_msg.car_info) return car_info_; } inline void Store_command_request_msg::set_allocated_car_info(::message::Car_info* car_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(car_info_); } if (car_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { car_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, car_info, submessage_arena); } set_has_car_info(); } else { clear_has_car_info(); } car_info_ = car_info; // @@protoc_insertion_point(field_set_allocated:message.Store_command_request_msg.car_info) } // ------------------------------------------------------------------- // Store_command_response_msg // required .message.Base_info base_info = 1; inline bool Store_command_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Store_command_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Store_command_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Store_command_response_msg::_internal_base_info() const { return *base_info_; } inline const ::message::Base_info& Store_command_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Store_command_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Store_command_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Store_command_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArenaNoVirtual()); base_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_response_msg.base_info) return base_info_; } inline void Store_command_response_msg::set_allocated_base_info(::message::Base_info* base_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_); } if (base_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { base_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } set_has_base_info(); } else { clear_has_base_info(); } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Store_command_response_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Store_command_response_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Store_command_response_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000004u; } inline void Store_command_response_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Id_struct& Store_command_response_msg::_internal_id_struct() const { return *id_struct_; } inline const ::message::Id_struct& Store_command_response_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Store_command_response_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Store_command_response_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Store_command_response_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArenaNoVirtual()); id_struct_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_response_msg.id_struct) return id_struct_; } inline void Store_command_response_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Store_command_response_msg.id_struct) } // required .message.Error_manager code = 3; inline bool Store_command_response_msg::has_code() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Store_command_response_msg::set_has_code() { _has_bits_[0] |= 0x00000008u; } inline void Store_command_response_msg::clear_has_code() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Error_manager& Store_command_response_msg::_internal_code() const { return *code_; } inline const ::message::Error_manager& Store_command_response_msg::code() const { const ::message::Error_manager* p = code_; // @@protoc_insertion_point(field_get:message.Store_command_response_msg.code) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Store_command_response_msg::release_code() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.code) clear_has_code(); ::message::Error_manager* temp = code_; code_ = NULL; return temp; } inline ::message::Error_manager* Store_command_response_msg::mutable_code() { set_has_code(); if (code_ == NULL) { auto* p = CreateMaybeMessage<::message::Error_manager>(GetArenaNoVirtual()); code_ = p; } // @@protoc_insertion_point(field_mutable:message.Store_command_response_msg.code) return code_; } inline void Store_command_response_msg::set_allocated_code(::message::Error_manager* code) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(code_); } if (code) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { code = ::google::protobuf::internal::GetOwnedMessage( message_arena, code, submessage_arena); } set_has_code(); } else { clear_has_code(); } code_ = code; // @@protoc_insertion_point(field_set_allocated:message.Store_command_response_msg.code) } // optional string license = 4; inline bool Store_command_response_msg::has_license() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Store_command_response_msg::set_has_license() { _has_bits_[0] |= 0x00000001u; } inline void Store_command_response_msg::clear_has_license() { _has_bits_[0] &= ~0x00000001u; } inline void Store_command_response_msg::clear_license() { license_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_license(); } inline const ::std::string& Store_command_response_msg::license() const { // @@protoc_insertion_point(field_get:message.Store_command_response_msg.license) return license_.GetNoArena(); } inline void Store_command_response_msg::set_license(const ::std::string& value) { set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Store_command_response_msg.license) } #if LANG_CXX11 inline void Store_command_response_msg::set_license(::std::string&& value) { set_has_license(); license_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Store_command_response_msg.license) } #endif inline void Store_command_response_msg::set_license(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Store_command_response_msg.license) } inline void Store_command_response_msg::set_license(const char* value, size_t size) { set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Store_command_response_msg.license) } inline ::std::string* Store_command_response_msg::mutable_license() { set_has_license(); // @@protoc_insertion_point(field_mutable:message.Store_command_response_msg.license) return license_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Store_command_response_msg::release_license() { // @@protoc_insertion_point(field_release:message.Store_command_response_msg.license) if (!has_license()) { return NULL; } clear_has_license(); return license_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Store_command_response_msg::set_allocated_license(::std::string* license) { if (license != NULL) { set_has_license(); } else { clear_has_license(); } license_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), license); // @@protoc_insertion_point(field_set_allocated:message.Store_command_response_msg.license) } // ------------------------------------------------------------------- // Pickup_command_request_msg // required .message.Base_info base_info = 1; inline bool Pickup_command_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Pickup_command_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Pickup_command_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Pickup_command_request_msg::_internal_base_info() const { return *base_info_; } inline const ::message::Base_info& Pickup_command_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Pickup_command_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Pickup_command_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArenaNoVirtual()); base_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_request_msg.base_info) return base_info_; } inline void Pickup_command_request_msg::set_allocated_base_info(::message::Base_info* base_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_); } if (base_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { base_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } set_has_base_info(); } else { clear_has_base_info(); } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_request_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Pickup_command_request_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Pickup_command_request_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000002u; } inline void Pickup_command_request_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Id_struct& Pickup_command_request_msg::_internal_id_struct() const { return *id_struct_; } inline const ::message::Id_struct& Pickup_command_request_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Pickup_command_request_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Pickup_command_request_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Pickup_command_request_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArenaNoVirtual()); id_struct_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_request_msg.id_struct) return id_struct_; } inline void Pickup_command_request_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_request_msg.id_struct) } // required .message.Car_info car_info = 4; inline bool Pickup_command_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Pickup_command_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000004u; } inline void Pickup_command_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Car_info& Pickup_command_request_msg::_internal_car_info() const { return *car_info_; } inline const ::message::Car_info& Pickup_command_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Pickup_command_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Pickup_command_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Car_info>(GetArenaNoVirtual()); car_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_request_msg.car_info) return car_info_; } inline void Pickup_command_request_msg::set_allocated_car_info(::message::Car_info* car_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(car_info_); } if (car_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { car_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, car_info, submessage_arena); } set_has_car_info(); } else { clear_has_car_info(); } car_info_ = car_info; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_request_msg.car_info) } // ------------------------------------------------------------------- // Pickup_command_response_msg // required .message.Base_info base_info = 1; inline bool Pickup_command_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Pickup_command_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Pickup_command_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Pickup_command_response_msg::_internal_base_info() const { return *base_info_; } inline const ::message::Base_info& Pickup_command_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Pickup_command_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Pickup_command_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { auto* p = CreateMaybeMessage<::message::Base_info>(GetArenaNoVirtual()); base_info_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_response_msg.base_info) return base_info_; } inline void Pickup_command_response_msg::set_allocated_base_info(::message::Base_info* base_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(base_info_); } if (base_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { base_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, base_info, submessage_arena); } set_has_base_info(); } else { clear_has_base_info(); } base_info_ = base_info; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_response_msg.base_info) } // required .message.Id_struct id_struct = 2; inline bool Pickup_command_response_msg::has_id_struct() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Pickup_command_response_msg::set_has_id_struct() { _has_bits_[0] |= 0x00000004u; } inline void Pickup_command_response_msg::clear_has_id_struct() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Id_struct& Pickup_command_response_msg::_internal_id_struct() const { return *id_struct_; } inline const ::message::Id_struct& Pickup_command_response_msg::id_struct() const { const ::message::Id_struct* p = id_struct_; // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.id_struct) return p != NULL ? *p : *reinterpret_cast( &::message::_Id_struct_default_instance_); } inline ::message::Id_struct* Pickup_command_response_msg::release_id_struct() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.id_struct) clear_has_id_struct(); ::message::Id_struct* temp = id_struct_; id_struct_ = NULL; return temp; } inline ::message::Id_struct* Pickup_command_response_msg::mutable_id_struct() { set_has_id_struct(); if (id_struct_ == NULL) { auto* p = CreateMaybeMessage<::message::Id_struct>(GetArenaNoVirtual()); id_struct_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_response_msg.id_struct) return id_struct_; } inline void Pickup_command_response_msg::set_allocated_id_struct(::message::Id_struct* id_struct) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(id_struct_); } if (id_struct) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { id_struct = ::google::protobuf::internal::GetOwnedMessage( message_arena, id_struct, submessage_arena); } set_has_id_struct(); } else { clear_has_id_struct(); } id_struct_ = id_struct; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_response_msg.id_struct) } // required .message.Error_manager code = 3; inline bool Pickup_command_response_msg::has_code() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Pickup_command_response_msg::set_has_code() { _has_bits_[0] |= 0x00000008u; } inline void Pickup_command_response_msg::clear_has_code() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Error_manager& Pickup_command_response_msg::_internal_code() const { return *code_; } inline const ::message::Error_manager& Pickup_command_response_msg::code() const { const ::message::Error_manager* p = code_; // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.code) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Pickup_command_response_msg::release_code() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.code) clear_has_code(); ::message::Error_manager* temp = code_; code_ = NULL; return temp; } inline ::message::Error_manager* Pickup_command_response_msg::mutable_code() { set_has_code(); if (code_ == NULL) { auto* p = CreateMaybeMessage<::message::Error_manager>(GetArenaNoVirtual()); code_ = p; } // @@protoc_insertion_point(field_mutable:message.Pickup_command_response_msg.code) return code_; } inline void Pickup_command_response_msg::set_allocated_code(::message::Error_manager* code) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(code_); } if (code) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { code = ::google::protobuf::internal::GetOwnedMessage( message_arena, code, submessage_arena); } set_has_code(); } else { clear_has_code(); } code_ = code; // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_response_msg.code) } // optional string license = 4; inline bool Pickup_command_response_msg::has_license() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Pickup_command_response_msg::set_has_license() { _has_bits_[0] |= 0x00000001u; } inline void Pickup_command_response_msg::clear_has_license() { _has_bits_[0] &= ~0x00000001u; } inline void Pickup_command_response_msg::clear_license() { license_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_license(); } inline const ::std::string& Pickup_command_response_msg::license() const { // @@protoc_insertion_point(field_get:message.Pickup_command_response_msg.license) return license_.GetNoArena(); } inline void Pickup_command_response_msg::set_license(const ::std::string& value) { set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Pickup_command_response_msg.license) } #if LANG_CXX11 inline void Pickup_command_response_msg::set_license(::std::string&& value) { set_has_license(); license_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Pickup_command_response_msg.license) } #endif inline void Pickup_command_response_msg::set_license(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Pickup_command_response_msg.license) } inline void Pickup_command_response_msg::set_license(const char* value, size_t size) { set_has_license(); license_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Pickup_command_response_msg.license) } inline ::std::string* Pickup_command_response_msg::mutable_license() { set_has_license(); // @@protoc_insertion_point(field_mutable:message.Pickup_command_response_msg.license) return license_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Pickup_command_response_msg::release_license() { // @@protoc_insertion_point(field_release:message.Pickup_command_response_msg.license) if (!has_license()) { return NULL; } clear_has_license(); return license_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Pickup_command_response_msg::set_allocated_license(::std::string* license) { if (license != NULL) { set_has_license(); } else { clear_has_license(); } license_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), license); // @@protoc_insertion_point(field_set_allocated:message.Pickup_command_response_msg.license) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace message // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_INCLUDED_terminal_5fmessage_2eproto