ADD: added new created messages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: join.proto
|
||||
// Protobuf C++ Version: 4.26.0-dev
|
||||
|
||||
#include "join.pb.h"
|
||||
|
||||
@@ -112,9 +113,6 @@ const ::_pbi::DescriptorTable descriptor_table_join_2eproto = {
|
||||
PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_join_2eproto_getter() {
|
||||
return &descriptor_table_join_2eproto;
|
||||
}
|
||||
// Force running AddDescriptors() at dynamic initialization time.
|
||||
PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
|
||||
static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_join_2eproto(&descriptor_table_join_2eproto);
|
||||
namespace messages {
|
||||
namespace join {
|
||||
// ===================================================================
|
||||
@@ -170,12 +168,15 @@ inline void Join::SharedDtor() {
|
||||
|
||||
const ::google::protobuf::MessageLite::ClassData*
|
||||
Join::GetClassData() const {
|
||||
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData
|
||||
_data_ = {
|
||||
Join::MergeImpl,
|
||||
nullptr, // OnDemandRegisterArenaDtor
|
||||
&::google::protobuf::Message::kDescriptorMethods,
|
||||
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
|
||||
ClassDataFull _data_ = {
|
||||
{
|
||||
nullptr, // OnDemandRegisterArenaDtor
|
||||
PROTOBUF_FIELD_OFFSET(Join, _impl_._cached_size_),
|
||||
false,
|
||||
},
|
||||
&Join::MergeImpl,
|
||||
&Join::kDescriptorMethods,
|
||||
};
|
||||
return &_data_;
|
||||
}
|
||||
@@ -212,6 +213,9 @@ const ::_pbi::TcParseTable<1, 2, 0, 37, 2> Join::_table_ = {
|
||||
offsetof(decltype(_table_), field_names), // no aux_entries
|
||||
&_Join_default_instance_._instance,
|
||||
::_pbi::TcParser::GenericFallback, // fallback
|
||||
#ifdef PROTOBUF_PREFETCH_PARSE_TABLE
|
||||
::_pbi::TcParser::GetTable<::messages::join::Join>(), // to_prefetch
|
||||
#endif // PROTOBUF_PREFETCH_PARSE_TABLE
|
||||
}, {{
|
||||
// string srcAddress = 2;
|
||||
{::_pbi::TcParser::FastUS1,
|
||||
@@ -292,7 +296,7 @@ const ::_pbi::TcParseTable<1, 2, 0, 37, 2> Join::_table_ = {
|
||||
}
|
||||
|
||||
|
||||
void Join::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
|
||||
void Join::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
|
||||
auto* const _this = static_cast<Join*>(&to_msg);
|
||||
auto& from = static_cast<const Join&>(from_msg);
|
||||
// @@protoc_insertion_point(class_specific_merge_from_start:messages.join.Join)
|
||||
@@ -304,7 +308,7 @@ void Join::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protob
|
||||
_this->_internal_set_srcaddress(from._internal_srcaddress());
|
||||
}
|
||||
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_);
|
||||
}
|
||||
@@ -330,9 +334,9 @@ void Join::InternalSwap(Join* PROTOBUF_RESTRICT other) {
|
||||
}
|
||||
|
||||
::google::protobuf::Metadata Join::GetMetadata() const {
|
||||
return ::_pbi::AssignDescriptors(
|
||||
&descriptor_table_join_2eproto_getter, &descriptor_table_join_2eproto_once,
|
||||
file_level_metadata_join_2eproto[0]);
|
||||
return ::_pbi::AssignDescriptors(&descriptor_table_join_2eproto_getter,
|
||||
&descriptor_table_join_2eproto_once,
|
||||
file_level_metadata_join_2eproto[0]);
|
||||
}
|
||||
// @@protoc_insertion_point(namespace_scope)
|
||||
} // namespace join
|
||||
@@ -342,4 +346,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_join_2eproto),
|
||||
::std::false_type{});
|
||||
#include "google/protobuf/port_undef.inc"
|
||||
|
||||
Reference in New Issue
Block a user