|
@@ -7,6 +7,7 @@
|
|
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
#include <google/protobuf/stubs/common.h>
|
|
#include <google/protobuf/stubs/port.h>
|
|
#include <google/protobuf/stubs/port.h>
|
|
|
|
+#include <google/protobuf/stubs/once.h>
|
|
#include <google/protobuf/io/coded_stream.h>
|
|
#include <google/protobuf/io/coded_stream.h>
|
|
#include <google/protobuf/wire_format_lite_inl.h>
|
|
#include <google/protobuf/wire_format_lite_inl.h>
|
|
#include <google/protobuf/descriptor.h>
|
|
#include <google/protobuf/descriptor.h>
|
|
@@ -18,11 +19,6 @@
|
|
#include "third_party/protobuf/version.h"
|
|
#include "third_party/protobuf/version.h"
|
|
#endif
|
|
#endif
|
|
// @@protoc_insertion_point(includes)
|
|
// @@protoc_insertion_point(includes)
|
|
-
|
|
|
|
-namespace protobuf_message_5fbase_2eproto {
|
|
|
|
-extern PROTOBUF_INTERNAL_EXPORT_protobuf_message_5fbase_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Base_info;
|
|
|
|
-extern PROTOBUF_INTERNAL_EXPORT_protobuf_message_5fbase_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Car_info;
|
|
|
|
-} // namespace protobuf_message_5fbase_2eproto
|
|
|
|
namespace message {
|
|
namespace message {
|
|
class Base_infoDefaultTypeInternal {
|
|
class Base_infoDefaultTypeInternal {
|
|
public:
|
|
public:
|
|
@@ -56,9 +52,14 @@ class Parkspace_infoDefaultTypeInternal {
|
|
} _Parkspace_info_default_instance_;
|
|
} _Parkspace_info_default_instance_;
|
|
} // namespace message
|
|
} // namespace message
|
|
namespace protobuf_message_5fbase_2eproto {
|
|
namespace protobuf_message_5fbase_2eproto {
|
|
-static void InitDefaultsBase_info() {
|
|
|
|
|
|
+void InitDefaultsBase_infoImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
{
|
|
{
|
|
void* ptr = &::message::_Base_info_default_instance_;
|
|
void* ptr = &::message::_Base_info_default_instance_;
|
|
new (ptr) ::message::Base_info();
|
|
new (ptr) ::message::Base_info();
|
|
@@ -67,12 +68,20 @@ static void InitDefaultsBase_info() {
|
|
::message::Base_info::InitAsDefaultInstance();
|
|
::message::Base_info::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<0> scc_info_Base_info =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsBase_info}, {}};
|
|
|
|
|
|
+void InitDefaultsBase_info() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsBase_infoImpl);
|
|
|
|
+}
|
|
|
|
|
|
-static void InitDefaultsBase_msg() {
|
|
|
|
|
|
+void InitDefaultsBase_msgImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ protobuf_message_5fbase_2eproto::InitDefaultsBase_info();
|
|
{
|
|
{
|
|
void* ptr = &::message::_Base_msg_default_instance_;
|
|
void* ptr = &::message::_Base_msg_default_instance_;
|
|
new (ptr) ::message::Base_msg();
|
|
new (ptr) ::message::Base_msg();
|
|
@@ -81,13 +90,19 @@ static void InitDefaultsBase_msg() {
|
|
::message::Base_msg::InitAsDefaultInstance();
|
|
::message::Base_msg::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<1> scc_info_Base_msg =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsBase_msg}, {
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Base_info.base,}};
|
|
|
|
|
|
+void InitDefaultsBase_msg() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsBase_msgImpl);
|
|
|
|
+}
|
|
|
|
|
|
-static void InitDefaultsError_manager() {
|
|
|
|
|
|
+void InitDefaultsError_managerImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
{
|
|
{
|
|
void* ptr = &::message::_Error_manager_default_instance_;
|
|
void* ptr = &::message::_Error_manager_default_instance_;
|
|
new (ptr) ::message::Error_manager();
|
|
new (ptr) ::message::Error_manager();
|
|
@@ -96,12 +111,19 @@ static void InitDefaultsError_manager() {
|
|
::message::Error_manager::InitAsDefaultInstance();
|
|
::message::Error_manager::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<0> scc_info_Error_manager =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsError_manager}, {}};
|
|
|
|
|
|
+void InitDefaultsError_manager() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsError_managerImpl);
|
|
|
|
+}
|
|
|
|
|
|
-static void InitDefaultsLocate_information() {
|
|
|
|
|
|
+void InitDefaultsLocate_informationImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
{
|
|
{
|
|
void* ptr = &::message::_Locate_information_default_instance_;
|
|
void* ptr = &::message::_Locate_information_default_instance_;
|
|
new (ptr) ::message::Locate_information();
|
|
new (ptr) ::message::Locate_information();
|
|
@@ -110,12 +132,19 @@ static void InitDefaultsLocate_information() {
|
|
::message::Locate_information::InitAsDefaultInstance();
|
|
::message::Locate_information::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<0> scc_info_Locate_information =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsLocate_information}, {}};
|
|
|
|
|
|
+void InitDefaultsLocate_information() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsLocate_informationImpl);
|
|
|
|
+}
|
|
|
|
|
|
-static void InitDefaultsCar_info() {
|
|
|
|
|
|
+void InitDefaultsCar_infoImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
{
|
|
{
|
|
void* ptr = &::message::_Car_info_default_instance_;
|
|
void* ptr = &::message::_Car_info_default_instance_;
|
|
new (ptr) ::message::Car_info();
|
|
new (ptr) ::message::Car_info();
|
|
@@ -124,12 +153,20 @@ static void InitDefaultsCar_info() {
|
|
::message::Car_info::InitAsDefaultInstance();
|
|
::message::Car_info::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<0> scc_info_Car_info =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsCar_info}, {}};
|
|
|
|
|
|
+void InitDefaultsCar_info() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsCar_infoImpl);
|
|
|
|
+}
|
|
|
|
|
|
-static void InitDefaultsParkspace_info() {
|
|
|
|
|
|
+void InitDefaultsParkspace_infoImpl() {
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
|
|
|
|
+#ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
|
|
|
|
+#else
|
|
|
|
+ ::google::protobuf::internal::InitProtobufDefaults();
|
|
|
|
+#endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
|
|
|
|
+ protobuf_message_5fbase_2eproto::InitDefaultsCar_info();
|
|
{
|
|
{
|
|
void* ptr = &::message::_Parkspace_info_default_instance_;
|
|
void* ptr = &::message::_Parkspace_info_default_instance_;
|
|
new (ptr) ::message::Parkspace_info();
|
|
new (ptr) ::message::Parkspace_info();
|
|
@@ -138,17 +175,9 @@ static void InitDefaultsParkspace_info() {
|
|
::message::Parkspace_info::InitAsDefaultInstance();
|
|
::message::Parkspace_info::InitAsDefaultInstance();
|
|
}
|
|
}
|
|
|
|
|
|
-::google::protobuf::internal::SCCInfo<1> scc_info_Parkspace_info =
|
|
|
|
- {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsParkspace_info}, {
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Car_info.base,}};
|
|
|
|
-
|
|
|
|
-void InitDefaults() {
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Base_info.base);
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Base_msg.base);
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Error_manager.base);
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Locate_information.base);
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Car_info.base);
|
|
|
|
- ::google::protobuf::internal::InitSCC(&scc_info_Parkspace_info.base);
|
|
|
|
|
|
+void InitDefaultsParkspace_info() {
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsParkspace_infoImpl);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata file_level_metadata[6];
|
|
::google::protobuf::Metadata file_level_metadata[6];
|
|
@@ -294,14 +323,15 @@ static ::google::protobuf::Message const * const file_default_instances[] = {
|
|
|
|
|
|
void protobuf_AssignDescriptors() {
|
|
void protobuf_AssignDescriptors() {
|
|
AddDescriptors();
|
|
AddDescriptors();
|
|
|
|
+ ::google::protobuf::MessageFactory* factory = NULL;
|
|
AssignDescriptors(
|
|
AssignDescriptors(
|
|
- "message_base.proto", schemas, file_default_instances, TableStruct::offsets,
|
|
|
|
|
|
+ "message_base.proto", schemas, file_default_instances, TableStruct::offsets, factory,
|
|
file_level_metadata, file_level_enum_descriptors, NULL);
|
|
file_level_metadata, file_level_enum_descriptors, NULL);
|
|
}
|
|
}
|
|
|
|
|
|
void protobuf_AssignDescriptorsOnce() {
|
|
void protobuf_AssignDescriptorsOnce() {
|
|
- static ::google::protobuf::internal::once_flag once;
|
|
|
|
- ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
|
|
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
|
|
}
|
|
}
|
|
|
|
|
|
void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
|
|
void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
|
|
@@ -439,8 +469,8 @@ void AddDescriptorsImpl() {
|
|
}
|
|
}
|
|
|
|
|
|
void AddDescriptors() {
|
|
void AddDescriptors() {
|
|
- static ::google::protobuf::internal::once_flag once;
|
|
|
|
- ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
|
|
|
|
|
|
+ static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
|
|
|
|
+ ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
|
|
}
|
|
}
|
|
// Force AddDescriptors() to be called at dynamic initialization time.
|
|
// Force AddDescriptors() to be called at dynamic initialization time.
|
|
struct StaticDescriptorInitializer {
|
|
struct StaticDescriptorInitializer {
|
|
@@ -729,15 +759,17 @@ const int Base_info::kReceiverFieldNumber;
|
|
|
|
|
|
Base_info::Base_info()
|
|
Base_info::Base_info()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Base_info.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsBase_info();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Base_info)
|
|
// @@protoc_insertion_point(constructor:message.Base_info)
|
|
}
|
|
}
|
|
Base_info::Base_info(const Base_info& from)
|
|
Base_info::Base_info(const Base_info& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
::memcpy(&msg_type_, &from.msg_type_,
|
|
::memcpy(&msg_type_, &from.msg_type_,
|
|
static_cast<size_t>(reinterpret_cast<char*>(&receiver_) -
|
|
static_cast<size_t>(reinterpret_cast<char*>(&receiver_) -
|
|
@@ -746,6 +778,7 @@ Base_info::Base_info(const Base_info& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Base_info::SharedCtor() {
|
|
void Base_info::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
::memset(&msg_type_, 0, static_cast<size_t>(
|
|
::memset(&msg_type_, 0, static_cast<size_t>(
|
|
reinterpret_cast<char*>(&receiver_) -
|
|
reinterpret_cast<char*>(&receiver_) -
|
|
reinterpret_cast<char*>(&msg_type_)) + sizeof(receiver_));
|
|
reinterpret_cast<char*>(&msg_type_)) + sizeof(receiver_));
|
|
@@ -760,7 +793,9 @@ void Base_info::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Base_info::SetCachedSize(int size) const {
|
|
void Base_info::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Base_info::descriptor() {
|
|
const ::google::protobuf::Descriptor* Base_info::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -768,10 +803,17 @@ const ::google::protobuf::Descriptor* Base_info::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Base_info& Base_info::default_instance() {
|
|
const Base_info& Base_info::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Base_info.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsBase_info();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Base_info* Base_info::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Base_info* n = new Base_info;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Base_info::Clear() {
|
|
void Base_info::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Base_info)
|
|
// @@protoc_insertion_point(message_clear_start:message.Base_info)
|
|
@@ -795,7 +837,7 @@ bool Base_info::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Base_info)
|
|
// @@protoc_insertion_point(parse_start:message.Base_info)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -1026,7 +1068,9 @@ size_t Base_info::ByteSizeLong() const {
|
|
}
|
|
}
|
|
|
|
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1101,6 +1145,7 @@ void Base_info::InternalSwap(Base_info* other) {
|
|
swap(receiver_, other->receiver_);
|
|
swap(receiver_, other->receiver_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Base_info::GetMetadata() const {
|
|
::google::protobuf::Metadata Base_info::GetMetadata() const {
|
|
@@ -1121,15 +1166,17 @@ const int Base_msg::kBaseInfoFieldNumber;
|
|
|
|
|
|
Base_msg::Base_msg()
|
|
Base_msg::Base_msg()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Base_msg.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsBase_msg();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Base_msg)
|
|
// @@protoc_insertion_point(constructor:message.Base_msg)
|
|
}
|
|
}
|
|
Base_msg::Base_msg(const Base_msg& from)
|
|
Base_msg::Base_msg(const Base_msg& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
if (from.has_base_info()) {
|
|
if (from.has_base_info()) {
|
|
base_info_ = new ::message::Base_info(*from.base_info_);
|
|
base_info_ = new ::message::Base_info(*from.base_info_);
|
|
@@ -1140,6 +1187,7 @@ Base_msg::Base_msg(const Base_msg& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Base_msg::SharedCtor() {
|
|
void Base_msg::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
base_info_ = NULL;
|
|
base_info_ = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1153,7 +1201,9 @@ void Base_msg::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Base_msg::SetCachedSize(int size) const {
|
|
void Base_msg::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Base_msg::descriptor() {
|
|
const ::google::protobuf::Descriptor* Base_msg::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -1161,10 +1211,17 @@ const ::google::protobuf::Descriptor* Base_msg::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Base_msg& Base_msg::default_instance() {
|
|
const Base_msg& Base_msg::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Base_msg.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsBase_msg();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Base_msg* Base_msg::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Base_msg* n = new Base_msg;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Base_msg::Clear() {
|
|
void Base_msg::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Base_msg)
|
|
// @@protoc_insertion_point(message_clear_start:message.Base_msg)
|
|
@@ -1187,7 +1244,7 @@ bool Base_msg::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Base_msg)
|
|
// @@protoc_insertion_point(parse_start:message.Base_msg)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -1233,7 +1290,7 @@ void Base_msg::SerializeWithCachedSizes(
|
|
// required .message.Base_info base_info = 1;
|
|
// required .message.Base_info base_info = 1;
|
|
if (cached_has_bits & 0x00000001u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
|
|
::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
|
|
- 1, this->_internal_base_info(), output);
|
|
|
|
|
|
+ 1, *this->base_info_, output);
|
|
}
|
|
}
|
|
|
|
|
|
if (_internal_metadata_.have_unknown_fields()) {
|
|
if (_internal_metadata_.have_unknown_fields()) {
|
|
@@ -1255,7 +1312,7 @@ void Base_msg::SerializeWithCachedSizes(
|
|
if (cached_has_bits & 0x00000001u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
target = ::google::protobuf::internal::WireFormatLite::
|
|
target = ::google::protobuf::internal::WireFormatLite::
|
|
InternalWriteMessageToArray(
|
|
InternalWriteMessageToArray(
|
|
- 1, this->_internal_base_info(), deterministic, target);
|
|
|
|
|
|
+ 1, *this->base_info_, deterministic, target);
|
|
}
|
|
}
|
|
|
|
|
|
if (_internal_metadata_.have_unknown_fields()) {
|
|
if (_internal_metadata_.have_unknown_fields()) {
|
|
@@ -1279,10 +1336,12 @@ size_t Base_msg::ByteSizeLong() const {
|
|
if (has_base_info()) {
|
|
if (has_base_info()) {
|
|
total_size += 1 +
|
|
total_size += 1 +
|
|
::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
- *base_info_);
|
|
|
|
|
|
+ *this->base_info_);
|
|
}
|
|
}
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1344,6 +1403,7 @@ void Base_msg::InternalSwap(Base_msg* other) {
|
|
swap(base_info_, other->base_info_);
|
|
swap(base_info_, other->base_info_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Base_msg::GetMetadata() const {
|
|
::google::protobuf::Metadata Base_msg::GetMetadata() const {
|
|
@@ -1364,15 +1424,17 @@ const int Error_manager::kErrorDescriptionFieldNumber;
|
|
|
|
|
|
Error_manager::Error_manager()
|
|
Error_manager::Error_manager()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Error_manager.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsError_manager();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Error_manager)
|
|
// @@protoc_insertion_point(constructor:message.Error_manager)
|
|
}
|
|
}
|
|
Error_manager::Error_manager(const Error_manager& from)
|
|
Error_manager::Error_manager(const Error_manager& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
error_description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
error_description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
if (from.has_error_description()) {
|
|
if (from.has_error_description()) {
|
|
@@ -1385,6 +1447,7 @@ Error_manager::Error_manager(const Error_manager& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Error_manager::SharedCtor() {
|
|
void Error_manager::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
error_description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
error_description_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
::memset(&error_code_, 0, static_cast<size_t>(
|
|
::memset(&error_code_, 0, static_cast<size_t>(
|
|
reinterpret_cast<char*>(&error_level_) -
|
|
reinterpret_cast<char*>(&error_level_) -
|
|
@@ -1401,7 +1464,9 @@ void Error_manager::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Error_manager::SetCachedSize(int size) const {
|
|
void Error_manager::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Error_manager::descriptor() {
|
|
const ::google::protobuf::Descriptor* Error_manager::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -1409,10 +1474,17 @@ const ::google::protobuf::Descriptor* Error_manager::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Error_manager& Error_manager::default_instance() {
|
|
const Error_manager& Error_manager::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Error_manager.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsError_manager();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Error_manager* Error_manager::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Error_manager* n = new Error_manager;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Error_manager::Clear() {
|
|
void Error_manager::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Error_manager)
|
|
// @@protoc_insertion_point(message_clear_start:message.Error_manager)
|
|
@@ -1422,7 +1494,8 @@ void Error_manager::Clear() {
|
|
|
|
|
|
cached_has_bits = _has_bits_[0];
|
|
cached_has_bits = _has_bits_[0];
|
|
if (cached_has_bits & 0x00000001u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
- error_description_.ClearNonDefaultToEmptyNoArena();
|
|
|
|
|
|
+ GOOGLE_DCHECK(!error_description_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
|
|
|
|
+ (*error_description_.UnsafeRawStringPointer())->clear();
|
|
}
|
|
}
|
|
if (cached_has_bits & 6u) {
|
|
if (cached_has_bits & 6u) {
|
|
::memset(&error_code_, 0, static_cast<size_t>(
|
|
::memset(&error_code_, 0, static_cast<size_t>(
|
|
@@ -1439,7 +1512,7 @@ bool Error_manager::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Error_manager)
|
|
// @@protoc_insertion_point(parse_start:message.Error_manager)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -1615,7 +1688,9 @@ size_t Error_manager::ByteSizeLong() const {
|
|
}
|
|
}
|
|
|
|
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1682,12 +1757,12 @@ void Error_manager::Swap(Error_manager* other) {
|
|
}
|
|
}
|
|
void Error_manager::InternalSwap(Error_manager* other) {
|
|
void Error_manager::InternalSwap(Error_manager* other) {
|
|
using std::swap;
|
|
using std::swap;
|
|
- error_description_.Swap(&other->error_description_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
|
- GetArenaNoVirtual());
|
|
|
|
|
|
+ error_description_.Swap(&other->error_description_);
|
|
swap(error_code_, other->error_code_);
|
|
swap(error_code_, other->error_code_);
|
|
swap(error_level_, other->error_level_);
|
|
swap(error_level_, other->error_level_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Error_manager::GetMetadata() const {
|
|
::google::protobuf::Metadata Error_manager::GetMetadata() const {
|
|
@@ -1717,15 +1792,17 @@ const int Locate_information::kUniformedCarYFieldNumber;
|
|
|
|
|
|
Locate_information::Locate_information()
|
|
Locate_information::Locate_information()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Locate_information.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsLocate_information();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Locate_information)
|
|
// @@protoc_insertion_point(constructor:message.Locate_information)
|
|
}
|
|
}
|
|
Locate_information::Locate_information(const Locate_information& from)
|
|
Locate_information::Locate_information(const Locate_information& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
::memcpy(&locate_x_, &from.locate_x_,
|
|
::memcpy(&locate_x_, &from.locate_x_,
|
|
static_cast<size_t>(reinterpret_cast<char*>(&uniformed_car_y_) -
|
|
static_cast<size_t>(reinterpret_cast<char*>(&uniformed_car_y_) -
|
|
@@ -1734,6 +1811,7 @@ Locate_information::Locate_information(const Locate_information& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Locate_information::SharedCtor() {
|
|
void Locate_information::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
::memset(&locate_x_, 0, static_cast<size_t>(
|
|
::memset(&locate_x_, 0, static_cast<size_t>(
|
|
reinterpret_cast<char*>(&uniformed_car_y_) -
|
|
reinterpret_cast<char*>(&uniformed_car_y_) -
|
|
reinterpret_cast<char*>(&locate_x_)) + sizeof(uniformed_car_y_));
|
|
reinterpret_cast<char*>(&locate_x_)) + sizeof(uniformed_car_y_));
|
|
@@ -1748,7 +1826,9 @@ void Locate_information::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Locate_information::SetCachedSize(int size) const {
|
|
void Locate_information::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Locate_information::descriptor() {
|
|
const ::google::protobuf::Descriptor* Locate_information::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -1756,10 +1836,17 @@ const ::google::protobuf::Descriptor* Locate_information::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Locate_information& Locate_information::default_instance() {
|
|
const Locate_information& Locate_information::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Locate_information.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsLocate_information();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Locate_information* Locate_information::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Locate_information* n = new Locate_information;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Locate_information::Clear() {
|
|
void Locate_information::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Locate_information)
|
|
// @@protoc_insertion_point(message_clear_start:message.Locate_information)
|
|
@@ -1788,7 +1875,7 @@ bool Locate_information::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Locate_information)
|
|
// @@protoc_insertion_point(parse_start:message.Locate_information)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -2204,7 +2291,9 @@ size_t Locate_information::ByteSizeLong() const {
|
|
|
|
|
|
}
|
|
}
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2313,6 +2402,7 @@ void Locate_information::InternalSwap(Locate_information* other) {
|
|
swap(uniformed_car_y_, other->uniformed_car_y_);
|
|
swap(uniformed_car_y_, other->uniformed_car_y_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Locate_information::GetMetadata() const {
|
|
::google::protobuf::Metadata Locate_information::GetMetadata() const {
|
|
@@ -2337,15 +2427,17 @@ const int Car_info::kCarWheelWidthFieldNumber;
|
|
|
|
|
|
Car_info::Car_info()
|
|
Car_info::Car_info()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Car_info.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsCar_info();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Car_info)
|
|
// @@protoc_insertion_point(constructor:message.Car_info)
|
|
}
|
|
}
|
|
Car_info::Car_info(const Car_info& from)
|
|
Car_info::Car_info(const Car_info& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
if (from.has_license()) {
|
|
if (from.has_license()) {
|
|
@@ -2362,6 +2454,7 @@ Car_info::Car_info(const Car_info& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Car_info::SharedCtor() {
|
|
void Car_info::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
car_numberplate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
car_numberplate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
::memset(&car_length_, 0, static_cast<size_t>(
|
|
::memset(&car_length_, 0, static_cast<size_t>(
|
|
@@ -2380,7 +2473,9 @@ void Car_info::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Car_info::SetCachedSize(int size) const {
|
|
void Car_info::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Car_info::descriptor() {
|
|
const ::google::protobuf::Descriptor* Car_info::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -2388,10 +2483,17 @@ const ::google::protobuf::Descriptor* Car_info::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Car_info& Car_info::default_instance() {
|
|
const Car_info& Car_info::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Car_info.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsCar_info();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Car_info* Car_info::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Car_info* n = new Car_info;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Car_info::Clear() {
|
|
void Car_info::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Car_info)
|
|
// @@protoc_insertion_point(message_clear_start:message.Car_info)
|
|
@@ -2402,10 +2504,12 @@ void Car_info::Clear() {
|
|
cached_has_bits = _has_bits_[0];
|
|
cached_has_bits = _has_bits_[0];
|
|
if (cached_has_bits & 3u) {
|
|
if (cached_has_bits & 3u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
- license_.ClearNonDefaultToEmptyNoArena();
|
|
|
|
|
|
+ GOOGLE_DCHECK(!license_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
|
|
|
|
+ (*license_.UnsafeRawStringPointer())->clear();
|
|
}
|
|
}
|
|
if (cached_has_bits & 0x00000002u) {
|
|
if (cached_has_bits & 0x00000002u) {
|
|
- car_numberplate_.ClearNonDefaultToEmptyNoArena();
|
|
|
|
|
|
+ GOOGLE_DCHECK(!car_numberplate_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
|
|
|
|
+ (*car_numberplate_.UnsafeRawStringPointer())->clear();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (cached_has_bits & 124u) {
|
|
if (cached_has_bits & 124u) {
|
|
@@ -2423,7 +2527,7 @@ bool Car_info::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Car_info)
|
|
// @@protoc_insertion_point(parse_start:message.Car_info)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -2722,7 +2826,9 @@ size_t Car_info::ByteSizeLong() const {
|
|
|
|
|
|
}
|
|
}
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2801,10 +2907,8 @@ void Car_info::Swap(Car_info* other) {
|
|
}
|
|
}
|
|
void Car_info::InternalSwap(Car_info* other) {
|
|
void Car_info::InternalSwap(Car_info* other) {
|
|
using std::swap;
|
|
using std::swap;
|
|
- license_.Swap(&other->license_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
|
- GetArenaNoVirtual());
|
|
|
|
- car_numberplate_.Swap(&other->car_numberplate_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
|
- GetArenaNoVirtual());
|
|
|
|
|
|
+ license_.Swap(&other->license_);
|
|
|
|
+ car_numberplate_.Swap(&other->car_numberplate_);
|
|
swap(car_length_, other->car_length_);
|
|
swap(car_length_, other->car_length_);
|
|
swap(car_width_, other->car_width_);
|
|
swap(car_width_, other->car_width_);
|
|
swap(car_height_, other->car_height_);
|
|
swap(car_height_, other->car_height_);
|
|
@@ -2812,6 +2916,7 @@ void Car_info::InternalSwap(Car_info* other) {
|
|
swap(car_wheel_width_, other->car_wheel_width_);
|
|
swap(car_wheel_width_, other->car_wheel_width_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Car_info::GetMetadata() const {
|
|
::google::protobuf::Metadata Car_info::GetMetadata() const {
|
|
@@ -2848,15 +2953,17 @@ const int Parkspace_info::kCarTypeFieldNumber;
|
|
|
|
|
|
Parkspace_info::Parkspace_info()
|
|
Parkspace_info::Parkspace_info()
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
: ::google::protobuf::Message(), _internal_metadata_(NULL) {
|
|
- ::google::protobuf::internal::InitSCC(
|
|
|
|
- &protobuf_message_5fbase_2eproto::scc_info_Parkspace_info.base);
|
|
|
|
|
|
+ if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsParkspace_info();
|
|
|
|
+ }
|
|
SharedCtor();
|
|
SharedCtor();
|
|
// @@protoc_insertion_point(constructor:message.Parkspace_info)
|
|
// @@protoc_insertion_point(constructor:message.Parkspace_info)
|
|
}
|
|
}
|
|
Parkspace_info::Parkspace_info(const Parkspace_info& from)
|
|
Parkspace_info::Parkspace_info(const Parkspace_info& from)
|
|
: ::google::protobuf::Message(),
|
|
: ::google::protobuf::Message(),
|
|
_internal_metadata_(NULL),
|
|
_internal_metadata_(NULL),
|
|
- _has_bits_(from._has_bits_) {
|
|
|
|
|
|
+ _has_bits_(from._has_bits_),
|
|
|
|
+ _cached_size_(0) {
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
_internal_metadata_.MergeFrom(from._internal_metadata_);
|
|
entry_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
entry_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
if (from.has_entry_time()) {
|
|
if (from.has_entry_time()) {
|
|
@@ -2878,6 +2985,7 @@ Parkspace_info::Parkspace_info(const Parkspace_info& from)
|
|
}
|
|
}
|
|
|
|
|
|
void Parkspace_info::SharedCtor() {
|
|
void Parkspace_info::SharedCtor() {
|
|
|
|
+ _cached_size_ = 0;
|
|
entry_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
entry_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
leave_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
leave_time_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
::memset(&car_info_, 0, static_cast<size_t>(
|
|
::memset(&car_info_, 0, static_cast<size_t>(
|
|
@@ -2897,7 +3005,9 @@ void Parkspace_info::SharedDtor() {
|
|
}
|
|
}
|
|
|
|
|
|
void Parkspace_info::SetCachedSize(int size) const {
|
|
void Parkspace_info::SetCachedSize(int size) const {
|
|
- _cached_size_.Set(size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
}
|
|
}
|
|
const ::google::protobuf::Descriptor* Parkspace_info::descriptor() {
|
|
const ::google::protobuf::Descriptor* Parkspace_info::descriptor() {
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
|
|
@@ -2905,10 +3015,17 @@ const ::google::protobuf::Descriptor* Parkspace_info::descriptor() {
|
|
}
|
|
}
|
|
|
|
|
|
const Parkspace_info& Parkspace_info::default_instance() {
|
|
const Parkspace_info& Parkspace_info::default_instance() {
|
|
- ::google::protobuf::internal::InitSCC(&protobuf_message_5fbase_2eproto::scc_info_Parkspace_info.base);
|
|
|
|
|
|
+ ::protobuf_message_5fbase_2eproto::InitDefaultsParkspace_info();
|
|
return *internal_default_instance();
|
|
return *internal_default_instance();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+Parkspace_info* Parkspace_info::New(::google::protobuf::Arena* arena) const {
|
|
|
|
+ Parkspace_info* n = new Parkspace_info;
|
|
|
|
+ if (arena != NULL) {
|
|
|
|
+ arena->Own(n);
|
|
|
|
+ }
|
|
|
|
+ return n;
|
|
|
|
+}
|
|
|
|
|
|
void Parkspace_info::Clear() {
|
|
void Parkspace_info::Clear() {
|
|
// @@protoc_insertion_point(message_clear_start:message.Parkspace_info)
|
|
// @@protoc_insertion_point(message_clear_start:message.Parkspace_info)
|
|
@@ -2919,10 +3036,12 @@ void Parkspace_info::Clear() {
|
|
cached_has_bits = _has_bits_[0];
|
|
cached_has_bits = _has_bits_[0];
|
|
if (cached_has_bits & 7u) {
|
|
if (cached_has_bits & 7u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
if (cached_has_bits & 0x00000001u) {
|
|
- entry_time_.ClearNonDefaultToEmptyNoArena();
|
|
|
|
|
|
+ GOOGLE_DCHECK(!entry_time_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
|
|
|
|
+ (*entry_time_.UnsafeRawStringPointer())->clear();
|
|
}
|
|
}
|
|
if (cached_has_bits & 0x00000002u) {
|
|
if (cached_has_bits & 0x00000002u) {
|
|
- leave_time_.ClearNonDefaultToEmptyNoArena();
|
|
|
|
|
|
+ GOOGLE_DCHECK(!leave_time_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
|
|
|
|
+ (*leave_time_.UnsafeRawStringPointer())->clear();
|
|
}
|
|
}
|
|
if (cached_has_bits & 0x00000004u) {
|
|
if (cached_has_bits & 0x00000004u) {
|
|
GOOGLE_DCHECK(car_info_ != NULL);
|
|
GOOGLE_DCHECK(car_info_ != NULL);
|
|
@@ -2950,7 +3069,7 @@ bool Parkspace_info::MergePartialFromCodedStream(
|
|
::google::protobuf::uint32 tag;
|
|
::google::protobuf::uint32 tag;
|
|
// @@protoc_insertion_point(parse_start:message.Parkspace_info)
|
|
// @@protoc_insertion_point(parse_start:message.Parkspace_info)
|
|
for (;;) {
|
|
for (;;) {
|
|
- ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
|
|
|
|
|
|
+ ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u);
|
|
tag = p.first;
|
|
tag = p.first;
|
|
if (!p.second) goto handle_unusual;
|
|
if (!p.second) goto handle_unusual;
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
|
|
@@ -3313,7 +3432,7 @@ void Parkspace_info::SerializeWithCachedSizes(
|
|
// optional .message.Car_info car_info = 11;
|
|
// optional .message.Car_info car_info = 11;
|
|
if (cached_has_bits & 0x00000004u) {
|
|
if (cached_has_bits & 0x00000004u) {
|
|
::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
|
|
::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
|
|
- 11, this->_internal_car_info(), output);
|
|
|
|
|
|
+ 11, *this->car_info_, output);
|
|
}
|
|
}
|
|
|
|
|
|
// optional string entry_time = 12;
|
|
// optional string entry_time = 12;
|
|
@@ -3431,7 +3550,7 @@ void Parkspace_info::SerializeWithCachedSizes(
|
|
if (cached_has_bits & 0x00000004u) {
|
|
if (cached_has_bits & 0x00000004u) {
|
|
target = ::google::protobuf::internal::WireFormatLite::
|
|
target = ::google::protobuf::internal::WireFormatLite::
|
|
InternalWriteMessageToArray(
|
|
InternalWriteMessageToArray(
|
|
- 11, this->_internal_car_info(), deterministic, target);
|
|
|
|
|
|
+ 11, *this->car_info_, deterministic, target);
|
|
}
|
|
}
|
|
|
|
|
|
// optional string entry_time = 12;
|
|
// optional string entry_time = 12;
|
|
@@ -3515,7 +3634,7 @@ size_t Parkspace_info::ByteSizeLong() const {
|
|
if (has_car_info()) {
|
|
if (has_car_info()) {
|
|
total_size += 1 +
|
|
total_size += 1 +
|
|
::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
::google::protobuf::internal::WireFormatLite::MessageSize(
|
|
- *car_info_);
|
|
|
|
|
|
+ *this->car_info_);
|
|
}
|
|
}
|
|
|
|
|
|
// optional int32 parkingspace_index_id = 1;
|
|
// optional int32 parkingspace_index_id = 1;
|
|
@@ -3608,7 +3727,9 @@ size_t Parkspace_info::ByteSizeLong() const {
|
|
}
|
|
}
|
|
|
|
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
|
|
- SetCachedSize(cached_size);
|
|
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
|
|
|
|
+ _cached_size_ = cached_size;
|
|
|
|
+ GOOGLE_SAFE_CONCURRENT_WRITES_END();
|
|
return total_size;
|
|
return total_size;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3720,10 +3841,8 @@ void Parkspace_info::Swap(Parkspace_info* other) {
|
|
}
|
|
}
|
|
void Parkspace_info::InternalSwap(Parkspace_info* other) {
|
|
void Parkspace_info::InternalSwap(Parkspace_info* other) {
|
|
using std::swap;
|
|
using std::swap;
|
|
- entry_time_.Swap(&other->entry_time_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
|
- GetArenaNoVirtual());
|
|
|
|
- leave_time_.Swap(&other->leave_time_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
|
- GetArenaNoVirtual());
|
|
|
|
|
|
+ entry_time_.Swap(&other->entry_time_);
|
|
|
|
+ leave_time_.Swap(&other->leave_time_);
|
|
swap(car_info_, other->car_info_);
|
|
swap(car_info_, other->car_info_);
|
|
swap(parkingspace_index_id_, other->parkingspace_index_id_);
|
|
swap(parkingspace_index_id_, other->parkingspace_index_id_);
|
|
swap(parkingspace_type_, other->parkingspace_type_);
|
|
swap(parkingspace_type_, other->parkingspace_type_);
|
|
@@ -3741,6 +3860,7 @@ void Parkspace_info::InternalSwap(Parkspace_info* other) {
|
|
swap(car_type_, other->car_type_);
|
|
swap(car_type_, other->car_type_);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
swap(_has_bits_[0], other->_has_bits_[0]);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
_internal_metadata_.Swap(&other->_internal_metadata_);
|
|
|
|
+ swap(_cached_size_, other->_cached_size_);
|
|
}
|
|
}
|
|
|
|
|
|
::google::protobuf::Metadata Parkspace_info::GetMetadata() const {
|
|
::google::protobuf::Metadata Parkspace_info::GetMetadata() const {
|
|
@@ -3751,27 +3871,5 @@ void Parkspace_info::InternalSwap(Parkspace_info* other) {
|
|
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
} // namespace message
|
|
} // namespace message
|
|
-namespace google {
|
|
|
|
-namespace protobuf {
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Base_info* Arena::CreateMaybeMessage< ::message::Base_info >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Base_info >(arena);
|
|
|
|
-}
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Base_msg* Arena::CreateMaybeMessage< ::message::Base_msg >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Base_msg >(arena);
|
|
|
|
-}
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Error_manager* Arena::CreateMaybeMessage< ::message::Error_manager >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Error_manager >(arena);
|
|
|
|
-}
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Locate_information* Arena::CreateMaybeMessage< ::message::Locate_information >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Locate_information >(arena);
|
|
|
|
-}
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Car_info* Arena::CreateMaybeMessage< ::message::Car_info >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Car_info >(arena);
|
|
|
|
-}
|
|
|
|
-template<> GOOGLE_PROTOBUF_ATTRIBUTE_NOINLINE ::message::Parkspace_info* Arena::CreateMaybeMessage< ::message::Parkspace_info >(Arena* arena) {
|
|
|
|
- return Arena::CreateInternal< ::message::Parkspace_info >(arena);
|
|
|
|
-}
|
|
|
|
-} // namespace protobuf
|
|
|
|
-} // namespace google
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(global_scope)
|
|
// @@protoc_insertion_point(global_scope)
|