// Generated by the protocol buffer compiler. DO NOT EDIT! // source: Job.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "Job.pb.h" #include #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Tango { namespace PMR { namespace Jobs { class JobDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Job_default_instance_; namespace protobuf_Job_2eproto { namespace { ::google::protobuf::Metadata file_level_metadata[1]; } // namespace PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField const TableStruct::entries[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0}, }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField const TableStruct::aux[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ::google::protobuf::internal::AuxillaryParseTableField(), }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const TableStruct::schema[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, }; const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Job, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Job, name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Job, segments_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(Job)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&_Job_default_instance_), }; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "Job.proto", schemas, file_default_instances, TableStruct::offsets, factory, file_level_metadata, NULL, NULL); } void protobuf_AssignDescriptorsOnce() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); } void protobuf_RegisterTypes(const ::std::string&) GOOGLE_ATTRIBUTE_COLD; void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1); } } // namespace void TableStruct::InitDefaultsImpl() { GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::internal::InitProtobufDefaults(); ::Tango::PMR::Jobs::protobuf_Segment_2eproto::InitDefaults(); _Job_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_Job_default_instance_);} void InitDefaults() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); } namespace { void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\tJob.proto\022\016Tango.PMR.Jobs\032\rSegment.pro" "to\">\n\003Job\022\014\n\004Name\030\001 \001(\t\022)\n\010Segments\030\002 \003(" "\0132\027.Tango.PMR.Jobs.SegmentB\032\n\030com.twine." "tango.pmr.jobsb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 142); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "Job.proto", &protobuf_RegisterTypes); ::Tango::PMR::Jobs::protobuf_Segment_2eproto::AddDescriptors(); } } // anonymous namespace 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_Job_2eproto // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Job::kNameFieldNumber; const int Job::kSegmentsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Job::Job() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_Job_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:Tango.PMR.Jobs.Job) } Job::Job(const Job& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), segments_(from.segments_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.name().size() > 0) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } // @@protoc_insertion_point(copy_constructor:Tango.PMR.Jobs.Job) } void Job::SharedCtor() { name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _cached_size_ = 0; } Job::~Job() { // @@protoc_insertion_point(destructor:Tango.PMR.Jobs.Job) SharedDtor(); } void Job::SharedDtor() { name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Job::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* Job::descriptor() { protobuf_Job_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_Job_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const Job& Job::default_instance() { protobuf_Job_2eproto::InitDefaults(); return *internal_default_instance(); } Job* Job::New(::google::protobuf::Arena* arena) const { Job* n = new Job; if (arena != NULL) { arena->Own(n); } return n; } void Job::Clear() { // @@protoc_insertion_point(message_clear_start:Tango.PMR.Jobs.Job) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; segments_.Clear(); name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } bool Job::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:Tango.PMR.Jobs.Job) 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)) { // string Name = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( input, this->mutable_name())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "Tango.PMR.Jobs.Job.Name")); } else { goto handle_unusual; } break; } // repeated .Tango.PMR.Jobs.Segment Segments = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, add_segments())); } 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:Tango.PMR.Jobs.Job) return true; failure: // @@protoc_insertion_point(parse_failure:Tango.PMR.Jobs.Job) return false; #undef DO_ } void Job::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Tango.PMR.Jobs.Job) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // string Name = 1; if (this->name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Jobs.Job.Name"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 1, this->name(), output); } // repeated .Tango.PMR.Jobs.Segment Segments = 2; for (unsigned int i = 0, n = static_cast(this->segments_size()); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 2, this->segments(static_cast(i)), output); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); } // @@protoc_insertion_point(serialize_end:Tango.PMR.Jobs.Job) } ::google::protobuf::uint8* Job::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Jobs.Job) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // string Name = 1; if (this->name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Jobs.Job.Name"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 1, this->name(), target); } // repeated .Tango.PMR.Jobs.Segment Segments = 2; for (unsigned int i = 0, n = static_cast(this->segments_size()); i < n; i++) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 2, this->segments(static_cast(i)), deterministic, target); } if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); } // @@protoc_insertion_point(serialize_to_array_end:Tango.PMR.Jobs.Job) return target; } size_t Job::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Jobs.Job) size_t total_size = 0; if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { total_size += ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance())); } // repeated .Tango.PMR.Jobs.Segment Segments = 2; { unsigned int count = static_cast(this->segments_size()); total_size += 1UL * count; for (unsigned int i = 0; i < count; i++) { total_size += ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( this->segments(static_cast(i))); } } // string Name = 1; if (this->name().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->name()); } 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 Job::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Jobs.Job) GOOGLE_DCHECK_NE(&from, this); const Job* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Jobs.Job) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Jobs.Job) MergeFrom(*source); } } void Job::MergeFrom(const Job& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Jobs.Job) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; segments_.MergeFrom(from.segments_); if (from.name().size() > 0) { name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } } void Job::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Jobs.Job) if (&from == this) return; Clear(); MergeFrom(from); } void Job::CopyFrom(const Job& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Jobs.Job) if (&from == this) return; Clear(); MergeFrom(from); } bool Job::IsInitialized() const { return true; } void Job::Swap(Job* other) { if (other == this) return; InternalSwap(other); } void Job::InternalSwap(Job* other) { using std::swap; segments_.InternalSwap(&other->segments_); name_.Swap(&other->name_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata Job::GetMetadata() const { protobuf_Job_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_Job_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // Job // string Name = 1; void Job::clear_name() { name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& Job::name() const { // @@protoc_insertion_point(field_get:Tango.PMR.Jobs.Job.Name) return name_.GetNoArena(); } void Job::set_name(const ::std::string& value) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Jobs.Job.Name) } #if LANG_CXX11 void Job::set_name(::std::string&& value) { name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Jobs.Job.Name) } #endif void Job::set_name(const char* value) { GOOGLE_DCHECK(value != NULL); name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Tango.PMR.Jobs.Job.Name) } void Job::set_name(const char* value, size_t size) { name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Jobs.Job.Name) } ::std::string* Job::mutable_name() { // @@protoc_insertion_point(field_mutable:Tango.PMR.Jobs.Job.Name) return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* Job::release_name() { // @@protoc_insertion_point(field_release:Tango.PMR.Jobs.Job.Name) return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void Job::set_allocated_name(::std::string* name) { if (name != NULL) { } else { } name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Jobs.Job.Name) } // repeated .Tango.PMR.Jobs.Segment Segments = 2; int Job::segments_size() const { return segments_.size(); } void Job::clear_segments() { segments_.Clear(); } const ::Tango::PMR::Jobs::Segment& Job::segments(int index) const { // @@protoc_insertion_point(field_get:Tango.PMR.Jobs.Job.Segments) return segments_.Get(index); } ::Tango::PMR::Jobs::Segment* Job::mutable_segments(int index) { // @@protoc_insertion_point(field_mutable:Tango.PMR.Jobs.Job.Segments) return segments_.Mutable(index); } ::Tango::PMR::Jobs::Segment* Job::add_segments() { // @@protoc_insertion_point(field_add:Tango.PMR.Jobs.Job.Segments) return segments_.Add(); } ::google::protobuf::RepeatedPtrField< ::Tango::PMR::Jobs::Segment >* Job::mutable_segments() { // @@protoc_insertion_point(field_mutable_list:Tango.PMR.Jobs.Job.Segments) return &segments_; } const ::google::protobuf::RepeatedPtrField< ::Tango::PMR::Jobs::Segment >& Job::segments() const { // @@protoc_insertion_point(field_list:Tango.PMR.Jobs.Job.Segments) return segments_; } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace Jobs } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope)