ADD: added new created messages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: pong.proto
|
||||
// Protobuf C++ Version: 4.26.0-dev
|
||||
|
||||
#include "pong.pb.h"
|
||||
|
||||
@@ -108,9 +109,6 @@ const ::_pbi::DescriptorTable descriptor_table_pong_2eproto = {
|
||||
PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_pong_2eproto_getter() {
|
||||
return &descriptor_table_pong_2eproto;
|
||||
}
|
||||
// Force running AddDescriptors() at dynamic initialization time.
|
||||
PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
|
||||
static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_pong_2eproto(&descriptor_table_pong_2eproto);
|
||||
namespace messages {
|
||||
namespace pong {
|
||||
// ===================================================================
|
||||
@@ -150,12 +148,15 @@ inline void Pong::SharedDtor() {
|
||||
|
||||
const ::google::protobuf::MessageLite::ClassData*
|
||||
Pong::GetClassData() const {
|
||||
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData
|
||||
_data_ = {
|
||||
Pong::MergeImpl,
|
||||
nullptr, // OnDemandRegisterArenaDtor
|
||||
&::google::protobuf::Message::kDescriptorMethods,
|
||||
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
|
||||
ClassDataFull _data_ = {
|
||||
{
|
||||
nullptr, // OnDemandRegisterArenaDtor
|
||||
PROTOBUF_FIELD_OFFSET(Pong, _impl_._cached_size_),
|
||||
false,
|
||||
},
|
||||
&Pong::MergeImpl,
|
||||
&Pong::kDescriptorMethods,
|
||||
};
|
||||
return &_data_;
|
||||
}
|
||||
@@ -191,6 +192,9 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Pong::_table_ = {
|
||||
offsetof(decltype(_table_), field_names), // no aux_entries
|
||||
&_Pong_default_instance_._instance,
|
||||
::_pbi::TcParser::GenericFallback, // fallback
|
||||
#ifdef PROTOBUF_PREFETCH_PARSE_TABLE
|
||||
::_pbi::TcParser::GetTable<::messages::pong::Pong>(), // to_prefetch
|
||||
#endif // PROTOBUF_PREFETCH_PARSE_TABLE
|
||||
}, {{
|
||||
// uint32 port = 1;
|
||||
{::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(Pong, _impl_.port_), 63>(),
|
||||
@@ -248,7 +252,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Pong::_table_ = {
|
||||
}
|
||||
|
||||
|
||||
void Pong::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
|
||||
void Pong::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
|
||||
auto* const _this = static_cast<Pong*>(&to_msg);
|
||||
auto& from = static_cast<const Pong&>(from_msg);
|
||||
// @@protoc_insertion_point(class_specific_merge_from_start:messages.pong.Pong)
|
||||
@@ -257,7 +261,7 @@ void Pong::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protob
|
||||
(void) cached_has_bits;
|
||||
|
||||
if (from._internal_port() != 0) {
|
||||
_this->_internal_set_port(from._internal_port());
|
||||
_this->_impl_.port_ = from._impl_.port_;
|
||||
}
|
||||
_this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
|
||||
}
|
||||
@@ -280,9 +284,9 @@ void Pong::InternalSwap(Pong* PROTOBUF_RESTRICT other) {
|
||||
}
|
||||
|
||||
::google::protobuf::Metadata Pong::GetMetadata() const {
|
||||
return ::_pbi::AssignDescriptors(
|
||||
&descriptor_table_pong_2eproto_getter, &descriptor_table_pong_2eproto_once,
|
||||
file_level_metadata_pong_2eproto[0]);
|
||||
return ::_pbi::AssignDescriptors(&descriptor_table_pong_2eproto_getter,
|
||||
&descriptor_table_pong_2eproto_once,
|
||||
file_level_metadata_pong_2eproto[0]);
|
||||
}
|
||||
// @@protoc_insertion_point(namespace_scope)
|
||||
} // namespace pong
|
||||
@@ -292,4 +296,8 @@ namespace protobuf {
|
||||
} // namespace protobuf
|
||||
} // namespace google
|
||||
// @@protoc_insertion_point(global_scope)
|
||||
PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
|
||||
static ::std::false_type _static_init_ PROTOBUF_UNUSED =
|
||||
(::_pbi::AddDescriptors(&descriptor_table_pong_2eproto),
|
||||
::std::false_type{});
|
||||
#include "google/protobuf/port_undef.inc"
|
||||
|
||||
Reference in New Issue
Block a user