// Generated by the protocol buffer compiler. DO NOT EDIT! // source: manual_operation_message.proto #include "manual_operation_message.pb.h" #include #include #include #include #include #include #include #include #include #include // This is a temporary google only hack #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS #include "third_party/protobuf/version.h" #endif // @@protoc_insertion_point(includes) namespace message { class Manual_operation_msgDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Manual_operation_msg_default_instance_; } // namespace message namespace protobuf_manual_5foperation_5fmessage_2eproto { void InitDefaultsManual_operation_msgImpl() { 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::_Manual_operation_msg_default_instance_; new (ptr) ::message::Manual_operation_msg(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } ::message::Manual_operation_msg::InitAsDefaultInstance(); } void InitDefaultsManual_operation_msg() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsManual_operation_msgImpl); } ::google::protobuf::Metadata file_level_metadata[1]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[2]; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, _has_bits_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, base_info_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, license_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, step_type_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Manual_operation_msg, operate_type_), 1, 0, 2, 3, }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, 9, sizeof(::message::Manual_operation_msg)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::message::_Manual_operation_msg_default_instance_), }; void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "manual_operation_message.proto", schemas, file_default_instances, TableStruct::offsets, factory, file_level_metadata, file_level_enum_descriptors, NULL); } void protobuf_AssignDescriptorsOnce() { 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&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1); } void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\036manual_operation_message.proto\022\007messag" "e\032\022message_base.proto\"\244\001\n\024Manual_operati" "on_msg\022%\n\tbase_info\030\001 \002(\0132\022.message.Base" "_info\022\017\n\007license\030\002 \002(\t\022%\n\tstep_type\030\003 \002(" "\0162\022.message.Step_type\022-\n\014operate_type\030\004 " "\002(\0162\027.message.Operation_type*\376\001\n\tStep_ty" "pe\022\017\n\013eAlloc_step\020\000\022\021\n\reMeasure_step\020\001\022\021" "\n\reCompare_step\020\002\022\022\n\016eDispatch_step\020\003\022\021\n" "\reConfirm_step\020\004\022\r\n\teComplete\020\005\022\025\n\021eBack" "Confirm_step\020\006\022\026\n\022eBackDispatch_step\020\007\022\026" "\n\022eBack_compare_step\020\010\022\025\n\021eBackMeasure_s" "tep\020\t\022\023\n\017eBackAlloc_step\020\n\022\021\n\reBackCompl" "ete\020\013*$\n\016Operation_type\022\022\n\016eManual_cance" "l\020\001" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 523); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "manual_operation_message.proto", &protobuf_RegisterTypes); ::protobuf_message_5fbase_2eproto::AddDescriptors(); } void AddDescriptors() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl); } // Force AddDescriptors() to be called at dynamic initialization time. struct StaticDescriptorInitializer { StaticDescriptorInitializer() { AddDescriptors(); } } static_descriptor_initializer; } // namespace protobuf_manual_5foperation_5fmessage_2eproto namespace message { const ::google::protobuf::EnumDescriptor* Step_type_descriptor() { protobuf_manual_5foperation_5fmessage_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_manual_5foperation_5fmessage_2eproto::file_level_enum_descriptors[0]; } bool Step_type_IsValid(int value) { switch (value) { case 0: case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8: case 9: case 10: case 11: return true; default: return false; } } const ::google::protobuf::EnumDescriptor* Operation_type_descriptor() { protobuf_manual_5foperation_5fmessage_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_manual_5foperation_5fmessage_2eproto::file_level_enum_descriptors[1]; } bool Operation_type_IsValid(int value) { switch (value) { case 1: return true; default: return false; } } // =================================================================== void Manual_operation_msg::InitAsDefaultInstance() { ::message::_Manual_operation_msg_default_instance_._instance.get_mutable()->base_info_ = const_cast< ::message::Base_info*>( ::message::Base_info::internal_default_instance()); } void Manual_operation_msg::clear_base_info() { if (base_info_ != NULL) base_info_->Clear(); clear_has_base_info(); } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Manual_operation_msg::kBaseInfoFieldNumber; const int Manual_operation_msg::kLicenseFieldNumber; const int Manual_operation_msg::kStepTypeFieldNumber; const int Manual_operation_msg::kOperateTypeFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Manual_operation_msg::Manual_operation_msg() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { ::protobuf_manual_5foperation_5fmessage_2eproto::InitDefaultsManual_operation_msg(); } SharedCtor(); // @@protoc_insertion_point(constructor:message.Manual_operation_msg) } Manual_operation_msg::Manual_operation_msg(const Manual_operation_msg& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _has_bits_(from._has_bits_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.has_license()) { license_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.license_); } if (from.has_base_info()) { base_info_ = new ::message::Base_info(*from.base_info_); } else { base_info_ = NULL; } ::memcpy(&step_type_, &from.step_type_, static_cast(reinterpret_cast(&operate_type_) - reinterpret_cast(&step_type_)) + sizeof(operate_type_)); // @@protoc_insertion_point(copy_constructor:message.Manual_operation_msg) } void Manual_operation_msg::SharedCtor() { _cached_size_ = 0; license_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&base_info_, 0, static_cast( reinterpret_cast(&step_type_) - reinterpret_cast(&base_info_)) + sizeof(step_type_)); operate_type_ = 1; } Manual_operation_msg::~Manual_operation_msg() { // @@protoc_insertion_point(destructor:message.Manual_operation_msg) SharedDtor(); } void Manual_operation_msg::SharedDtor() { license_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete base_info_; } void Manual_operation_msg::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Manual_operation_msg::descriptor() { ::protobuf_manual_5foperation_5fmessage_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_manual_5foperation_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Manual_operation_msg& Manual_operation_msg::default_instance() { ::protobuf_manual_5foperation_5fmessage_2eproto::InitDefaultsManual_operation_msg(); return *internal_default_instance(); } Manual_operation_msg* Manual_operation_msg::New(::google::protobuf::Arena* arena) const { Manual_operation_msg* n = new Manual_operation_msg; if (arena != NULL) { arena->Own(n); } return n; } void Manual_operation_msg::Clear() { // @@protoc_insertion_point(message_clear_start:message.Manual_operation_msg) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 3u) { if (cached_has_bits & 0x00000001u) { GOOGLE_DCHECK(!license_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited())); (*license_.UnsafeRawStringPointer())->clear(); } if (cached_has_bits & 0x00000002u) { GOOGLE_DCHECK(base_info_ != NULL); base_info_->Clear(); } } if (cached_has_bits & 12u) { step_type_ = 0; operate_type_ = 1; } _has_bits_.Clear(); _internal_metadata_.Clear(); } bool Manual_operation_msg::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:message.Manual_operation_msg) for (;;) { ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { // required .message.Base_info base_info = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( input, mutable_base_info())); } else { goto handle_unusual; } break; } // required string license = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_license())); ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->license().data(), static_cast(this->license().length()), ::google::protobuf::internal::WireFormat::PARSE, "message.Manual_operation_msg.license"); } else { goto handle_unusual; } break; } // required .message.Step_type step_type = 3; case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) { int value; DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::message::Step_type_IsValid(value)) { set_step_type(static_cast< ::message::Step_type >(value)); } else { mutable_unknown_fields()->AddVarint( 3, static_cast< ::google::protobuf::uint64>(value)); } } else { goto handle_unusual; } break; } // required .message.Operation_type operate_type = 4; case 4: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) { int value; DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::message::Operation_type_IsValid(value)) { set_operate_type(static_cast< ::message::Operation_type >(value)); } else { mutable_unknown_fields()->AddVarint( 4, static_cast< ::google::protobuf::uint64>(value)); } } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::google::protobuf::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:message.Manual_operation_msg) return true; failure: // @@protoc_insertion_point(parse_failure:message.Manual_operation_msg) return false; #undef DO_ } void Manual_operation_msg::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:message.Manual_operation_msg) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required .message.Base_info base_info = 1; if (cached_has_bits & 0x00000002u) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 1, *this->base_info_, output); } // required string license = 2; if (cached_has_bits & 0x00000001u) { ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->license().data(), static_cast(this->license().length()), ::google::protobuf::internal::WireFormat::SERIALIZE, "message.Manual_operation_msg.license"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 2, this->license(), output); } // required .message.Step_type step_type = 3; if (cached_has_bits & 0x00000004u) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 3, this->step_type(), output); } // required .message.Operation_type operate_type = 4; if (cached_has_bits & 0x00000008u) { ::google::protobuf::internal::WireFormatLite::WriteEnum( 4, this->operate_type(), output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:message.Manual_operation_msg) } ::google::protobuf::uint8* Manual_operation_msg::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:message.Manual_operation_msg) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required .message.Base_info base_info = 1; if (cached_has_bits & 0x00000002u) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( 1, *this->base_info_, deterministic, target); } // required string license = 2; if (cached_has_bits & 0x00000001u) { ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField( this->license().data(), static_cast(this->license().length()), ::google::protobuf::internal::WireFormat::SERIALIZE, "message.Manual_operation_msg.license"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 2, this->license(), target); } // required .message.Step_type step_type = 3; if (cached_has_bits & 0x00000004u) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 3, this->step_type(), target); } // required .message.Operation_type operate_type = 4; if (cached_has_bits & 0x00000008u) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( 4, this->operate_type(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:message.Manual_operation_msg) return target; } size_t Manual_operation_msg::RequiredFieldsByteSizeFallback() const { // @@protoc_insertion_point(required_fields_byte_size_fallback_start:message.Manual_operation_msg) size_t total_size = 0; if (has_license()) { // required string license = 2; total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->license()); } if (has_base_info()) { // required .message.Base_info base_info = 1; total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( *this->base_info_); } if (has_step_type()) { // required .message.Step_type step_type = 3; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->step_type()); } if (has_operate_type()) { // required .message.Operation_type operate_type = 4; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->operate_type()); } return total_size; } size_t Manual_operation_msg::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:message.Manual_operation_msg) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } if (((_has_bits_[0] & 0x0000000f) ^ 0x0000000f) == 0) { // All required fields are present. // required string license = 2; total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->license()); // required .message.Base_info base_info = 1; total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( *this->base_info_); // required .message.Step_type step_type = 3; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->step_type()); // required .message.Operation_type operate_type = 4; total_size += 1 + ::google::protobuf::internal::WireFormatLite::EnumSize(this->operate_type()); } else { total_size += RequiredFieldsByteSizeFallback(); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); return total_size; } void Manual_operation_msg::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:message.Manual_operation_msg) GOOGLE_DCHECK_NE(&from, this); const Manual_operation_msg* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:message.Manual_operation_msg) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:message.Manual_operation_msg) MergeFrom(*source); } } void Manual_operation_msg::MergeFrom(const Manual_operation_msg& from) { // @@protoc_insertion_point(class_specific_merge_from_start:message.Manual_operation_msg) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 15u) { if (cached_has_bits & 0x00000001u) { set_has_license(); license_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.license_); } if (cached_has_bits & 0x00000002u) { mutable_base_info()->::message::Base_info::MergeFrom(from.base_info()); } if (cached_has_bits & 0x00000004u) { step_type_ = from.step_type_; } if (cached_has_bits & 0x00000008u) { operate_type_ = from.operate_type_; } _has_bits_[0] |= cached_has_bits; } } void Manual_operation_msg::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:message.Manual_operation_msg) if (&from == this) return; Clear(); MergeFrom(from); } void Manual_operation_msg::CopyFrom(const Manual_operation_msg& from) { // @@protoc_insertion_point(class_specific_copy_from_start:message.Manual_operation_msg) if (&from == this) return; Clear(); MergeFrom(from); } bool Manual_operation_msg::IsInitialized() const { if ((_has_bits_[0] & 0x0000000f) != 0x0000000f) return false; if (has_base_info()) { if (!this->base_info_->IsInitialized()) return false; } return true; } void Manual_operation_msg::Swap(Manual_operation_msg* other) { if (other == this) return; InternalSwap(other); } void Manual_operation_msg::InternalSwap(Manual_operation_msg* other) { using std::swap; license_.Swap(&other->license_); swap(base_info_, other->base_info_); swap(step_type_, other->step_type_); swap(operate_type_, other->operate_type_); swap(_has_bits_[0], other->_has_bits_[0]); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Manual_operation_msg::GetMetadata() const { protobuf_manual_5foperation_5fmessage_2eproto::protobuf_AssignDescriptorsOnce(); return ::protobuf_manual_5foperation_5fmessage_2eproto::file_level_metadata[kIndexInFileMessages]; } // @@protoc_insertion_point(namespace_scope) } // namespace message // @@protoc_insertion_point(global_scope)