From 401a696874aa959ed4f09ade9b41200282c44784 Mon Sep 17 00:00:00 2001 From: Tim Leonard Date: Thu, 4 Jan 2024 22:46:52 +0000 Subject: [PATCH] Regenerate protobufs. --- .../Generated/DS2_Frpg2RequestMessage.pb.cc | 74 ++++---- .../Generated/DS2_Frpg2RequestMessage.pb.h | 172 +++++++++--------- 2 files changed, 123 insertions(+), 123 deletions(-) diff --git a/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.cc b/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.cc index 0a43d454..1a4a16de 100644 --- a/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.cc +++ b/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.cc @@ -26313,9 +26313,9 @@ ::std::string PushRequestBreakInTarget::GetTypeName() const { #ifndef _MSC_VER const int PushRequestRejectBreakInTarget::kPushMessageIdFieldNumber; -const int PushRequestRejectBreakInTarget::kUnknown2FieldNumber; +const int PushRequestRejectBreakInTarget::kPlayerIdFieldNumber; const int PushRequestRejectBreakInTarget::kUnknown3FieldNumber; -const int PushRequestRejectBreakInTarget::kUnknown4FieldNumber; +const int PushRequestRejectBreakInTarget::kSteamIdFieldNumber; const int PushRequestRejectBreakInTarget::kUnknown5FieldNumber; #endif // !_MSC_VER @@ -26339,9 +26339,9 @@ void PushRequestRejectBreakInTarget::SharedCtor() { ::google::protobuf::internal::GetEmptyString(); _cached_size_ = 0; push_message_id_ = 925; - unknown_2_ = GOOGLE_LONGLONG(0); + player_id_ = GOOGLE_LONGLONG(0); unknown_3_ = GOOGLE_LONGLONG(0); - unknown_4_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + steam_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); unknown_5_ = GOOGLE_LONGLONG(0); ::memset(_has_bits_, 0, sizeof(_has_bits_)); } @@ -26352,8 +26352,8 @@ PushRequestRejectBreakInTarget::~PushRequestRejectBreakInTarget() { } void PushRequestRejectBreakInTarget::SharedDtor() { - if (unknown_4_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - delete unknown_4_; + if (steam_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + delete steam_id_; } #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER if (this != &default_instance()) { @@ -26395,11 +26395,11 @@ void PushRequestRejectBreakInTarget::Clear() { } while (0) if (_has_bits_[0 / 32] & 31) { - ZR_(unknown_2_, unknown_3_); + ZR_(player_id_, unknown_3_); push_message_id_ = 925; - if (has_unknown_4()) { - if (unknown_4_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_->clear(); + if (has_steam_id()) { + if (steam_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_->clear(); } } unknown_5_ = GOOGLE_LONGLONG(0); @@ -26442,18 +26442,18 @@ bool PushRequestRejectBreakInTarget::MergePartialFromCodedStream( } else { goto handle_unusual; } - if (input->ExpectTag(16)) goto parse_unknown_2; + if (input->ExpectTag(16)) goto parse_player_id; break; } - // required int64 unknown_2 = 2; + // required int64 player_id = 2; case 2: { if (tag == 16) { - parse_unknown_2: + parse_player_id: DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>( - input, &unknown_2_))); - set_has_unknown_2(); + input, &player_id_))); + set_has_player_id(); } else { goto handle_unusual; } @@ -26472,16 +26472,16 @@ bool PushRequestRejectBreakInTarget::MergePartialFromCodedStream( } else { goto handle_unusual; } - if (input->ExpectTag(34)) goto parse_unknown_4; + if (input->ExpectTag(34)) goto parse_steam_id; break; } - // required string unknown_4 = 4; + // required string steam_id = 4; case 4: { if (tag == 34) { - parse_unknown_4: + parse_steam_id: DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_unknown_4())); + input, this->mutable_steam_id())); } else { goto handle_unusual; } @@ -26535,9 +26535,9 @@ void PushRequestRejectBreakInTarget::SerializeWithCachedSizes( 1, this->push_message_id(), output); } - // required int64 unknown_2 = 2; - if (has_unknown_2()) { - ::google::protobuf::internal::WireFormatLite::WriteInt64(2, this->unknown_2(), output); + // required int64 player_id = 2; + if (has_player_id()) { + ::google::protobuf::internal::WireFormatLite::WriteInt64(2, this->player_id(), output); } // required int64 unknown_3 = 3; @@ -26545,10 +26545,10 @@ void PushRequestRejectBreakInTarget::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteInt64(3, this->unknown_3(), output); } - // required string unknown_4 = 4; - if (has_unknown_4()) { + // required string steam_id = 4; + if (has_steam_id()) { ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 4, this->unknown_4(), output); + 4, this->steam_id(), output); } // required int64 unknown_5 = 5; @@ -26571,11 +26571,11 @@ int PushRequestRejectBreakInTarget::ByteSize() const { ::google::protobuf::internal::WireFormatLite::EnumSize(this->push_message_id()); } - // required int64 unknown_2 = 2; - if (has_unknown_2()) { + // required int64 player_id = 2; + if (has_player_id()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::Int64Size( - this->unknown_2()); + this->player_id()); } // required int64 unknown_3 = 3; @@ -26585,11 +26585,11 @@ int PushRequestRejectBreakInTarget::ByteSize() const { this->unknown_3()); } - // required string unknown_4 = 4; - if (has_unknown_4()) { + // required string steam_id = 4; + if (has_steam_id()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->unknown_4()); + this->steam_id()); } // required int64 unknown_5 = 5; @@ -26619,14 +26619,14 @@ void PushRequestRejectBreakInTarget::MergeFrom(const PushRequestRejectBreakInTar if (from.has_push_message_id()) { set_push_message_id(from.push_message_id()); } - if (from.has_unknown_2()) { - set_unknown_2(from.unknown_2()); + if (from.has_player_id()) { + set_player_id(from.player_id()); } if (from.has_unknown_3()) { set_unknown_3(from.unknown_3()); } - if (from.has_unknown_4()) { - set_unknown_4(from.unknown_4()); + if (from.has_steam_id()) { + set_steam_id(from.steam_id()); } if (from.has_unknown_5()) { set_unknown_5(from.unknown_5()); @@ -26650,9 +26650,9 @@ bool PushRequestRejectBreakInTarget::IsInitialized() const { void PushRequestRejectBreakInTarget::Swap(PushRequestRejectBreakInTarget* other) { if (other != this) { std::swap(push_message_id_, other->push_message_id_); - std::swap(unknown_2_, other->unknown_2_); + std::swap(player_id_, other->player_id_); std::swap(unknown_3_, other->unknown_3_); - std::swap(unknown_4_, other->unknown_4_); + std::swap(steam_id_, other->steam_id_); std::swap(unknown_5_, other->unknown_5_); std::swap(_has_bits_[0], other->_has_bits_[0]); _unknown_fields_.swap(other->_unknown_fields_); diff --git a/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.h b/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.h index 646d6352..e64be9b7 100644 --- a/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.h +++ b/Source/Server.DarkSouls2/Protobuf/Generated/DS2_Frpg2RequestMessage.pb.h @@ -11626,12 +11626,12 @@ class PushRequestRejectBreakInTarget : public ::google::protobuf::MessageLite { inline ::DS2_Frpg2RequestMessage::PushMessageId push_message_id() const; inline void set_push_message_id(::DS2_Frpg2RequestMessage::PushMessageId value); - // required int64 unknown_2 = 2; - inline bool has_unknown_2() const; - inline void clear_unknown_2(); - static const int kUnknown2FieldNumber = 2; - inline ::google::protobuf::int64 unknown_2() const; - inline void set_unknown_2(::google::protobuf::int64 value); + // required int64 player_id = 2; + inline bool has_player_id() const; + inline void clear_player_id(); + static const int kPlayerIdFieldNumber = 2; + inline ::google::protobuf::int64 player_id() const; + inline void set_player_id(::google::protobuf::int64 value); // required int64 unknown_3 = 3; inline bool has_unknown_3() const; @@ -11640,17 +11640,17 @@ class PushRequestRejectBreakInTarget : public ::google::protobuf::MessageLite { inline ::google::protobuf::int64 unknown_3() const; inline void set_unknown_3(::google::protobuf::int64 value); - // required string unknown_4 = 4; - inline bool has_unknown_4() const; - inline void clear_unknown_4(); - static const int kUnknown4FieldNumber = 4; - inline const ::std::string& unknown_4() const; - inline void set_unknown_4(const ::std::string& value); - inline void set_unknown_4(const char* value); - inline void set_unknown_4(const char* value, size_t size); - inline ::std::string* mutable_unknown_4(); - inline ::std::string* release_unknown_4(); - inline void set_allocated_unknown_4(::std::string* unknown_4); + // required string steam_id = 4; + inline bool has_steam_id() const; + inline void clear_steam_id(); + static const int kSteamIdFieldNumber = 4; + inline const ::std::string& steam_id() const; + inline void set_steam_id(const ::std::string& value); + inline void set_steam_id(const char* value); + inline void set_steam_id(const char* value, size_t size); + inline ::std::string* mutable_steam_id(); + inline ::std::string* release_steam_id(); + inline void set_allocated_steam_id(::std::string* steam_id); // required int64 unknown_5 = 5; inline bool has_unknown_5() const; @@ -11663,12 +11663,12 @@ class PushRequestRejectBreakInTarget : public ::google::protobuf::MessageLite { private: inline void set_has_push_message_id(); inline void clear_has_push_message_id(); - inline void set_has_unknown_2(); - inline void clear_has_unknown_2(); + inline void set_has_player_id(); + inline void clear_has_player_id(); inline void set_has_unknown_3(); inline void clear_has_unknown_3(); - inline void set_has_unknown_4(); - inline void clear_has_unknown_4(); + inline void set_has_steam_id(); + inline void clear_has_steam_id(); inline void set_has_unknown_5(); inline void clear_has_unknown_5(); @@ -11676,9 +11676,9 @@ class PushRequestRejectBreakInTarget : public ::google::protobuf::MessageLite { ::google::protobuf::uint32 _has_bits_[1]; mutable int _cached_size_; - ::google::protobuf::int64 unknown_2_; + ::google::protobuf::int64 player_id_; ::google::protobuf::int64 unknown_3_; - ::std::string* unknown_4_; + ::std::string* steam_id_; ::google::protobuf::int64 unknown_5_; int push_message_id_; #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER @@ -29422,28 +29422,28 @@ inline void PushRequestRejectBreakInTarget::set_push_message_id(::DS2_Frpg2Reque // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.push_message_id) } -// required int64 unknown_2 = 2; -inline bool PushRequestRejectBreakInTarget::has_unknown_2() const { +// required int64 player_id = 2; +inline bool PushRequestRejectBreakInTarget::has_player_id() const { return (_has_bits_[0] & 0x00000002u) != 0; } -inline void PushRequestRejectBreakInTarget::set_has_unknown_2() { +inline void PushRequestRejectBreakInTarget::set_has_player_id() { _has_bits_[0] |= 0x00000002u; } -inline void PushRequestRejectBreakInTarget::clear_has_unknown_2() { +inline void PushRequestRejectBreakInTarget::clear_has_player_id() { _has_bits_[0] &= ~0x00000002u; } -inline void PushRequestRejectBreakInTarget::clear_unknown_2() { - unknown_2_ = GOOGLE_LONGLONG(0); - clear_has_unknown_2(); +inline void PushRequestRejectBreakInTarget::clear_player_id() { + player_id_ = GOOGLE_LONGLONG(0); + clear_has_player_id(); } -inline ::google::protobuf::int64 PushRequestRejectBreakInTarget::unknown_2() const { - // @@protoc_insertion_point(field_get:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_2) - return unknown_2_; +inline ::google::protobuf::int64 PushRequestRejectBreakInTarget::player_id() const { + // @@protoc_insertion_point(field_get:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.player_id) + return player_id_; } -inline void PushRequestRejectBreakInTarget::set_unknown_2(::google::protobuf::int64 value) { - set_has_unknown_2(); - unknown_2_ = value; - // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_2) +inline void PushRequestRejectBreakInTarget::set_player_id(::google::protobuf::int64 value) { + set_has_player_id(); + player_id_ = value; + // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.player_id) } // required int64 unknown_3 = 3; @@ -29470,80 +29470,80 @@ inline void PushRequestRejectBreakInTarget::set_unknown_3(::google::protobuf::in // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_3) } -// required string unknown_4 = 4; -inline bool PushRequestRejectBreakInTarget::has_unknown_4() const { +// required string steam_id = 4; +inline bool PushRequestRejectBreakInTarget::has_steam_id() const { return (_has_bits_[0] & 0x00000008u) != 0; } -inline void PushRequestRejectBreakInTarget::set_has_unknown_4() { +inline void PushRequestRejectBreakInTarget::set_has_steam_id() { _has_bits_[0] |= 0x00000008u; } -inline void PushRequestRejectBreakInTarget::clear_has_unknown_4() { +inline void PushRequestRejectBreakInTarget::clear_has_steam_id() { _has_bits_[0] &= ~0x00000008u; } -inline void PushRequestRejectBreakInTarget::clear_unknown_4() { - if (unknown_4_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_->clear(); +inline void PushRequestRejectBreakInTarget::clear_steam_id() { + if (steam_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_->clear(); } - clear_has_unknown_4(); + clear_has_steam_id(); } -inline const ::std::string& PushRequestRejectBreakInTarget::unknown_4() const { - // @@protoc_insertion_point(field_get:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) - return *unknown_4_; +inline const ::std::string& PushRequestRejectBreakInTarget::steam_id() const { + // @@protoc_insertion_point(field_get:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) + return *steam_id_; } -inline void PushRequestRejectBreakInTarget::set_unknown_4(const ::std::string& value) { - set_has_unknown_4(); - if (unknown_4_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_ = new ::std::string; +inline void PushRequestRejectBreakInTarget::set_steam_id(const ::std::string& value) { + set_has_steam_id(); + if (steam_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_ = new ::std::string; } - unknown_4_->assign(value); - // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) + steam_id_->assign(value); + // @@protoc_insertion_point(field_set:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) } -inline void PushRequestRejectBreakInTarget::set_unknown_4(const char* value) { - set_has_unknown_4(); - if (unknown_4_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_ = new ::std::string; +inline void PushRequestRejectBreakInTarget::set_steam_id(const char* value) { + set_has_steam_id(); + if (steam_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_ = new ::std::string; } - unknown_4_->assign(value); - // @@protoc_insertion_point(field_set_char:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) + steam_id_->assign(value); + // @@protoc_insertion_point(field_set_char:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) } -inline void PushRequestRejectBreakInTarget::set_unknown_4(const char* value, size_t size) { - set_has_unknown_4(); - if (unknown_4_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_ = new ::std::string; +inline void PushRequestRejectBreakInTarget::set_steam_id(const char* value, size_t size) { + set_has_steam_id(); + if (steam_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_ = new ::std::string; } - unknown_4_->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) + steam_id_->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) } -inline ::std::string* PushRequestRejectBreakInTarget::mutable_unknown_4() { - set_has_unknown_4(); - if (unknown_4_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - unknown_4_ = new ::std::string; +inline ::std::string* PushRequestRejectBreakInTarget::mutable_steam_id() { + set_has_steam_id(); + if (steam_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + steam_id_ = new ::std::string; } - // @@protoc_insertion_point(field_mutable:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) - return unknown_4_; + // @@protoc_insertion_point(field_mutable:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) + return steam_id_; } -inline ::std::string* PushRequestRejectBreakInTarget::release_unknown_4() { - clear_has_unknown_4(); - if (unknown_4_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { +inline ::std::string* PushRequestRejectBreakInTarget::release_steam_id() { + clear_has_steam_id(); + if (steam_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { return NULL; } else { - ::std::string* temp = unknown_4_; - unknown_4_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::std::string* temp = steam_id_; + steam_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); return temp; } } -inline void PushRequestRejectBreakInTarget::set_allocated_unknown_4(::std::string* unknown_4) { - if (unknown_4_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { - delete unknown_4_; +inline void PushRequestRejectBreakInTarget::set_allocated_steam_id(::std::string* steam_id) { + if (steam_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) { + delete steam_id_; } - if (unknown_4) { - set_has_unknown_4(); - unknown_4_ = unknown_4; + if (steam_id) { + set_has_steam_id(); + steam_id_ = steam_id; } else { - clear_has_unknown_4(); - unknown_4_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + clear_has_steam_id(); + steam_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } - // @@protoc_insertion_point(field_set_allocated:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.unknown_4) + // @@protoc_insertion_point(field_set_allocated:DS2_Frpg2RequestMessage.PushRequestRejectBreakInTarget.steam_id) } // required int64 unknown_5 = 5;