// Generated by the protocol buffer compiler. DO NOT EDIT! // source: parkspace_allocation_message.proto #ifndef PROTOBUF_parkspace_5fallocation_5fmessage_2eproto__INCLUDED #define PROTOBUF_parkspace_5fallocation_5fmessage_2eproto__INCLUDED #include #include #if GOOGLE_PROTOBUF_VERSION < 3005000 #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 3005000 < 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 // IWYU pragma: export #include // IWYU pragma: export #include #include "message_base.pb.h" // @@protoc_insertion_point(includes) namespace protobuf_parkspace_5fallocation_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[9]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; }; void AddDescriptors(); void InitDefaultsParkspace_allocation_request_msgImpl(); void InitDefaultsParkspace_allocation_request_msg(); void InitDefaultsParkspace_allocation_response_msgImpl(); void InitDefaultsParkspace_allocation_response_msg(); void InitDefaultsParkspace_search_request_msgImpl(); void InitDefaultsParkspace_search_request_msg(); void InitDefaultsParkspace_search_response_msgImpl(); void InitDefaultsParkspace_search_response_msg(); void InitDefaultsParkspace_release_request_msgImpl(); void InitDefaultsParkspace_release_request_msg(); void InitDefaultsParkspace_release_response_msgImpl(); void InitDefaultsParkspace_release_response_msg(); void InitDefaultsParkspace_confirm_alloc_request_msgImpl(); void InitDefaultsParkspace_confirm_alloc_request_msg(); void InitDefaultsParkspace_confirm_alloc_response_msgImpl(); void InitDefaultsParkspace_confirm_alloc_response_msg(); void InitDefaultsParkspace_allocation_status_msgImpl(); void InitDefaultsParkspace_allocation_status_msg(); inline void InitDefaults() { InitDefaultsParkspace_allocation_request_msg(); InitDefaultsParkspace_allocation_response_msg(); InitDefaultsParkspace_search_request_msg(); InitDefaultsParkspace_search_response_msg(); InitDefaultsParkspace_release_request_msg(); InitDefaultsParkspace_release_response_msg(); InitDefaultsParkspace_confirm_alloc_request_msg(); InitDefaultsParkspace_confirm_alloc_response_msg(); InitDefaultsParkspace_allocation_status_msg(); } } // namespace protobuf_parkspace_5fallocation_5fmessage_2eproto namespace message { class Parkspace_allocation_request_msg; class Parkspace_allocation_request_msgDefaultTypeInternal; extern Parkspace_allocation_request_msgDefaultTypeInternal _Parkspace_allocation_request_msg_default_instance_; class Parkspace_allocation_response_msg; class Parkspace_allocation_response_msgDefaultTypeInternal; extern Parkspace_allocation_response_msgDefaultTypeInternal _Parkspace_allocation_response_msg_default_instance_; class Parkspace_allocation_status_msg; class Parkspace_allocation_status_msgDefaultTypeInternal; extern Parkspace_allocation_status_msgDefaultTypeInternal _Parkspace_allocation_status_msg_default_instance_; class Parkspace_confirm_alloc_request_msg; class Parkspace_confirm_alloc_request_msgDefaultTypeInternal; extern Parkspace_confirm_alloc_request_msgDefaultTypeInternal _Parkspace_confirm_alloc_request_msg_default_instance_; class Parkspace_confirm_alloc_response_msg; class Parkspace_confirm_alloc_response_msgDefaultTypeInternal; extern Parkspace_confirm_alloc_response_msgDefaultTypeInternal _Parkspace_confirm_alloc_response_msg_default_instance_; class Parkspace_release_request_msg; class Parkspace_release_request_msgDefaultTypeInternal; extern Parkspace_release_request_msgDefaultTypeInternal _Parkspace_release_request_msg_default_instance_; class Parkspace_release_response_msg; class Parkspace_release_response_msgDefaultTypeInternal; extern Parkspace_release_response_msgDefaultTypeInternal _Parkspace_release_response_msg_default_instance_; class Parkspace_search_request_msg; class Parkspace_search_request_msgDefaultTypeInternal; extern Parkspace_search_request_msgDefaultTypeInternal _Parkspace_search_request_msg_default_instance_; class Parkspace_search_response_msg; class Parkspace_search_response_msgDefaultTypeInternal; extern Parkspace_search_response_msgDefaultTypeInternal _Parkspace_search_response_msg_default_instance_; } // namespace message namespace message { // =================================================================== class Parkspace_allocation_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_allocation_request_msg) */ { public: Parkspace_allocation_request_msg(); virtual ~Parkspace_allocation_request_msg(); Parkspace_allocation_request_msg(const Parkspace_allocation_request_msg& from); inline Parkspace_allocation_request_msg& operator=(const Parkspace_allocation_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_allocation_request_msg(Parkspace_allocation_request_msg&& from) noexcept : Parkspace_allocation_request_msg() { *this = ::std::move(from); } inline Parkspace_allocation_request_msg& operator=(Parkspace_allocation_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 Parkspace_allocation_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_allocation_request_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_allocation_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(Parkspace_allocation_request_msg* other); friend void swap(Parkspace_allocation_request_msg& a, Parkspace_allocation_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_allocation_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_allocation_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_allocation_request_msg& from); void MergeFrom(const Parkspace_allocation_request_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_allocation_request_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Car_info car_info = 3; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 3; 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); // required int32 terminal_id = 4; bool has_terminal_id() const; void clear_terminal_id(); static const int kTerminalIdFieldNumber = 4; ::google::protobuf::int32 terminal_id() const; void set_terminal_id(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:message.Parkspace_allocation_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_car_info(); void clear_has_car_info(); void set_has_terminal_id(); void clear_has_terminal_id(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Car_info* car_info_; ::google::protobuf::int32 terminal_id_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_allocation_request_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_allocation_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_allocation_response_msg) */ { public: Parkspace_allocation_response_msg(); virtual ~Parkspace_allocation_response_msg(); Parkspace_allocation_response_msg(const Parkspace_allocation_response_msg& from); inline Parkspace_allocation_response_msg& operator=(const Parkspace_allocation_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_allocation_response_msg(Parkspace_allocation_response_msg&& from) noexcept : Parkspace_allocation_response_msg() { *this = ::std::move(from); } inline Parkspace_allocation_response_msg& operator=(Parkspace_allocation_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 Parkspace_allocation_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_allocation_response_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_allocation_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 1; void Swap(Parkspace_allocation_response_msg* other); friend void swap(Parkspace_allocation_response_msg& a, Parkspace_allocation_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_allocation_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_allocation_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_allocation_response_msg& from); void MergeFrom(const Parkspace_allocation_response_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_allocation_response_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Error_manager error_manager = 3; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 3; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // required .message.Parkspace_info allocated_space_info = 4; bool has_allocated_space_info() const; void clear_allocated_space_info(); static const int kAllocatedSpaceInfoFieldNumber = 4; const ::message::Parkspace_info& allocated_space_info() const; ::message::Parkspace_info* release_allocated_space_info(); ::message::Parkspace_info* mutable_allocated_space_info(); void set_allocated_allocated_space_info(::message::Parkspace_info* allocated_space_info); // @@protoc_insertion_point(class_scope:message.Parkspace_allocation_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_allocated_space_info(); void clear_has_allocated_space_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; ::message::Parkspace_info* allocated_space_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_allocation_response_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_search_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_search_request_msg) */ { public: Parkspace_search_request_msg(); virtual ~Parkspace_search_request_msg(); Parkspace_search_request_msg(const Parkspace_search_request_msg& from); inline Parkspace_search_request_msg& operator=(const Parkspace_search_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_search_request_msg(Parkspace_search_request_msg&& from) noexcept : Parkspace_search_request_msg() { *this = ::std::move(from); } inline Parkspace_search_request_msg& operator=(Parkspace_search_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 Parkspace_search_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_search_request_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_search_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 2; void Swap(Parkspace_search_request_msg* other); friend void swap(Parkspace_search_request_msg& a, Parkspace_search_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_search_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_search_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_search_request_msg& from); void MergeFrom(const Parkspace_search_request_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_search_request_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Car_info car_info = 3; bool has_car_info() const; void clear_car_info(); static const int kCarInfoFieldNumber = 3; 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.Parkspace_search_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); 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 int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Car_info* car_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_search_request_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_search_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_search_response_msg) */ { public: Parkspace_search_response_msg(); virtual ~Parkspace_search_response_msg(); Parkspace_search_response_msg(const Parkspace_search_response_msg& from); inline Parkspace_search_response_msg& operator=(const Parkspace_search_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_search_response_msg(Parkspace_search_response_msg&& from) noexcept : Parkspace_search_response_msg() { *this = ::std::move(from); } inline Parkspace_search_response_msg& operator=(Parkspace_search_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 Parkspace_search_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_search_response_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_search_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 3; void Swap(Parkspace_search_response_msg* other); friend void swap(Parkspace_search_response_msg& a, Parkspace_search_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_search_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_search_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_search_response_msg& from); void MergeFrom(const Parkspace_search_response_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_search_response_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Error_manager error_manager = 3; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 3; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // optional .message.Parkspace_info car_position = 4; bool has_car_position() const; void clear_car_position(); static const int kCarPositionFieldNumber = 4; const ::message::Parkspace_info& car_position() const; ::message::Parkspace_info* release_car_position(); ::message::Parkspace_info* mutable_car_position(); void set_allocated_car_position(::message::Parkspace_info* car_position); // @@protoc_insertion_point(class_scope:message.Parkspace_search_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_car_position(); void clear_has_car_position(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; ::message::Parkspace_info* car_position_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_search_response_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_release_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_release_request_msg) */ { public: Parkspace_release_request_msg(); virtual ~Parkspace_release_request_msg(); Parkspace_release_request_msg(const Parkspace_release_request_msg& from); inline Parkspace_release_request_msg& operator=(const Parkspace_release_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_release_request_msg(Parkspace_release_request_msg&& from) noexcept : Parkspace_release_request_msg() { *this = ::std::move(from); } inline Parkspace_release_request_msg& operator=(Parkspace_release_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 Parkspace_release_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_release_request_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_release_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 4; void Swap(Parkspace_release_request_msg* other); friend void swap(Parkspace_release_request_msg& a, Parkspace_release_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_release_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_release_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_release_request_msg& from); void MergeFrom(const Parkspace_release_request_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_release_request_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Parkspace_info release_space_info = 3; bool has_release_space_info() const; void clear_release_space_info(); static const int kReleaseSpaceInfoFieldNumber = 3; const ::message::Parkspace_info& release_space_info() const; ::message::Parkspace_info* release_release_space_info(); ::message::Parkspace_info* mutable_release_space_info(); void set_allocated_release_space_info(::message::Parkspace_info* release_space_info); // @@protoc_insertion_point(class_scope:message.Parkspace_release_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_release_space_info(); void clear_has_release_space_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Parkspace_info* release_space_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_release_request_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_release_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_release_response_msg) */ { public: Parkspace_release_response_msg(); virtual ~Parkspace_release_response_msg(); Parkspace_release_response_msg(const Parkspace_release_response_msg& from); inline Parkspace_release_response_msg& operator=(const Parkspace_release_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_release_response_msg(Parkspace_release_response_msg&& from) noexcept : Parkspace_release_response_msg() { *this = ::std::move(from); } inline Parkspace_release_response_msg& operator=(Parkspace_release_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 Parkspace_release_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_release_response_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_release_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 5; void Swap(Parkspace_release_response_msg* other); friend void swap(Parkspace_release_response_msg& a, Parkspace_release_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_release_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_release_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_release_response_msg& from); void MergeFrom(const Parkspace_release_response_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_release_response_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Error_manager error_manager = 3; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 3; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // required .message.Parkspace_info release_space_info = 4; bool has_release_space_info() const; void clear_release_space_info(); static const int kReleaseSpaceInfoFieldNumber = 4; const ::message::Parkspace_info& release_space_info() const; ::message::Parkspace_info* release_release_space_info(); ::message::Parkspace_info* mutable_release_space_info(); void set_allocated_release_space_info(::message::Parkspace_info* release_space_info); // @@protoc_insertion_point(class_scope:message.Parkspace_release_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_release_space_info(); void clear_has_release_space_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; ::message::Parkspace_info* release_space_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_release_response_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_confirm_alloc_request_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_confirm_alloc_request_msg) */ { public: Parkspace_confirm_alloc_request_msg(); virtual ~Parkspace_confirm_alloc_request_msg(); Parkspace_confirm_alloc_request_msg(const Parkspace_confirm_alloc_request_msg& from); inline Parkspace_confirm_alloc_request_msg& operator=(const Parkspace_confirm_alloc_request_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_confirm_alloc_request_msg(Parkspace_confirm_alloc_request_msg&& from) noexcept : Parkspace_confirm_alloc_request_msg() { *this = ::std::move(from); } inline Parkspace_confirm_alloc_request_msg& operator=(Parkspace_confirm_alloc_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 Parkspace_confirm_alloc_request_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_confirm_alloc_request_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_confirm_alloc_request_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 6; void Swap(Parkspace_confirm_alloc_request_msg* other); friend void swap(Parkspace_confirm_alloc_request_msg& a, Parkspace_confirm_alloc_request_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_confirm_alloc_request_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_confirm_alloc_request_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_confirm_alloc_request_msg& from); void MergeFrom(const Parkspace_confirm_alloc_request_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_confirm_alloc_request_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Parkspace_info confirm_space_info = 3; bool has_confirm_space_info() const; void clear_confirm_space_info(); static const int kConfirmSpaceInfoFieldNumber = 3; const ::message::Parkspace_info& confirm_space_info() const; ::message::Parkspace_info* release_confirm_space_info(); ::message::Parkspace_info* mutable_confirm_space_info(); void set_allocated_confirm_space_info(::message::Parkspace_info* confirm_space_info); // @@protoc_insertion_point(class_scope:message.Parkspace_confirm_alloc_request_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_confirm_space_info(); void clear_has_confirm_space_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Parkspace_info* confirm_space_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_confirm_alloc_request_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_confirm_alloc_response_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_confirm_alloc_response_msg) */ { public: Parkspace_confirm_alloc_response_msg(); virtual ~Parkspace_confirm_alloc_response_msg(); Parkspace_confirm_alloc_response_msg(const Parkspace_confirm_alloc_response_msg& from); inline Parkspace_confirm_alloc_response_msg& operator=(const Parkspace_confirm_alloc_response_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_confirm_alloc_response_msg(Parkspace_confirm_alloc_response_msg&& from) noexcept : Parkspace_confirm_alloc_response_msg() { *this = ::std::move(from); } inline Parkspace_confirm_alloc_response_msg& operator=(Parkspace_confirm_alloc_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 Parkspace_confirm_alloc_response_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_confirm_alloc_response_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_confirm_alloc_response_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 7; void Swap(Parkspace_confirm_alloc_response_msg* other); friend void swap(Parkspace_confirm_alloc_response_msg& a, Parkspace_confirm_alloc_response_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_confirm_alloc_response_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_confirm_alloc_response_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_confirm_alloc_response_msg& from); void MergeFrom(const Parkspace_confirm_alloc_response_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_confirm_alloc_response_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // required string command_key = 2; bool has_command_key() const; void clear_command_key(); static const int kCommandKeyFieldNumber = 2; const ::std::string& command_key() const; void set_command_key(const ::std::string& value); #if LANG_CXX11 void set_command_key(::std::string&& value); #endif void set_command_key(const char* value); void set_command_key(const char* value, size_t size); ::std::string* mutable_command_key(); ::std::string* release_command_key(); void set_allocated_command_key(::std::string* command_key); // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Error_manager error_manager = 3; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 3; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // required .message.Parkspace_info confirm_alloc_space_info = 4; bool has_confirm_alloc_space_info() const; void clear_confirm_alloc_space_info(); static const int kConfirmAllocSpaceInfoFieldNumber = 4; const ::message::Parkspace_info& confirm_alloc_space_info() const; ::message::Parkspace_info* release_confirm_alloc_space_info(); ::message::Parkspace_info* mutable_confirm_alloc_space_info(); void set_allocated_confirm_alloc_space_info(::message::Parkspace_info* confirm_alloc_space_info); // @@protoc_insertion_point(class_scope:message.Parkspace_confirm_alloc_response_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_command_key(); void clear_has_command_key(); void set_has_error_manager(); void clear_has_error_manager(); void set_has_confirm_alloc_space_info(); void clear_has_confirm_alloc_space_info(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::internal::ArenaStringPtr command_key_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; ::message::Parkspace_info* confirm_alloc_space_info_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_confirm_alloc_response_msgImpl(); }; // ------------------------------------------------------------------- class Parkspace_allocation_status_msg : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:message.Parkspace_allocation_status_msg) */ { public: Parkspace_allocation_status_msg(); virtual ~Parkspace_allocation_status_msg(); Parkspace_allocation_status_msg(const Parkspace_allocation_status_msg& from); inline Parkspace_allocation_status_msg& operator=(const Parkspace_allocation_status_msg& from) { CopyFrom(from); return *this; } #if LANG_CXX11 Parkspace_allocation_status_msg(Parkspace_allocation_status_msg&& from) noexcept : Parkspace_allocation_status_msg() { *this = ::std::move(from); } inline Parkspace_allocation_status_msg& operator=(Parkspace_allocation_status_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 Parkspace_allocation_status_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const Parkspace_allocation_status_msg* internal_default_instance() { return reinterpret_cast( &_Parkspace_allocation_status_msg_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 8; void Swap(Parkspace_allocation_status_msg* other); friend void swap(Parkspace_allocation_status_msg& a, Parkspace_allocation_status_msg& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline Parkspace_allocation_status_msg* New() const PROTOBUF_FINAL { return New(NULL); } Parkspace_allocation_status_msg* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const Parkspace_allocation_status_msg& from); void MergeFrom(const Parkspace_allocation_status_msg& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(Parkspace_allocation_status_msg* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // repeated .message.Parkspace_info parkspace_info = 3; int parkspace_info_size() const; void clear_parkspace_info(); static const int kParkspaceInfoFieldNumber = 3; const ::message::Parkspace_info& parkspace_info(int index) const; ::message::Parkspace_info* mutable_parkspace_info(int index); ::message::Parkspace_info* add_parkspace_info(); ::google::protobuf::RepeatedPtrField< ::message::Parkspace_info >* mutable_parkspace_info(); const ::google::protobuf::RepeatedPtrField< ::message::Parkspace_info >& parkspace_info() const; // required .message.Base_info base_info = 1; bool has_base_info() const; void clear_base_info(); static const int kBaseInfoFieldNumber = 1; 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.Error_manager error_manager = 2; bool has_error_manager() const; void clear_error_manager(); static const int kErrorManagerFieldNumber = 2; const ::message::Error_manager& error_manager() const; ::message::Error_manager* release_error_manager(); ::message::Error_manager* mutable_error_manager(); void set_allocated_error_manager(::message::Error_manager* error_manager); // @@protoc_insertion_point(class_scope:message.Parkspace_allocation_status_msg) private: void set_has_base_info(); void clear_has_base_info(); void set_has_error_manager(); void clear_has_error_manager(); // helper for ByteSizeLong() size_t RequiredFieldsByteSizeFallback() const; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::RepeatedPtrField< ::message::Parkspace_info > parkspace_info_; ::message::Base_info* base_info_; ::message::Error_manager* error_manager_; friend struct ::protobuf_parkspace_5fallocation_5fmessage_2eproto::TableStruct; friend void ::protobuf_parkspace_5fallocation_5fmessage_2eproto::InitDefaultsParkspace_allocation_status_msgImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // Parkspace_allocation_request_msg // required .message.Base_info base_info = 1; inline bool Parkspace_allocation_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_allocation_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_allocation_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_allocation_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_allocation_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_allocation_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_request_msg.base_info) return base_info_; } inline void Parkspace_allocation_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.Parkspace_allocation_request_msg.base_info) } // required string command_key = 2; inline bool Parkspace_allocation_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_allocation_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_allocation_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_allocation_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_allocation_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_allocation_request_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_allocation_request_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_allocation_request_msg.command_key) } #if LANG_CXX11 inline void Parkspace_allocation_request_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_allocation_request_msg.command_key) } #endif inline void Parkspace_allocation_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_allocation_request_msg.command_key) } inline void Parkspace_allocation_request_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_allocation_request_msg.command_key) } inline ::std::string* Parkspace_allocation_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_allocation_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_allocation_request_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_allocation_request_msg.command_key) } // required .message.Car_info car_info = 3; inline bool Parkspace_allocation_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_allocation_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_allocation_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Car_info& Parkspace_allocation_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Parkspace_allocation_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Parkspace_allocation_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { car_info_ = new ::message::Car_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_request_msg.car_info) return car_info_; } inline void Parkspace_allocation_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.Parkspace_allocation_request_msg.car_info) } // required int32 terminal_id = 4; inline bool Parkspace_allocation_request_msg::has_terminal_id() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Parkspace_allocation_request_msg::set_has_terminal_id() { _has_bits_[0] |= 0x00000008u; } inline void Parkspace_allocation_request_msg::clear_has_terminal_id() { _has_bits_[0] &= ~0x00000008u; } inline void Parkspace_allocation_request_msg::clear_terminal_id() { terminal_id_ = 0; clear_has_terminal_id(); } inline ::google::protobuf::int32 Parkspace_allocation_request_msg::terminal_id() const { // @@protoc_insertion_point(field_get:message.Parkspace_allocation_request_msg.terminal_id) return terminal_id_; } inline void Parkspace_allocation_request_msg::set_terminal_id(::google::protobuf::int32 value) { set_has_terminal_id(); terminal_id_ = value; // @@protoc_insertion_point(field_set:message.Parkspace_allocation_request_msg.terminal_id) } // ------------------------------------------------------------------- // Parkspace_allocation_response_msg // required .message.Base_info base_info = 1; inline bool Parkspace_allocation_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_allocation_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_allocation_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_allocation_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_allocation_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_allocation_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_response_msg.base_info) return base_info_; } inline void Parkspace_allocation_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.Parkspace_allocation_response_msg.base_info) } // required string command_key = 2; inline bool Parkspace_allocation_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_allocation_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_allocation_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_allocation_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_allocation_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_allocation_response_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_allocation_response_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_allocation_response_msg.command_key) } #if LANG_CXX11 inline void Parkspace_allocation_response_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_allocation_response_msg.command_key) } #endif inline void Parkspace_allocation_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_allocation_response_msg.command_key) } inline void Parkspace_allocation_response_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_allocation_response_msg.command_key) } inline ::std::string* Parkspace_allocation_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_allocation_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_allocation_response_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_allocation_response_msg.command_key) } // required .message.Error_manager error_manager = 3; inline bool Parkspace_allocation_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_allocation_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_allocation_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Parkspace_allocation_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Parkspace_allocation_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Parkspace_allocation_response_msg::mutable_error_manager() { set_has_error_manager(); if (error_manager_ == NULL) { error_manager_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_response_msg.error_manager) return error_manager_; } inline void Parkspace_allocation_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_); } if (error_manager) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { error_manager = ::google::protobuf::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } set_has_error_manager(); } else { clear_has_error_manager(); } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_allocation_response_msg.error_manager) } // required .message.Parkspace_info allocated_space_info = 4; inline bool Parkspace_allocation_response_msg::has_allocated_space_info() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Parkspace_allocation_response_msg::set_has_allocated_space_info() { _has_bits_[0] |= 0x00000008u; } inline void Parkspace_allocation_response_msg::clear_has_allocated_space_info() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Parkspace_info& Parkspace_allocation_response_msg::allocated_space_info() const { const ::message::Parkspace_info* p = allocated_space_info_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_response_msg.allocated_space_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_allocation_response_msg::release_allocated_space_info() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_response_msg.allocated_space_info) clear_has_allocated_space_info(); ::message::Parkspace_info* temp = allocated_space_info_; allocated_space_info_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_allocation_response_msg::mutable_allocated_space_info() { set_has_allocated_space_info(); if (allocated_space_info_ == NULL) { allocated_space_info_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_response_msg.allocated_space_info) return allocated_space_info_; } inline void Parkspace_allocation_response_msg::set_allocated_allocated_space_info(::message::Parkspace_info* allocated_space_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(allocated_space_info_); } if (allocated_space_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { allocated_space_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, allocated_space_info, submessage_arena); } set_has_allocated_space_info(); } else { clear_has_allocated_space_info(); } allocated_space_info_ = allocated_space_info; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_allocation_response_msg.allocated_space_info) } // ------------------------------------------------------------------- // Parkspace_search_request_msg // required .message.Base_info base_info = 1; inline bool Parkspace_search_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_search_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_search_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_search_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_search_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_search_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_search_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_search_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_search_request_msg.base_info) return base_info_; } inline void Parkspace_search_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.Parkspace_search_request_msg.base_info) } // required string command_key = 2; inline bool Parkspace_search_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_search_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_search_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_search_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_search_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_search_request_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_search_request_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_search_request_msg.command_key) } #if LANG_CXX11 inline void Parkspace_search_request_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_search_request_msg.command_key) } #endif inline void Parkspace_search_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_search_request_msg.command_key) } inline void Parkspace_search_request_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_search_request_msg.command_key) } inline ::std::string* Parkspace_search_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_search_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_search_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_search_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_search_request_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_search_request_msg.command_key) } // required .message.Car_info car_info = 3; inline bool Parkspace_search_request_msg::has_car_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_search_request_msg::set_has_car_info() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_search_request_msg::clear_has_car_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Car_info& Parkspace_search_request_msg::car_info() const { const ::message::Car_info* p = car_info_; // @@protoc_insertion_point(field_get:message.Parkspace_search_request_msg.car_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Car_info_default_instance_); } inline ::message::Car_info* Parkspace_search_request_msg::release_car_info() { // @@protoc_insertion_point(field_release:message.Parkspace_search_request_msg.car_info) clear_has_car_info(); ::message::Car_info* temp = car_info_; car_info_ = NULL; return temp; } inline ::message::Car_info* Parkspace_search_request_msg::mutable_car_info() { set_has_car_info(); if (car_info_ == NULL) { car_info_ = new ::message::Car_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_search_request_msg.car_info) return car_info_; } inline void Parkspace_search_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.Parkspace_search_request_msg.car_info) } // ------------------------------------------------------------------- // Parkspace_search_response_msg // required .message.Base_info base_info = 1; inline bool Parkspace_search_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_search_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_search_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_search_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_search_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_search_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_search_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_search_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_search_response_msg.base_info) return base_info_; } inline void Parkspace_search_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.Parkspace_search_response_msg.base_info) } // required string command_key = 2; inline bool Parkspace_search_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_search_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_search_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_search_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_search_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_search_response_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_search_response_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_search_response_msg.command_key) } #if LANG_CXX11 inline void Parkspace_search_response_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_search_response_msg.command_key) } #endif inline void Parkspace_search_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_search_response_msg.command_key) } inline void Parkspace_search_response_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_search_response_msg.command_key) } inline ::std::string* Parkspace_search_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_search_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_search_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_search_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_search_response_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_search_response_msg.command_key) } // required .message.Error_manager error_manager = 3; inline bool Parkspace_search_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_search_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_search_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Parkspace_search_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Parkspace_search_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Parkspace_search_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Parkspace_search_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Parkspace_search_response_msg::mutable_error_manager() { set_has_error_manager(); if (error_manager_ == NULL) { error_manager_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Parkspace_search_response_msg.error_manager) return error_manager_; } inline void Parkspace_search_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_); } if (error_manager) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { error_manager = ::google::protobuf::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } set_has_error_manager(); } else { clear_has_error_manager(); } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_search_response_msg.error_manager) } // optional .message.Parkspace_info car_position = 4; inline bool Parkspace_search_response_msg::has_car_position() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Parkspace_search_response_msg::set_has_car_position() { _has_bits_[0] |= 0x00000008u; } inline void Parkspace_search_response_msg::clear_has_car_position() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Parkspace_info& Parkspace_search_response_msg::car_position() const { const ::message::Parkspace_info* p = car_position_; // @@protoc_insertion_point(field_get:message.Parkspace_search_response_msg.car_position) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_search_response_msg::release_car_position() { // @@protoc_insertion_point(field_release:message.Parkspace_search_response_msg.car_position) clear_has_car_position(); ::message::Parkspace_info* temp = car_position_; car_position_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_search_response_msg::mutable_car_position() { set_has_car_position(); if (car_position_ == NULL) { car_position_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_search_response_msg.car_position) return car_position_; } inline void Parkspace_search_response_msg::set_allocated_car_position(::message::Parkspace_info* car_position) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(car_position_); } if (car_position) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { car_position = ::google::protobuf::internal::GetOwnedMessage( message_arena, car_position, submessage_arena); } set_has_car_position(); } else { clear_has_car_position(); } car_position_ = car_position; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_search_response_msg.car_position) } // ------------------------------------------------------------------- // Parkspace_release_request_msg // required .message.Base_info base_info = 1; inline bool Parkspace_release_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_release_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_release_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_release_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_release_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_release_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_release_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_release_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_release_request_msg.base_info) return base_info_; } inline void Parkspace_release_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.Parkspace_release_request_msg.base_info) } // required string command_key = 2; inline bool Parkspace_release_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_release_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_release_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_release_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_release_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_release_request_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_release_request_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_release_request_msg.command_key) } #if LANG_CXX11 inline void Parkspace_release_request_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_release_request_msg.command_key) } #endif inline void Parkspace_release_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_release_request_msg.command_key) } inline void Parkspace_release_request_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_release_request_msg.command_key) } inline ::std::string* Parkspace_release_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_release_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_release_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_release_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_release_request_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_release_request_msg.command_key) } // required .message.Parkspace_info release_space_info = 3; inline bool Parkspace_release_request_msg::has_release_space_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_release_request_msg::set_has_release_space_info() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_release_request_msg::clear_has_release_space_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Parkspace_info& Parkspace_release_request_msg::release_space_info() const { const ::message::Parkspace_info* p = release_space_info_; // @@protoc_insertion_point(field_get:message.Parkspace_release_request_msg.release_space_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_release_request_msg::release_release_space_info() { // @@protoc_insertion_point(field_release:message.Parkspace_release_request_msg.release_space_info) clear_has_release_space_info(); ::message::Parkspace_info* temp = release_space_info_; release_space_info_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_release_request_msg::mutable_release_space_info() { set_has_release_space_info(); if (release_space_info_ == NULL) { release_space_info_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_release_request_msg.release_space_info) return release_space_info_; } inline void Parkspace_release_request_msg::set_allocated_release_space_info(::message::Parkspace_info* release_space_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(release_space_info_); } if (release_space_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { release_space_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, release_space_info, submessage_arena); } set_has_release_space_info(); } else { clear_has_release_space_info(); } release_space_info_ = release_space_info; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_release_request_msg.release_space_info) } // ------------------------------------------------------------------- // Parkspace_release_response_msg // required .message.Base_info base_info = 1; inline bool Parkspace_release_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_release_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_release_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_release_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_release_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_release_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_release_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_release_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_release_response_msg.base_info) return base_info_; } inline void Parkspace_release_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.Parkspace_release_response_msg.base_info) } // required string command_key = 2; inline bool Parkspace_release_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_release_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_release_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_release_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_release_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_release_response_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_release_response_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_release_response_msg.command_key) } #if LANG_CXX11 inline void Parkspace_release_response_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_release_response_msg.command_key) } #endif inline void Parkspace_release_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_release_response_msg.command_key) } inline void Parkspace_release_response_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_release_response_msg.command_key) } inline ::std::string* Parkspace_release_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_release_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_release_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_release_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_release_response_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_release_response_msg.command_key) } // required .message.Error_manager error_manager = 3; inline bool Parkspace_release_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_release_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_release_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Parkspace_release_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Parkspace_release_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Parkspace_release_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Parkspace_release_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Parkspace_release_response_msg::mutable_error_manager() { set_has_error_manager(); if (error_manager_ == NULL) { error_manager_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Parkspace_release_response_msg.error_manager) return error_manager_; } inline void Parkspace_release_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_); } if (error_manager) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { error_manager = ::google::protobuf::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } set_has_error_manager(); } else { clear_has_error_manager(); } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_release_response_msg.error_manager) } // required .message.Parkspace_info release_space_info = 4; inline bool Parkspace_release_response_msg::has_release_space_info() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Parkspace_release_response_msg::set_has_release_space_info() { _has_bits_[0] |= 0x00000008u; } inline void Parkspace_release_response_msg::clear_has_release_space_info() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Parkspace_info& Parkspace_release_response_msg::release_space_info() const { const ::message::Parkspace_info* p = release_space_info_; // @@protoc_insertion_point(field_get:message.Parkspace_release_response_msg.release_space_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_release_response_msg::release_release_space_info() { // @@protoc_insertion_point(field_release:message.Parkspace_release_response_msg.release_space_info) clear_has_release_space_info(); ::message::Parkspace_info* temp = release_space_info_; release_space_info_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_release_response_msg::mutable_release_space_info() { set_has_release_space_info(); if (release_space_info_ == NULL) { release_space_info_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_release_response_msg.release_space_info) return release_space_info_; } inline void Parkspace_release_response_msg::set_allocated_release_space_info(::message::Parkspace_info* release_space_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(release_space_info_); } if (release_space_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { release_space_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, release_space_info, submessage_arena); } set_has_release_space_info(); } else { clear_has_release_space_info(); } release_space_info_ = release_space_info; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_release_response_msg.release_space_info) } // ------------------------------------------------------------------- // Parkspace_confirm_alloc_request_msg // required .message.Base_info base_info = 1; inline bool Parkspace_confirm_alloc_request_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_confirm_alloc_request_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_confirm_alloc_request_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_confirm_alloc_request_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_confirm_alloc_request_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_request_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_confirm_alloc_request_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_request_msg.base_info) return base_info_; } inline void Parkspace_confirm_alloc_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.Parkspace_confirm_alloc_request_msg.base_info) } // required string command_key = 2; inline bool Parkspace_confirm_alloc_request_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_confirm_alloc_request_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_confirm_alloc_request_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_confirm_alloc_request_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_confirm_alloc_request_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_confirm_alloc_request_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_confirm_alloc_request_msg.command_key) } #if LANG_CXX11 inline void Parkspace_confirm_alloc_request_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_confirm_alloc_request_msg.command_key) } #endif inline void Parkspace_confirm_alloc_request_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_confirm_alloc_request_msg.command_key) } inline void Parkspace_confirm_alloc_request_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_confirm_alloc_request_msg.command_key) } inline ::std::string* Parkspace_confirm_alloc_request_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_request_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_confirm_alloc_request_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_request_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_confirm_alloc_request_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_request_msg.command_key) } // required .message.Parkspace_info confirm_space_info = 3; inline bool Parkspace_confirm_alloc_request_msg::has_confirm_space_info() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_confirm_alloc_request_msg::set_has_confirm_space_info() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_confirm_alloc_request_msg::clear_has_confirm_space_info() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Parkspace_info& Parkspace_confirm_alloc_request_msg::confirm_space_info() const { const ::message::Parkspace_info* p = confirm_space_info_; // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_request_msg.confirm_space_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_confirm_alloc_request_msg::release_confirm_space_info() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_request_msg.confirm_space_info) clear_has_confirm_space_info(); ::message::Parkspace_info* temp = confirm_space_info_; confirm_space_info_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_confirm_alloc_request_msg::mutable_confirm_space_info() { set_has_confirm_space_info(); if (confirm_space_info_ == NULL) { confirm_space_info_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_request_msg.confirm_space_info) return confirm_space_info_; } inline void Parkspace_confirm_alloc_request_msg::set_allocated_confirm_space_info(::message::Parkspace_info* confirm_space_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(confirm_space_info_); } if (confirm_space_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { confirm_space_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, confirm_space_info, submessage_arena); } set_has_confirm_space_info(); } else { clear_has_confirm_space_info(); } confirm_space_info_ = confirm_space_info; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_request_msg.confirm_space_info) } // ------------------------------------------------------------------- // Parkspace_confirm_alloc_response_msg // required .message.Base_info base_info = 1; inline bool Parkspace_confirm_alloc_response_msg::has_base_info() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_confirm_alloc_response_msg::set_has_base_info() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_confirm_alloc_response_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Base_info& Parkspace_confirm_alloc_response_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_confirm_alloc_response_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_confirm_alloc_response_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.base_info) return base_info_; } inline void Parkspace_confirm_alloc_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.Parkspace_confirm_alloc_response_msg.base_info) } // required string command_key = 2; inline bool Parkspace_confirm_alloc_response_msg::has_command_key() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_confirm_alloc_response_msg::set_has_command_key() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_confirm_alloc_response_msg::clear_has_command_key() { _has_bits_[0] &= ~0x00000001u; } inline void Parkspace_confirm_alloc_response_msg::clear_command_key() { command_key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); clear_has_command_key(); } inline const ::std::string& Parkspace_confirm_alloc_response_msg::command_key() const { // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.command_key) return command_key_.GetNoArena(); } inline void Parkspace_confirm_alloc_response_msg::set_command_key(const ::std::string& value) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:message.Parkspace_confirm_alloc_response_msg.command_key) } #if LANG_CXX11 inline void Parkspace_confirm_alloc_response_msg::set_command_key(::std::string&& value) { set_has_command_key(); command_key_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:message.Parkspace_confirm_alloc_response_msg.command_key) } #endif inline void Parkspace_confirm_alloc_response_msg::set_command_key(const char* value) { GOOGLE_DCHECK(value != NULL); set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:message.Parkspace_confirm_alloc_response_msg.command_key) } inline void Parkspace_confirm_alloc_response_msg::set_command_key(const char* value, size_t size) { set_has_command_key(); command_key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:message.Parkspace_confirm_alloc_response_msg.command_key) } inline ::std::string* Parkspace_confirm_alloc_response_msg::mutable_command_key() { set_has_command_key(); // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.command_key) return command_key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline ::std::string* Parkspace_confirm_alloc_response_msg::release_command_key() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.command_key) clear_has_command_key(); return command_key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } inline void Parkspace_confirm_alloc_response_msg::set_allocated_command_key(::std::string* command_key) { if (command_key != NULL) { set_has_command_key(); } else { clear_has_command_key(); } command_key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), command_key); // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.command_key) } // required .message.Error_manager error_manager = 3; inline bool Parkspace_confirm_alloc_response_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void Parkspace_confirm_alloc_response_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000004u; } inline void Parkspace_confirm_alloc_response_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000004u; } inline const ::message::Error_manager& Parkspace_confirm_alloc_response_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Parkspace_confirm_alloc_response_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Parkspace_confirm_alloc_response_msg::mutable_error_manager() { set_has_error_manager(); if (error_manager_ == NULL) { error_manager_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.error_manager) return error_manager_; } inline void Parkspace_confirm_alloc_response_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_); } if (error_manager) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { error_manager = ::google::protobuf::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } set_has_error_manager(); } else { clear_has_error_manager(); } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.error_manager) } // required .message.Parkspace_info confirm_alloc_space_info = 4; inline bool Parkspace_confirm_alloc_response_msg::has_confirm_alloc_space_info() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void Parkspace_confirm_alloc_response_msg::set_has_confirm_alloc_space_info() { _has_bits_[0] |= 0x00000008u; } inline void Parkspace_confirm_alloc_response_msg::clear_has_confirm_alloc_space_info() { _has_bits_[0] &= ~0x00000008u; } inline const ::message::Parkspace_info& Parkspace_confirm_alloc_response_msg::confirm_alloc_space_info() const { const ::message::Parkspace_info* p = confirm_alloc_space_info_; // @@protoc_insertion_point(field_get:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Parkspace_info_default_instance_); } inline ::message::Parkspace_info* Parkspace_confirm_alloc_response_msg::release_confirm_alloc_space_info() { // @@protoc_insertion_point(field_release:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info) clear_has_confirm_alloc_space_info(); ::message::Parkspace_info* temp = confirm_alloc_space_info_; confirm_alloc_space_info_ = NULL; return temp; } inline ::message::Parkspace_info* Parkspace_confirm_alloc_response_msg::mutable_confirm_alloc_space_info() { set_has_confirm_alloc_space_info(); if (confirm_alloc_space_info_ == NULL) { confirm_alloc_space_info_ = new ::message::Parkspace_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info) return confirm_alloc_space_info_; } inline void Parkspace_confirm_alloc_response_msg::set_allocated_confirm_alloc_space_info(::message::Parkspace_info* confirm_alloc_space_info) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(confirm_alloc_space_info_); } if (confirm_alloc_space_info) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { confirm_alloc_space_info = ::google::protobuf::internal::GetOwnedMessage( message_arena, confirm_alloc_space_info, submessage_arena); } set_has_confirm_alloc_space_info(); } else { clear_has_confirm_alloc_space_info(); } confirm_alloc_space_info_ = confirm_alloc_space_info; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_confirm_alloc_response_msg.confirm_alloc_space_info) } // ------------------------------------------------------------------- // Parkspace_allocation_status_msg // required .message.Base_info base_info = 1; inline bool Parkspace_allocation_status_msg::has_base_info() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void Parkspace_allocation_status_msg::set_has_base_info() { _has_bits_[0] |= 0x00000001u; } inline void Parkspace_allocation_status_msg::clear_has_base_info() { _has_bits_[0] &= ~0x00000001u; } inline const ::message::Base_info& Parkspace_allocation_status_msg::base_info() const { const ::message::Base_info* p = base_info_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_status_msg.base_info) return p != NULL ? *p : *reinterpret_cast( &::message::_Base_info_default_instance_); } inline ::message::Base_info* Parkspace_allocation_status_msg::release_base_info() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_status_msg.base_info) clear_has_base_info(); ::message::Base_info* temp = base_info_; base_info_ = NULL; return temp; } inline ::message::Base_info* Parkspace_allocation_status_msg::mutable_base_info() { set_has_base_info(); if (base_info_ == NULL) { base_info_ = new ::message::Base_info; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_status_msg.base_info) return base_info_; } inline void Parkspace_allocation_status_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.Parkspace_allocation_status_msg.base_info) } // required .message.Error_manager error_manager = 2; inline bool Parkspace_allocation_status_msg::has_error_manager() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void Parkspace_allocation_status_msg::set_has_error_manager() { _has_bits_[0] |= 0x00000002u; } inline void Parkspace_allocation_status_msg::clear_has_error_manager() { _has_bits_[0] &= ~0x00000002u; } inline const ::message::Error_manager& Parkspace_allocation_status_msg::error_manager() const { const ::message::Error_manager* p = error_manager_; // @@protoc_insertion_point(field_get:message.Parkspace_allocation_status_msg.error_manager) return p != NULL ? *p : *reinterpret_cast( &::message::_Error_manager_default_instance_); } inline ::message::Error_manager* Parkspace_allocation_status_msg::release_error_manager() { // @@protoc_insertion_point(field_release:message.Parkspace_allocation_status_msg.error_manager) clear_has_error_manager(); ::message::Error_manager* temp = error_manager_; error_manager_ = NULL; return temp; } inline ::message::Error_manager* Parkspace_allocation_status_msg::mutable_error_manager() { set_has_error_manager(); if (error_manager_ == NULL) { error_manager_ = new ::message::Error_manager; } // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_status_msg.error_manager) return error_manager_; } inline void Parkspace_allocation_status_msg::set_allocated_error_manager(::message::Error_manager* error_manager) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); if (message_arena == NULL) { delete reinterpret_cast< ::google::protobuf::MessageLite*>(error_manager_); } if (error_manager) { ::google::protobuf::Arena* submessage_arena = NULL; if (message_arena != submessage_arena) { error_manager = ::google::protobuf::internal::GetOwnedMessage( message_arena, error_manager, submessage_arena); } set_has_error_manager(); } else { clear_has_error_manager(); } error_manager_ = error_manager; // @@protoc_insertion_point(field_set_allocated:message.Parkspace_allocation_status_msg.error_manager) } // repeated .message.Parkspace_info parkspace_info = 3; inline int Parkspace_allocation_status_msg::parkspace_info_size() const { return parkspace_info_.size(); } inline const ::message::Parkspace_info& Parkspace_allocation_status_msg::parkspace_info(int index) const { // @@protoc_insertion_point(field_get:message.Parkspace_allocation_status_msg.parkspace_info) return parkspace_info_.Get(index); } inline ::message::Parkspace_info* Parkspace_allocation_status_msg::mutable_parkspace_info(int index) { // @@protoc_insertion_point(field_mutable:message.Parkspace_allocation_status_msg.parkspace_info) return parkspace_info_.Mutable(index); } inline ::message::Parkspace_info* Parkspace_allocation_status_msg::add_parkspace_info() { // @@protoc_insertion_point(field_add:message.Parkspace_allocation_status_msg.parkspace_info) return parkspace_info_.Add(); } inline ::google::protobuf::RepeatedPtrField< ::message::Parkspace_info >* Parkspace_allocation_status_msg::mutable_parkspace_info() { // @@protoc_insertion_point(field_mutable_list:message.Parkspace_allocation_status_msg.parkspace_info) return &parkspace_info_; } inline const ::google::protobuf::RepeatedPtrField< ::message::Parkspace_info >& Parkspace_allocation_status_msg::parkspace_info() const { // @@protoc_insertion_point(field_list:message.Parkspace_allocation_status_msg.parkspace_info) return parkspace_info_; } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) } // namespace message // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_parkspace_5fallocation_5fmessage_2eproto__INCLUDED