aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc')
-rw-r--r--Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc120
1 files changed, 60 insertions, 60 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc
index be8799e3c..c5cfee735 100644
--- a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc
+++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ExternalClientLoginRequest.pb.cc
@@ -55,7 +55,7 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_ATTRIBUTE_SECTION
~0u, // no _extensions_
~0u, // no _oneof_case_
~0u, // no _weak_field_map_
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ExternalClientLoginRequest, key_),
+ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ExternalClientLoginRequest, password_),
};
static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
{ 0, -1, sizeof(ExternalClientLoginRequest)},
@@ -104,12 +104,12 @@ void AddDescriptorsImpl() {
InitDefaults();
static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
"\n ExternalClientLoginRequest.proto\022\025Tang"
- "o.PMR.Integration\")\n\032ExternalClientLogin"
- "Request\022\013\n\003key\030\001 \001(\tB!\n\037com.twine.tango."
- "pmr.integrationb\006proto3"
+ "o.PMR.Integration\".\n\032ExternalClientLogin"
+ "Request\022\020\n\010Password\030\001 \001(\tB!\n\037com.twine.t"
+ "ango.pmr.integrationb\006proto3"
};
::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
- descriptor, 143);
+ descriptor, 148);
::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
"ExternalClientLoginRequest.proto", &protobuf_RegisterTypes);
}
@@ -132,7 +132,7 @@ struct StaticDescriptorInitializer {
// ===================================================================
#if !defined(_MSC_VER) || _MSC_VER >= 1900
-const int ExternalClientLoginRequest::kKeyFieldNumber;
+const int ExternalClientLoginRequest::kPasswordFieldNumber;
#endif // !defined(_MSC_VER) || _MSC_VER >= 1900
ExternalClientLoginRequest::ExternalClientLoginRequest()
@@ -148,15 +148,15 @@ ExternalClientLoginRequest::ExternalClientLoginRequest(const ExternalClientLogin
_internal_metadata_(NULL),
_cached_size_(0) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
- key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
- if (from.key().size() > 0) {
- key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_);
+ password_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ if (from.password().size() > 0) {
+ password_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.password_);
}
// @@protoc_insertion_point(copy_constructor:Tango.PMR.Integration.ExternalClientLoginRequest)
}
void ExternalClientLoginRequest::SharedCtor() {
- key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ password_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
_cached_size_ = 0;
}
@@ -166,7 +166,7 @@ ExternalClientLoginRequest::~ExternalClientLoginRequest() {
}
void ExternalClientLoginRequest::SharedDtor() {
- key_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ password_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
void ExternalClientLoginRequest::SetCachedSize(int size) const {
@@ -198,7 +198,7 @@ void ExternalClientLoginRequest::Clear() {
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
- key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ password_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
_internal_metadata_.Clear();
}
@@ -212,16 +212,16 @@ bool ExternalClientLoginRequest::MergePartialFromCodedStream(
tag = p.first;
if (!p.second) goto handle_unusual;
switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
- // string key = 1;
+ // string Password = 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_key()));
+ input, this->mutable_password()));
DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
- this->key().data(), static_cast<int>(this->key().length()),
+ this->password().data(), static_cast<int>(this->password().length()),
::google::protobuf::internal::WireFormatLite::PARSE,
- "Tango.PMR.Integration.ExternalClientLoginRequest.key"));
+ "Tango.PMR.Integration.ExternalClientLoginRequest.Password"));
} else {
goto handle_unusual;
}
@@ -254,14 +254,14 @@ void ExternalClientLoginRequest::SerializeWithCachedSizes(
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
- // string key = 1;
- if (this->key().size() > 0) {
+ // string Password = 1;
+ if (this->password().size() > 0) {
::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
- this->key().data(), static_cast<int>(this->key().length()),
+ this->password().data(), static_cast<int>(this->password().length()),
::google::protobuf::internal::WireFormatLite::SERIALIZE,
- "Tango.PMR.Integration.ExternalClientLoginRequest.key");
+ "Tango.PMR.Integration.ExternalClientLoginRequest.Password");
::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
- 1, this->key(), output);
+ 1, this->password(), output);
}
if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) {
@@ -278,15 +278,15 @@ void ExternalClientLoginRequest::SerializeWithCachedSizes(
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
- // string key = 1;
- if (this->key().size() > 0) {
+ // string Password = 1;
+ if (this->password().size() > 0) {
::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
- this->key().data(), static_cast<int>(this->key().length()),
+ this->password().data(), static_cast<int>(this->password().length()),
::google::protobuf::internal::WireFormatLite::SERIALIZE,
- "Tango.PMR.Integration.ExternalClientLoginRequest.key");
+ "Tango.PMR.Integration.ExternalClientLoginRequest.Password");
target =
::google::protobuf::internal::WireFormatLite::WriteStringToArray(
- 1, this->key(), target);
+ 1, this->password(), target);
}
if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) {
@@ -306,11 +306,11 @@ size_t ExternalClientLoginRequest::ByteSizeLong() const {
::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
(::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()));
}
- // string key = 1;
- if (this->key().size() > 0) {
+ // string Password = 1;
+ if (this->password().size() > 0) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::StringSize(
- this->key());
+ this->password());
}
int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
@@ -342,9 +342,9 @@ void ExternalClientLoginRequest::MergeFrom(const ExternalClientLoginRequest& fro
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
- if (from.key().size() > 0) {
+ if (from.password().size() > 0) {
- key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_);
+ password_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.password_);
}
}
@@ -372,7 +372,7 @@ void ExternalClientLoginRequest::Swap(ExternalClientLoginRequest* other) {
}
void ExternalClientLoginRequest::InternalSwap(ExternalClientLoginRequest* other) {
using std::swap;
- key_.Swap(&other->key_);
+ password_.Swap(&other->password_);
_internal_metadata_.Swap(&other->_internal_metadata_);
swap(_cached_size_, other->_cached_size_);
}
@@ -385,57 +385,57 @@ void ExternalClientLoginRequest::InternalSwap(ExternalClientLoginRequest* other)
#if PROTOBUF_INLINE_NOT_IN_HEADERS
// ExternalClientLoginRequest
-// string key = 1;
-void ExternalClientLoginRequest::clear_key() {
- key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+// string Password = 1;
+void ExternalClientLoginRequest::clear_password() {
+ password_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
-const ::std::string& ExternalClientLoginRequest::key() const {
- // @@protoc_insertion_point(field_get:Tango.PMR.Integration.ExternalClientLoginRequest.key)
- return key_.GetNoArena();
+const ::std::string& ExternalClientLoginRequest::password() const {
+ // @@protoc_insertion_point(field_get:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
+ return password_.GetNoArena();
}
-void ExternalClientLoginRequest::set_key(const ::std::string& value) {
+void ExternalClientLoginRequest::set_password(const ::std::string& value) {
- key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
- // @@protoc_insertion_point(field_set:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+ password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
+ // @@protoc_insertion_point(field_set:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
}
#if LANG_CXX11
-void ExternalClientLoginRequest::set_key(::std::string&& value) {
+void ExternalClientLoginRequest::set_password(::std::string&& value) {
- key_.SetNoArena(
+ password_.SetNoArena(
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
- // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+ // @@protoc_insertion_point(field_set_rvalue:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
}
#endif
-void ExternalClientLoginRequest::set_key(const char* value) {
+void ExternalClientLoginRequest::set_password(const char* value) {
GOOGLE_DCHECK(value != NULL);
- key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
- // @@protoc_insertion_point(field_set_char:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+ password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
+ // @@protoc_insertion_point(field_set_char:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
}
-void ExternalClientLoginRequest::set_key(const char* value, size_t size) {
+void ExternalClientLoginRequest::set_password(const char* value, size_t size) {
- key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
+ password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
::std::string(reinterpret_cast<const char*>(value), size));
- // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+ // @@protoc_insertion_point(field_set_pointer:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
}
-::std::string* ExternalClientLoginRequest::mutable_key() {
+::std::string* ExternalClientLoginRequest::mutable_password() {
- // @@protoc_insertion_point(field_mutable:Tango.PMR.Integration.ExternalClientLoginRequest.key)
- return key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ // @@protoc_insertion_point(field_mutable:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
+ return password_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
-::std::string* ExternalClientLoginRequest::release_key() {
- // @@protoc_insertion_point(field_release:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+::std::string* ExternalClientLoginRequest::release_password() {
+ // @@protoc_insertion_point(field_release:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
- return key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+ return password_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
}
-void ExternalClientLoginRequest::set_allocated_key(::std::string* key) {
- if (key != NULL) {
+void ExternalClientLoginRequest::set_allocated_password(::std::string* password) {
+ if (password != NULL) {
} else {
}
- key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), key);
- // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Integration.ExternalClientLoginRequest.key)
+ password_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), password);
+ // @@protoc_insertion_point(field_set_allocated:Tango.PMR.Integration.ExternalClientLoginRequest.Password)
}
#endif // PROTOBUF_INLINE_NOT_IN_HEADERS