// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ExternalClientLoginResponse.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "ExternalClientLoginResponse.pb.h" #include #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Tango { namespace PMR { namespace Integration { class ExternalClientLoginResponseDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _ExternalClientLoginResponse_default_instance_; namespace protobuf_ExternalClientLoginResponse_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(ExternalClientLoginResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ExternalClientLoginResponse, authenticated_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ExternalClientLoginResponse, serialnumber_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(ExternalClientLoginResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&_ExternalClientLoginResponse_default_instance_), }; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "ExternalClientLoginResponse.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(); _ExternalClientLoginResponse_default_instance_._instance.DefaultConstruct(); ::google::protobuf::internal::OnShutdownDestroyMessage( &_ExternalClientLoginResponse_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!ExternalClientLoginResponse.proto\022\025Tan" "go.PMR.Integration\"J\n\033ExternalClientLogi" "nResponse\022\025\n\rAuthenticated\030\001 \001(\010\022\024\n\014Seri" "alNumber\030\002 \001(\tB!\n\037com.twine.tango.pmr.in" "tegrationb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 177); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "ExternalClientLoginResponse.proto", &protobuf_RegisterTypes); } } // 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_ExternalClientLoginResponse_2eproto // =================================================================== #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int ExternalClientLoginResponse::kAuthenticatedFieldNumber; const int ExternalClientLoginResponse::kSerialNumberFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ExternalClientLoginResponse::ExternalClientLoginResponse() : ::google::protobuf::Message(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_ExternalClientLoginResponse_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:Tango.PMR.Integration.ExternalClientLoginResponse) } ExternalClientLoginResponse::ExternalClientLoginResponse(const ExternalClientLoginResponse& from) : ::google::protobuf::Message(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); serialnumber_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.serialnumber().size() > 0) { serialnumber_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.serialnumber_); } authenticated_ = from.authenticated_; // @@protoc_insertion_point(copy_constructor:Tango.PMR.Integration.ExternalClientLoginResponse) } void ExternalClientLoginResponse::SharedCtor() { serialnumber_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); authenticated_ = false; _cached_size_ = 0; } ExternalClientLoginResponse::~ExternalClientLoginResponse() { // @@protoc_insertion_point(destructor:Tango.PMR.Integration.ExternalClientLoginResponse) SharedDtor(); } void ExternalClientLoginResponse::SharedDtor() { serialnumber_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void ExternalClientLoginResponse::SetCachedSize(int size) const { GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = size; GOOGLE_SAFE_CONCURRENT_WRITES_END(); } const ::google::protobuf::Descriptor* ExternalClientLoginResponse::descriptor() { protobuf_ExternalClientLoginResponse_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_ExternalClientLoginResponse_2eproto::file_level_metadata[kIndexInFileMessages].descriptor; } const ExternalClientLoginResponse& ExternalClientLoginResponse::default_instance() { protobuf_ExternalClientLoginResponse_2eproto::InitDefaults(); return *internal_default_instance(); } ExternalClientLoginResponse* ExternalClientLoginResponse::New(::google::protobuf::Arena* arena) const { ExternalClientLoginResponse* n = new ExternalClientLoginResponse; if (arena != NULL) { arena->Own(n); } return n; } void ExternalClientLoginResponse::Clear() { // @@protoc_insertion_point(message_clear_start:Tango.PMR.Integration.ExternalClientLoginResponse) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; serialnumber_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); authenticated_ = false; _internal_metadata_.Clear(); } bool ExternalClientLoginResponse::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.Integration.ExternalClientLoginResponse) 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)) { // bool Authenticated = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) { DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( input, &authenticated_))); } else { goto handle_unusual; } break; } // string SerialNumber = 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_serialnumber())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->serialnumber().data(), static_cast(this->serialnumber().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber")); } 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.Integration.ExternalClientLoginResponse) return true; failure: // @@protoc_insertion_point(parse_failure:Tango.PMR.Integration.ExternalClientLoginResponse) return false; #undef DO_ } void ExternalClientLoginResponse::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Tango.PMR.Integration.ExternalClientLoginResponse) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // bool Authenticated = 1; if (this->authenticated() != 0) { ::google::protobuf::internal::WireFormatLite::WriteBool(1, this->authenticated(), output); } // string SerialNumber = 2; if (this->serialnumber().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->serialnumber().data(), static_cast(this->serialnumber().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 2, this->serialnumber(), 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.Integration.ExternalClientLoginResponse) } ::google::protobuf::uint8* ExternalClientLoginResponse::InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const { (void)deterministic; // Unused // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Integration.ExternalClientLoginResponse) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // bool Authenticated = 1; if (this->authenticated() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(1, this->authenticated(), target); } // string SerialNumber = 2; if (this->serialnumber().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->serialnumber().data(), static_cast(this->serialnumber().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 2, this->serialnumber(), 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.Integration.ExternalClientLoginResponse) return target; } size_t ExternalClientLoginResponse::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Integration.ExternalClientLoginResponse) 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())); } // string SerialNumber = 2; if (this->serialnumber().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( this->serialnumber()); } // bool Authenticated = 1; if (this->authenticated() != 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 ExternalClientLoginResponse::MergeFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Integration.ExternalClientLoginResponse) GOOGLE_DCHECK_NE(&from, this); const ExternalClientLoginResponse* source = ::google::protobuf::internal::DynamicCastToGenerated( &from); if (source == NULL) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Integration.ExternalClientLoginResponse) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Integration.ExternalClientLoginResponse) MergeFrom(*source); } } void ExternalClientLoginResponse::MergeFrom(const ExternalClientLoginResponse& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Integration.ExternalClientLoginResponse) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.serialnumber().size() > 0) { serialnumber_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.serialnumber_); } if (from.authenticated() != 0) { set_authenticated(from.authenticated()); } } void ExternalClientLoginResponse::CopyFrom(const ::google::protobuf::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Integration.ExternalClientLoginResponse) if (&from == this) return; Clear(); MergeFrom(from); } void ExternalClientLoginResponse::CopyFrom(const ExternalClientLoginResponse& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Integration.ExternalClientLoginResponse) if (&from == this) return; Clear(); MergeFrom(from); } bool ExternalClientLoginResponse::IsInitialized() const { return true; } void ExternalClientLoginResponse::Swap(ExternalClientLoginResponse* other) { if (other == this) return; InternalSwap(other); } void ExternalClientLoginResponse::InternalSwap(ExternalClientLoginResponse* other) { using std::swap; serialnumber_.Swap(&other->serialnumber_); swap(authenticated_, other->authenticated_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } ::google::protobuf::Metadata ExternalClientLoginResponse::GetMetadata() const { protobuf_ExternalClientLoginResponse_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_ExternalClientLoginResponse_2eproto::file_level_metadata[kIndexInFileMessages]; } #if PROTOBUF_INLINE_NOT_IN_HEADERS // ExternalClientLoginResponse // bool Authenticated = 1; void ExternalClientLoginResponse::clear_authenticated() { authenticated_ = false; } bool ExternalClientLoginResponse::authenticated() const { // @@protoc_insertion_point(field_get:Tango.PMR.Integration.ExternalClientLoginResponse.Authenticated) return authenticated_; } void ExternalClientLoginResponse::set_authenticated(bool value) { authenticated_ = value; // @@protoc_insertion_point(field_set:Tango.PMR.Integration.ExternalClientLoginResponse.Authenticated) } // string SerialNumber = 2; void ExternalClientLoginResponse::clear_serialnumber() { serialnumber_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } const ::std::string& ExternalClientLoginResponse::serialnumber() const { // @@protoc_insertion_point(field_get:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) return serialnumber_.GetNoArena(); } void ExternalClientLoginResponse::set_serialnumber(const ::std::string& value) { serialnumber_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) } #if LANG_CXX11 void ExternalClientLoginResponse::set_serialnumber(::std::string&& value) { serialnumber_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) } #endif void ExternalClientLoginResponse::set_serialnumber(const char* value) { GOOGLE_DCHECK(value != NULL); serialnumber_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) } void ExternalClientLoginResponse::set_serialnumber(const char* value, size_t size) { serialnumber_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) } ::std::string* ExternalClientLoginResponse::mutable_serialnumber() { // @@protoc_insertion_point(field_mutable:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) return serialnumber_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ::std::string* ExternalClientLoginResponse::release_serialnumber() { // @@protoc_insertion_point(field_release:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) return serialnumber_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void ExternalClientLoginResponse::set_allocated_serialnumber(::std::string* serialnumber) { if (serialnumber != NULL) { } else { } serialnumber_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), serialnumber); // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Integration.ExternalClientLoginResponse.SerialNumber) } #endif // PROTOBUF_INLINE_NOT_IN_HEADERS // @@protoc_insertion_point(namespace_scope) } // namespace Integration } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope)