// Generated by the protocol buffer compiler. DO NOT EDIT! // source: JobResponse.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "JobResponse.pb.h" #include #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Tango { namespace PMR { namespace Printing { class JobResponseDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _JobResponse_default_instance_; namespace protobuf_JobResponse_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(JobResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobResponse, status_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(JobResponse, canceled_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(JobResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&_JobResponse_default_instance_), }; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "JobResponse.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::Printing::protobuf_JobStatus_2eproto::InitDefaults(); _JobResponse_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_JobResponse_default_instance_);_JobResponse_default_instance_._instance.get_mutable()->status_ = const_cast< ::Tango::PMR::Printing::JobStatus*>( ::Tango::PMR::Printing::JobStatus::internal_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\021JobResponse.proto\022\022Tango.PMR.Printing\032" "\017JobStatus.proto\"N\n\013JobResponse\022-\n\006Statu" "s\030\001 \001(\0132\035.Tango.PMR.Printing.JobStatus\022\020" "\n\010Canceled\030\002 \001(\010B\036\n\034com.twine.tango.pmr." "printingb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 176); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "JobResponse.proto", &protobuf_RegisterTypes); ::Tango::PMR::Printing::protobuf_JobStatus_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_JobResponse_2eproto // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int JobResponse::kStatusFieldNumber; const int JobResponse::kCanceledFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 JobResponse::JobResponse() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_JobResponse_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:Tango.PMR.Printing.JobResponse) } JobResponse::JobResponse(const JobResponse& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_status()) { status_ = new ::Tango::PMR::Printing::JobStatus(*from.status_); } else { status_ = NULL; } canceled_ = from.canceled_; // @@protoc_insertion_point(copy_constructor:Tango.PMR.Printing.JobResponse) } void JobResponse::SharedCtor() { ::memset(&status_, 0, static_cast( reinterpret_cast(&canceled_) - reinterpret_cast(&status_)) + sizeof(canceled_)); _cached_size_ = 0; } JobResponse::~JobResponse() { // @@protoc_insertion_point(destructor:Tango.PMR.Printing.JobResponse) SharedDtor(); } void JobResponse::SharedDtor() { if (this != internal_default_instance()) delete status_; } void JobResponse::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* JobResponse::descriptor() { protobuf_JobResponse_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_JobResponse_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const JobResponse& JobResponse::default_instance() { protobuf_JobResponse_2eproto::InitDefaults(); return *internal_default_instance(); } JobResponse* JobResponse::New(::google::protobuf::Arena* arena) const { JobResponse* n = new JobResponse; if (arena != NULL) { arena->Own(n); } return n; } void JobResponse::Clear() { // @@protoc_insertion_point(message_clear_start:Tango.PMR.Printing.JobResponse) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; if (GetArenaNoVirtual() == NULL && status_ != NULL) { delete status_; } status_ = NULL; canceled_ = false; _internal_metadata_.Clear(); } bool JobResponse::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.Printing.JobResponse) 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)) { // .Tango.PMR.Printing.JobStatus Status = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( input, mutable_status())); } else { goto handle_unusual; } break; } // bool Canceled = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( input, &canceled_))); } 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.Printing.JobResponse) return true; failure: // @@protoc_insertion_point(parse_failure:Tango.PMR.Printing.JobResponse) return false; #undef DO_ } void JobResponse::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Tango.PMR.Printing.JobResponse) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // .Tango.PMR.Printing.JobStatus Status = 1; if (this->has_status()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 1, *this->status_, output); } // bool Canceled = 2; if (this->canceled() != 0) { ::google::protobuf::internal::WireFormatLite::WriteBool(2, this->canceled(), 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.Printing.JobResponse) } ::google::protobuf::uint8* JobResponse::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Printing.JobResponse) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // .Tango.PMR.Printing.JobStatus Status = 1; if (this->has_status()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageNoVirtualToArray( 1, *this->status_, deterministic, target); } // bool Canceled = 2; if (this->canceled() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(2, this->canceled(), 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.Printing.JobResponse) return target; } size_t JobResponse::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Printing.JobResponse) 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())); } // .Tango.PMR.Printing.JobStatus Status = 1; if (this->has_status()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual( *this->status_); } // bool Canceled = 2; if (this->canceled() != 0) { total_size += 1 + 1; } 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 JobResponse::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Printing.JobResponse) GOOGLE_DCHECK_NE(&from, this); const JobResponse* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Printing.JobResponse) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Printing.JobResponse) MergeFrom(*source); } } void JobResponse::MergeFrom(const JobResponse& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Printing.JobResponse) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_status()) { mutable_status()->::Tango::PMR::Printing::JobStatus::MergeFrom(from.status()); } if (from.canceled() != 0) { set_canceled(from.canceled()); } } void JobResponse::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Printing.JobResponse) if (&from == this) return; Clear(); MergeFrom(from); } void JobResponse::CopyFrom(const JobResponse& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Printing.JobResponse) if (&from == this) return; Clear(); MergeFrom(from); } bool JobResponse::IsInitialized() const { return true; } void JobResponse::Swap(JobResponse* other) { if (other == this) return; InternalSwap(other); } void JobResponse::InternalSwap(JobResponse* other) { using std::swap; swap(status_, other->status_); swap(canceled_, other->canceled_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata JobResponse::GetMetadata() const { protobuf_JobResponse_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_JobResponse_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // JobResponse // .Tango.PMR.Printing.JobStatus Status = 1; bool JobResponse::has_status() const { return this != internal_default_instance() && status_ != NULL; } void JobResponse::clear_status() { if (GetArenaNoVirtual() == NULL && status_ != NULL) delete status_; status_ = NULL; } const ::Tango::PMR::Printing::JobStatus& JobResponse::status() const { const ::Tango::PMR::Printing::JobStatus* p = status_; // @@protoc_insertion_point(field_get:Tango.PMR.Printing.JobResponse.Status) return p != NULL ? *p : *reinterpret_cast( &::Tango::PMR::Printing::_JobStatus_default_instance_); } ::Tango::PMR::Printing::JobStatus* JobResponse::mutable_status() { if (status_ == NULL) { status_ = new ::Tango::PMR::Printing::JobStatus; } // @@protoc_insertion_point(field_mutable:Tango.PMR.Printing.JobResponse.Status) return status_; } ::Tango::PMR::Printing::JobStatus* JobResponse::release_status() { // @@protoc_insertion_point(field_release:Tango.PMR.Printing.JobResponse.Status) ::Tango::PMR::Printing::JobStatus* temp = status_; status_ = NULL; return temp; } void JobResponse::set_allocated_status(::Tango::PMR::Printing::JobStatus* status) { delete status_; status_ = status; if (status) { } else { } // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Printing.JobResponse.Status) } // bool Canceled = 2; void JobResponse::clear_canceled() { canceled_ = false; } bool JobResponse::canceled() const { // @@protoc_insertion_point(field_get:Tango.PMR.Printing.JobResponse.Canceled) return canceled_; } void JobResponse::set_canceled(bool value) { canceled_ = value; // @@protoc_insertion_point(field_set:Tango.PMR.Printing.JobResponse.Canceled) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace Printing } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope)