aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.Editors/Snippets/SnippetReplaceableTextElement.cs
blob: 9bf872f113bbf511743a0de182354748de4d6785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-17 19:49:32 +0000
 


n>: ::google::protobuf::Message(), _internal_metadata_(NULL) {
  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
    protobuf_DeviceInformation_2eproto::InitDefaults();
  }
  SharedCtor();
  // @@protoc_insertion_point(constructor:Tango.PMR.Connection.DeviceInformation)
}
DeviceInformation::DeviceInformation(const DeviceInformation& from)
  : ::google::protobuf::Message(),
      _internal_metadata_(NULL),
      _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_);
  }
  version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  if (from.version().size() > 0) {
    version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.version_);
  }
  builddate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  if (from.builddate().size() > 0) {
    builddate_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.builddate_);
  }
  // @@protoc_insertion_point(copy_constructor:Tango.PMR.Connection.DeviceInformation)
}

void DeviceInformation::SharedCtor() {
  name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  builddate_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  _cached_size_ = 0;
}

DeviceInformation::~DeviceInformation() {
  // @@protoc_insertion_point(destructor:Tango.PMR.Connection.DeviceInformation)
  SharedDtor();
}

void DeviceInformation::SharedDtor() {
  name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  version_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  builddate_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}

void DeviceInformation::SetCachedSize(int size) const {
  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
  _cached_size_ = size;
  GOOGLE_SAFE_CONCURRENT_WRITES_END();
}
const ::google::protobuf::Descriptor* DeviceInformation::descriptor() {
  protobuf_DeviceInformation_2eproto::protobuf_AssignDescriptorsOnce();
  return protobuf_DeviceInformation_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
}

const DeviceInformation& DeviceInformation::default_instance() {
  protobuf_DeviceInformation_2eproto::InitDefaults();
  return *internal_default_instance();
}

DeviceInformation* DeviceInformation::New(::google::protobuf::Arena* arena) const {
  DeviceInformation* n = new DeviceInformation;
  if (arena != NULL) {
    arena->Own(n);
  }
  return n;
}

void DeviceInformation::Clear() {
// @@protoc_insertion_point(message_clear_start:Tango.PMR.Connection.DeviceInformation)
  ::google::protobuf::uint32 cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  builddate_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  _internal_metadata_.Clear();
}

bool DeviceInformation::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.Connection.DeviceInformation)
  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<int>(this->name().length()),
            ::google::protobuf::internal::WireFormatLite::PARSE,
            "Tango.PMR.Connection.DeviceInformation.Name"));
        } else {
          goto handle_unusual;
        }
        break;
      }

      // string Version = 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_version()));
          DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
            this->version().data(), static_cast<int>(this->version().length()),
            ::google::protobuf::internal::WireFormatLite::PARSE,
            "Tango.PMR.Connection.DeviceInformation.Version"));
        } else {
          goto handle_unusual;
        }
        break;
      }

      // string BuildDate = 3;
      case 3: {
        if (static_cast< ::google::protobuf::uint8>(tag) ==
            static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) {
          DO_(::google::protobuf::internal::WireFormatLite::ReadString(
                input, this->mutable_builddate()));
          DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
            this->builddate().data(), static_cast<int>(this->builddate().length()),
            ::google::protobuf::internal::WireFormatLite::PARSE,
            "Tango.PMR.Connection.DeviceInformation.BuildDate"));
        } 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.Connection.DeviceInformation)
  return true;
failure:
  // @@protoc_insertion_point(parse_failure:Tango.PMR.Connection.DeviceInformation)
  return false;
#undef DO_
}

void DeviceInformation::SerializeWithCachedSizes(
    ::google::protobuf::io::CodedOutputStream* output) const {
  // @@protoc_insertion_point(serialize_start:Tango.PMR.Connection.DeviceInformation)
  ::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<int>(this->name().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.Name");
    ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
      1, this->name(), output);
  }

  // string Version = 2;
  if (this->version().size() > 0) {
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
      this->version().data(), static_cast<int>(this->version().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.Version");
    ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
      2, this->version(), output);
  }

  // string BuildDate = 3;
  if (this->builddate().size() > 0) {
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
      this->builddate().data(), static_cast<int>(this->builddate().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.BuildDate");
    ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
      3, this->builddate(), 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.Connection.DeviceInformation)
}

::google::protobuf::uint8* DeviceInformation::InternalSerializeWithCachedSizesToArray(
    bool deterministic, ::google::protobuf::uint8* target) const {
  (void)deterministic; // Unused
  // @@protoc_insertion_point(serialize_to_array_start:Tango.PMR.Connection.DeviceInformation)
  ::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<int>(this->name().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.Name");
    target =
      ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
        1, this->name(), target);
  }

  // string Version = 2;
  if (this->version().size() > 0) {
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
      this->version().data(), static_cast<int>(this->version().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.Version");
    target =
      ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
        2, this->version(), target);
  }

  // string BuildDate = 3;
  if (this->builddate().size() > 0) {
    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
      this->builddate().data(), static_cast<int>(this->builddate().length()),
      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
      "Tango.PMR.Connection.DeviceInformation.BuildDate");
    target =
      ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
        3, this->builddate(), 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.Connection.DeviceInformation)
  return target;
}

size_t DeviceInformation::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:Tango.PMR.Connection.DeviceInformation)
  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 Name = 1;
  if (this->name().size() > 0) {
    total_size += 1 +
      ::google::protobuf::internal::WireFormatLite::StringSize(
        this->name());
  }

  // string Version = 2;
  if (this->version().size() > 0) {
    total_size += 1 +
      ::google::protobuf::internal::WireFormatLite::StringSize(
        this->version());
  }

  // string BuildDate = 3;
  if (this->builddate().size() > 0) {
    total_size += 1 +
      ::google::protobuf::internal::WireFormatLite::StringSize(
        this->builddate());
  }

  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 DeviceInformation::MergeFrom(const ::google::protobuf::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:Tango.PMR.Connection.DeviceInformation)
  GOOGLE_DCHECK_NE(&from, this);
  const DeviceInformation* source =
      ::google::protobuf::internal::DynamicCastToGenerated<const DeviceInformation>(
          &from);
  if (source == NULL) {
  // @@protoc_insertion_point(generalized_merge_from_cast_fail:Tango.PMR.Connection.DeviceInformation)
    ::google::protobuf::internal::ReflectionOps::Merge(from, this);
  } else {
  // @@protoc_insertion_point(generalized_merge_from_cast_success:Tango.PMR.Connection.DeviceInformation)
    MergeFrom(*source);
  }
}

void DeviceInformation::MergeFrom(const DeviceInformation& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:Tango.PMR.Connection.DeviceInformation)
  GOOGLE_DCHECK_NE(&from, this);
  _internal_metadata_.MergeFrom(from._internal_metadata_);
  ::google::protobuf::uint32 cached_has_bits = 0;
  (void) cached_has_bits;

  if (from.name().size() > 0) {

    name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_);
  }
  if (from.version().size() > 0) {

    version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.version_);
  }
  if (from.builddate().size() > 0) {

    builddate_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.builddate_);
  }
}

void DeviceInformation::CopyFrom(const ::google::protobuf::Message& from) {
// @@protoc_insertion_point(generalized_copy_from_start:Tango.PMR.Connection.DeviceInformation)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

void DeviceInformation::CopyFrom(const DeviceInformation& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:Tango.PMR.Connection.DeviceInformation)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

bool DeviceInformation::IsInitialized() const {
  return true;
}

void DeviceInformation::Swap(DeviceInformation* other) {
  if (other == this) return;
  InternalSwap(other);
}
void DeviceInformation::InternalSwap(DeviceInformation* other) {
  using std::swap;
  name_.Swap(&other->name_);
  version_.Swap(&other->version_);
  builddate_.Swap(&other->builddate_);
  _internal_metadata_.Swap(&other->_internal_metadata_);
  swap(_cached_size_, other->_cached_size_);
}

::google::protobuf::Metadata DeviceInformation::GetMetadata() const {
  protobuf_DeviceInformation_2eproto::protobuf_AssignDescriptorsOnce();
  return protobuf_DeviceInformation_2eproto::file_level_metadata[kIndexInFileMessages];
}

#if PROTOBUF_INLINE_NOT_IN_HEADERS
// DeviceInformation

// string Name = 1;
void DeviceInformation::clear_name() {
  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
const ::std::string& DeviceInformation::name() const {
  // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.Name)
  return name_.GetNoArena();
}
void DeviceInformation::set_name(const ::std::string& value) {
  
  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
  // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.Name)
}
#if LANG_CXX11
void DeviceInformation::set_name(::std::string&& value) {
  
  name_.SetNoArena(
    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
  // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.Name)
}
#endif
void DeviceInformation::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.Connection.DeviceInformation.Name)
}
void DeviceInformation::set_name(const char* value, size_t size) {
  
  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
      ::std::string(reinterpret_cast<const char*>(value), size));
  // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.Name)
}
::std::string* DeviceInformation::mutable_name() {
  
  // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.Name)
  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
::std::string* DeviceInformation::release_name() {
  // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.Name)
  
  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
void DeviceInformation::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.Connection.DeviceInformation.Name)
}

// string Version = 2;
void DeviceInformation::clear_version() {
  version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
const ::std::string& DeviceInformation::version() const {
  // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.Version)
  return version_.GetNoArena();
}
void DeviceInformation::set_version(const ::std::string& value) {
  
  version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
  // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.Version)
}
#if LANG_CXX11
void DeviceInformation::set_version(::std::string&& value) {
  
  version_.SetNoArena(
    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
  // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.Version)
}
#endif
void DeviceInformation::set_version(const char* value) {
  GOOGLE_DCHECK(value != NULL);
  
  version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
  // @@protoc_insertion_point(field_set_char:Tango.PMR.Connection.DeviceInformation.Version)
}
void DeviceInformation::set_version(const char* value, size_t size) {
  
  version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
      ::std::string(reinterpret_cast<const char*>(value), size));
  // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.Version)
}
::std::string* DeviceInformation::mutable_version() {
  
  // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.Version)
  return version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
::std::string* DeviceInformation::release_version() {
  // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.Version)
  
  return version_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
void DeviceInformation::set_allocated_version(::std::string* version) {
  if (version != NULL) {
    
  } else {
    
  }
  version_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), version);
  // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Connection.DeviceInformation.Version)
}

// string BuildDate = 3;
void DeviceInformation::clear_builddate() {
  builddate_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
const ::std::string& DeviceInformation::builddate() const {
  // @@protoc_insertion_point(field_get:Tango.PMR.Connection.DeviceInformation.BuildDate)
  return builddate_.GetNoArena();
}
void DeviceInformation::set_builddate(const ::std::string& value) {
  
  builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
  // @@protoc_insertion_point(field_set:Tango.PMR.Connection.DeviceInformation.BuildDate)
}
#if LANG_CXX11
void DeviceInformation::set_builddate(::std::string&& value) {
  
  builddate_.SetNoArena(
    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
  // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Connection.DeviceInformation.BuildDate)
}
#endif
void DeviceInformation::set_builddate(const char* value) {
  GOOGLE_DCHECK(value != NULL);
  
  builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
  // @@protoc_insertion_point(field_set_char:Tango.PMR.Connection.DeviceInformation.BuildDate)
}
void DeviceInformation::set_builddate(const char* value, size_t size) {
  
  builddate_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
      ::std::string(reinterpret_cast<const char*>(value), size));
  // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Connection.DeviceInformation.BuildDate)
}
::std::string* DeviceInformation::mutable_builddate() {
  
  // @@protoc_insertion_point(field_mutable:Tango.PMR.Connection.DeviceInformation.BuildDate)
  return builddate_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
::std::string* DeviceInformation::release_builddate() {
  // @@protoc_insertion_point(field_release:Tango.PMR.Connection.DeviceInformation.BuildDate)
  
  return builddate_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
void DeviceInformation::set_allocated_builddate(::std::string* builddate) {
  if (builddate != NULL) {
    
  } else {
    
  }
  builddate_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), builddate);
  // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Connection.DeviceInformation.BuildDate)
}

#endif  // PROTOBUF_INLINE_NOT_IN_HEADERS

// @@protoc_insertion_point(namespace_scope)

}  // namespace Connection
}  // namespace PMR
}  // namespace Tango

// @@protoc_insertion_point(global_scope)