DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ipm.pb.cc
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ipm/opmon/ipm.proto
3
4#include "ipm/opmon/ipm.pb.h"
5
6#include <algorithm>
7#include "google/protobuf/io/coded_stream.h"
8#include "google/protobuf/extension_set.h"
9#include "google/protobuf/wire_format_lite.h"
10#include "google/protobuf/descriptor.h"
11#include "google/protobuf/generated_message_reflection.h"
12#include "google/protobuf/reflection_ops.h"
13#include "google/protobuf/wire_format.h"
14#include "google/protobuf/generated_message_tctable_impl.h"
15// @@protoc_insertion_point(includes)
16
17// Must be included last.
18#include "google/protobuf/port_def.inc"
19PROTOBUF_PRAGMA_INIT_SEG
20namespace _pb = ::google::protobuf;
21namespace _pbi = ::google::protobuf::internal;
22namespace _fl = ::google::protobuf::internal::field_layout;
23namespace dunedaq {
24namespace ipm {
25namespace opmon {
26 template <typename>
27PROTOBUF_CONSTEXPR SenderInfo::SenderInfo(::_pbi::ConstantInitialized)
28 : _impl_{
29 /*decltype(_impl_.bytes_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.messages_)*/ ::uint64_t{0u},
31 /*decltype(_impl_._cached_size_)*/ {},
32 } {}
34 PROTOBUF_CONSTEXPR SenderInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
36 union {
38 };
39};
40
41PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
43 template <typename>
44PROTOBUF_CONSTEXPR ReceiverInfo::ReceiverInfo(::_pbi::ConstantInitialized)
45 : _impl_{
46 /*decltype(_impl_.bytes_)*/ ::uint64_t{0u},
47 /*decltype(_impl_.messages_)*/ ::uint64_t{0u},
48 /*decltype(_impl_._cached_size_)*/ {},
49 } {}
51 PROTOBUF_CONSTEXPR ReceiverInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
53 union {
55 };
56};
57
58PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
60} // namespace opmon
61} // namespace ipm
62} // namespace dunedaq
64static constexpr const ::_pb::EnumDescriptor**
66static constexpr const ::_pb::ServiceDescriptor**
69 protodesc_cold) = {
70 ~0u, // no _has_bits_
71 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::SenderInfo, _internal_metadata_),
72 ~0u, // no _extensions_
73 ~0u, // no _oneof_case_
74 ~0u, // no _weak_field_map_
75 ~0u, // no _inlined_string_donated_
76 ~0u, // no _split_
77 ~0u, // no sizeof(Split)
78 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::SenderInfo, _impl_.bytes_),
79 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::SenderInfo, _impl_.messages_),
80 ~0u, // no _has_bits_
81 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::ReceiverInfo, _internal_metadata_),
82 ~0u, // no _extensions_
83 ~0u, // no _oneof_case_
84 ~0u, // no _weak_field_map_
85 ~0u, // no _inlined_string_donated_
86 ~0u, // no _split_
87 ~0u, // no sizeof(Split)
88 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::ReceiverInfo, _impl_.bytes_),
89 PROTOBUF_FIELD_OFFSET(::dunedaq::ipm::opmon::ReceiverInfo, _impl_.messages_),
90};
91
92static const ::_pbi::MigrationSchema
93 schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
94 {0, -1, -1, sizeof(::dunedaq::ipm::opmon::SenderInfo)},
95 {10, -1, -1, sizeof(::dunedaq::ipm::opmon::ReceiverInfo)},
96};
97
102const char descriptor_table_protodef_ipm_2fopmon_2fipm_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
103 "\n\023ipm/opmon/ipm.proto\022\021dunedaq.ipm.opmon"
104 "\"-\n\nSenderInfo\022\r\n\005bytes\030\001 \001(\004\022\020\n\010message"
105 "s\030\002 \001(\004\"/\n\014ReceiverInfo\022\r\n\005bytes\030\001 \001(\004\022\020"
106 "\n\010messages\030\002 \001(\004b\006proto3"
107};
109const ::_pbi::DescriptorTable descriptor_table_ipm_2fopmon_2fipm_2eproto = {
110 false,
111 false,
112 144,
113 descriptor_table_protodef_ipm_2fopmon_2fipm_2eproto,
114 "ipm/opmon/ipm.proto",
116 nullptr,
117 0,
118 2,
119 schemas,
125};
126
127// This function exists to be marked as weak.
128// It can significantly speed up compilation by breaking up LLVM's SCC
129// in the .pb.cc translation units. Large translation units see a
130// reduction of more than 35% of walltime for optimized builds. Without
131// the weak attribute all the messages in the file, including all the
132// vtables and everything they use become part of the same SCC through
133// a cycle like:
134// GetMetadata -> descriptor table -> default instances ->
135// vtables -> GetMetadata
136// By adding a weak function here we break the connection from the
137// individual vtables back into the descriptor table.
138PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_ipm_2fopmon_2fipm_2eproto_getter() {
140}
141// Force running AddDescriptors() at dynamic initialization time.
142PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
143static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_ipm_2fopmon_2fipm_2eproto(&descriptor_table_ipm_2fopmon_2fipm_2eproto);
144namespace dunedaq {
145namespace ipm {
146namespace opmon {
147// ===================================================================
148
150 public:
151};
152
153SenderInfo::SenderInfo(::google::protobuf::Arena* arena)
154 : ::google::protobuf::Message(arena) {
155 SharedCtor(arena);
156 // @@protoc_insertion_point(arena_constructor:dunedaq.ipm.opmon.SenderInfo)
157}
159 : ::google::protobuf::Message(), _impl_(from._impl_) {
160 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
161 from._internal_metadata_);
162 // @@protoc_insertion_point(copy_constructor:dunedaq.ipm.opmon.SenderInfo)
163}
164inline void SenderInfo::SharedCtor(::_pb::Arena* arena) {
165 (void)arena;
166 new (&_impl_) Impl_{
167 decltype(_impl_.bytes_){::uint64_t{0u}},
168 decltype(_impl_.messages_){::uint64_t{0u}},
169 /*decltype(_impl_._cached_size_)*/ {},
170 };
171}
173 // @@protoc_insertion_point(destructor:dunedaq.ipm.opmon.SenderInfo)
174 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
175 SharedDtor();
176}
178 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
179}
182}
183
184PROTOBUF_NOINLINE void SenderInfo::Clear() {
185// @@protoc_insertion_point(message_clear_start:dunedaq.ipm.opmon.SenderInfo)
186 ::uint32_t cached_has_bits = 0;
187 // Prevent compiler warnings about cached_has_bits being unused
188 (void) cached_has_bits;
189
190 ::memset(&_impl_.bytes_, 0, static_cast<::size_t>(
191 reinterpret_cast<char*>(&_impl_.messages_) -
192 reinterpret_cast<char*>(&_impl_.bytes_)) + sizeof(_impl_.messages_));
193 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
194}
195
197 const char* ptr, ::_pbi::ParseContext* ctx) {
198 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
199 return ptr;
200}
201
202
203PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
204const ::_pbi::TcParseTable<1, 2, 0, 0, 2> SenderInfo::_table_ = {
205 {
206 0, // no _has_bits_
207 0, // no _extensions_
208 2, 8, // max_field_number, fast_idx_mask
209 offsetof(decltype(_table_), field_lookup_table),
210 4294967292, // skipmap
211 offsetof(decltype(_table_), field_entries),
212 2, // num_field_entries
213 0, // num_aux_entries
214 offsetof(decltype(_table_), field_names), // no aux_entries
216 ::_pbi::TcParser::GenericFallback, // fallback
217 }, {{
218 // uint64 messages = 2;
219 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(SenderInfo, _impl_.messages_), 63>(),
220 {16, 63, 0, PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.messages_)}},
221 // uint64 bytes = 1;
222 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(SenderInfo, _impl_.bytes_), 63>(),
223 {8, 63, 0, PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.bytes_)}},
224 }}, {{
225 65535, 65535
226 }}, {{
227 // uint64 bytes = 1;
228 {PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.bytes_), 0, 0,
229 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
230 // uint64 messages = 2;
231 {PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.messages_), 0, 0,
232 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
233 }},
234 // no aux_entries
235 {{
236 }},
237};
238
240 ::uint8_t* target,
241 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
242 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.ipm.opmon.SenderInfo)
243 ::uint32_t cached_has_bits = 0;
244 (void)cached_has_bits;
245
246 // uint64 bytes = 1;
247 if (this->_internal_bytes() != 0) {
248 target = stream->EnsureSpace(target);
249 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
250 1, this->_internal_bytes(), target);
251 }
252
253 // uint64 messages = 2;
254 if (this->_internal_messages() != 0) {
255 target = stream->EnsureSpace(target);
256 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
257 2, this->_internal_messages(), target);
258 }
259
260 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
261 target =
262 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
263 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
264 }
265 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.ipm.opmon.SenderInfo)
266 return target;
267}
268
269::size_t SenderInfo::ByteSizeLong() const {
270// @@protoc_insertion_point(message_byte_size_start:dunedaq.ipm.opmon.SenderInfo)
271 ::size_t total_size = 0;
272
273 ::uint32_t cached_has_bits = 0;
274 // Prevent compiler warnings about cached_has_bits being unused
275 (void) cached_has_bits;
276
277 // uint64 bytes = 1;
278 if (this->_internal_bytes() != 0) {
279 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
280 this->_internal_bytes());
281 }
282
283 // uint64 messages = 2;
284 if (this->_internal_messages() != 0) {
285 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
286 this->_internal_messages());
287 }
288
289 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
290}
291
292const ::google::protobuf::Message::ClassData SenderInfo::_class_data_ = {
293 ::google::protobuf::Message::CopyWithSourceCheck,
295};
296const ::google::protobuf::Message::ClassData*SenderInfo::GetClassData() const { return &_class_data_; }
297
298
299void SenderInfo::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
300 auto* const _this = static_cast<SenderInfo*>(&to_msg);
301 auto& from = static_cast<const SenderInfo&>(from_msg);
302 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.ipm.opmon.SenderInfo)
303 ABSL_DCHECK_NE(&from, _this);
304 ::uint32_t cached_has_bits = 0;
305 (void) cached_has_bits;
306
307 if (from._internal_bytes() != 0) {
308 _this->_internal_set_bytes(from._internal_bytes());
309 }
310 if (from._internal_messages() != 0) {
311 _this->_internal_set_messages(from._internal_messages());
312 }
313 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
314}
315
317// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.ipm.opmon.SenderInfo)
318 if (&from == this) return;
319 Clear();
320 MergeFrom(from);
321}
322
323PROTOBUF_NOINLINE bool SenderInfo::IsInitialized() const {
324 return true;
325}
326
328 using std::swap;
329 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
330 ::google::protobuf::internal::memswap<
331 PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.messages_)
333 - PROTOBUF_FIELD_OFFSET(SenderInfo, _impl_.bytes_)>(
334 reinterpret_cast<char*>(&_impl_.bytes_),
335 reinterpret_cast<char*>(&other->_impl_.bytes_));
336}
337
343// ===================================================================
344
346 public:
347};
348
349ReceiverInfo::ReceiverInfo(::google::protobuf::Arena* arena)
350 : ::google::protobuf::Message(arena) {
351 SharedCtor(arena);
352 // @@protoc_insertion_point(arena_constructor:dunedaq.ipm.opmon.ReceiverInfo)
353}
355 : ::google::protobuf::Message(), _impl_(from._impl_) {
356 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
357 from._internal_metadata_);
358 // @@protoc_insertion_point(copy_constructor:dunedaq.ipm.opmon.ReceiverInfo)
359}
360inline void ReceiverInfo::SharedCtor(::_pb::Arena* arena) {
361 (void)arena;
362 new (&_impl_) Impl_{
363 decltype(_impl_.bytes_){::uint64_t{0u}},
364 decltype(_impl_.messages_){::uint64_t{0u}},
365 /*decltype(_impl_._cached_size_)*/ {},
366 };
367}
369 // @@protoc_insertion_point(destructor:dunedaq.ipm.opmon.ReceiverInfo)
370 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
371 SharedDtor();
372}
374 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
375}
379
380PROTOBUF_NOINLINE void ReceiverInfo::Clear() {
381// @@protoc_insertion_point(message_clear_start:dunedaq.ipm.opmon.ReceiverInfo)
382 ::uint32_t cached_has_bits = 0;
383 // Prevent compiler warnings about cached_has_bits being unused
384 (void) cached_has_bits;
385
386 ::memset(&_impl_.bytes_, 0, static_cast<::size_t>(
387 reinterpret_cast<char*>(&_impl_.messages_) -
388 reinterpret_cast<char*>(&_impl_.bytes_)) + sizeof(_impl_.messages_));
389 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
390}
391
393 const char* ptr, ::_pbi::ParseContext* ctx) {
394 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
395 return ptr;
396}
397
398
399PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
400const ::_pbi::TcParseTable<1, 2, 0, 0, 2> ReceiverInfo::_table_ = {
401 {
402 0, // no _has_bits_
403 0, // no _extensions_
404 2, 8, // max_field_number, fast_idx_mask
405 offsetof(decltype(_table_), field_lookup_table),
406 4294967292, // skipmap
407 offsetof(decltype(_table_), field_entries),
408 2, // num_field_entries
409 0, // num_aux_entries
410 offsetof(decltype(_table_), field_names), // no aux_entries
412 ::_pbi::TcParser::GenericFallback, // fallback
413 }, {{
414 // uint64 messages = 2;
415 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(ReceiverInfo, _impl_.messages_), 63>(),
416 {16, 63, 0, PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.messages_)}},
417 // uint64 bytes = 1;
418 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(ReceiverInfo, _impl_.bytes_), 63>(),
419 {8, 63, 0, PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.bytes_)}},
420 }}, {{
421 65535, 65535
422 }}, {{
423 // uint64 bytes = 1;
424 {PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.bytes_), 0, 0,
425 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
426 // uint64 messages = 2;
427 {PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.messages_), 0, 0,
428 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
429 }},
430 // no aux_entries
431 {{
432 }},
433};
434
436 ::uint8_t* target,
437 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
438 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.ipm.opmon.ReceiverInfo)
439 ::uint32_t cached_has_bits = 0;
440 (void)cached_has_bits;
441
442 // uint64 bytes = 1;
443 if (this->_internal_bytes() != 0) {
444 target = stream->EnsureSpace(target);
445 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
446 1, this->_internal_bytes(), target);
447 }
448
449 // uint64 messages = 2;
450 if (this->_internal_messages() != 0) {
451 target = stream->EnsureSpace(target);
452 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
453 2, this->_internal_messages(), target);
454 }
455
456 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
457 target =
458 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
459 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
460 }
461 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.ipm.opmon.ReceiverInfo)
462 return target;
463}
464
466// @@protoc_insertion_point(message_byte_size_start:dunedaq.ipm.opmon.ReceiverInfo)
467 ::size_t total_size = 0;
468
469 ::uint32_t cached_has_bits = 0;
470 // Prevent compiler warnings about cached_has_bits being unused
471 (void) cached_has_bits;
472
473 // uint64 bytes = 1;
474 if (this->_internal_bytes() != 0) {
475 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
476 this->_internal_bytes());
477 }
478
479 // uint64 messages = 2;
480 if (this->_internal_messages() != 0) {
481 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
482 this->_internal_messages());
483 }
484
485 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
486}
487
488const ::google::protobuf::Message::ClassData ReceiverInfo::_class_data_ = {
489 ::google::protobuf::Message::CopyWithSourceCheck,
491};
492const ::google::protobuf::Message::ClassData*ReceiverInfo::GetClassData() const { return &_class_data_; }
493
494
495void ReceiverInfo::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) {
496 auto* const _this = static_cast<ReceiverInfo*>(&to_msg);
497 auto& from = static_cast<const ReceiverInfo&>(from_msg);
498 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.ipm.opmon.ReceiverInfo)
499 ABSL_DCHECK_NE(&from, _this);
500 ::uint32_t cached_has_bits = 0;
501 (void) cached_has_bits;
502
503 if (from._internal_bytes() != 0) {
504 _this->_internal_set_bytes(from._internal_bytes());
505 }
506 if (from._internal_messages() != 0) {
507 _this->_internal_set_messages(from._internal_messages());
508 }
509 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
510}
511
513// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.ipm.opmon.ReceiverInfo)
514 if (&from == this) return;
515 Clear();
516 MergeFrom(from);
517}
518
519PROTOBUF_NOINLINE bool ReceiverInfo::IsInitialized() const {
520 return true;
521}
522
524 using std::swap;
525 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
526 ::google::protobuf::internal::memswap<
527 PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.messages_)
529 - PROTOBUF_FIELD_OFFSET(ReceiverInfo, _impl_.bytes_)>(
530 reinterpret_cast<char*>(&_impl_.bytes_),
531 reinterpret_cast<char*>(&other->_impl_.bytes_));
532}
533
539// @@protoc_insertion_point(namespace_scope)
540} // namespace opmon
541} // namespace ipm
542} // namespace dunedaq
543namespace google {
544namespace protobuf {
545} // namespace protobuf
546} // namespace google
547// @@protoc_insertion_point(global_scope)
548#include "google/protobuf/port_undef.inc"
void CopyFrom(const ReceiverInfo &from)
Definition ipm.pb.cc:512
::google::protobuf::Metadata GetMetadata() const final
Definition ipm.pb.cc:534
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
Definition ipm.pb.cc:392
const ::google::protobuf::Message::ClassData * GetClassData() const final
Definition ipm.pb.cc:492
static const ClassData _class_data_
Definition ipm.pb.h:370
bool IsInitialized() const final
Definition ipm.pb.cc:519
::size_t ByteSizeLong() const final
Definition ipm.pb.cc:465
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition ipm.pb.cc:495
void SharedCtor(::google::protobuf::Arena *arena)
Definition ipm.pb.cc:360
::uint64_t _internal_messages() const
Definition ipm.pb.h:520
void SetCachedSize(int size) const final
Definition ipm.pb.cc:376
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
Definition ipm.pb.cc:435
void MergeFrom(const ReceiverInfo &from)
Definition ipm.pb.h:340
::uint64_t _internal_bytes() const
Definition ipm.pb.h:498
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition ipm.pb.cc:380
void InternalSwap(ReceiverInfo *other)
Definition ipm.pb.cc:523
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:408
static const ClassData _class_data_
Definition ipm.pb.h:200
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
Definition ipm.pb.cc:239
void MergeFrom(const SenderInfo &from)
Definition ipm.pb.h:170
::uint64_t _internal_bytes() const
Definition ipm.pb.h:450
bool IsInitialized() const final
Definition ipm.pb.cc:323
void SetCachedSize(int size) const final
Definition ipm.pb.cc:180
::google::protobuf::Metadata GetMetadata() const final
Definition ipm.pb.cc:338
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
Definition ipm.pb.cc:196
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition ipm.pb.cc:184
void InternalSwap(SenderInfo *other)
Definition ipm.pb.cc:327
::uint64_t _internal_messages() const
Definition ipm.pb.h:472
void CopyFrom(const SenderInfo &from)
Definition ipm.pb.cc:316
::size_t ByteSizeLong() const final
Definition ipm.pb.cc:269
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition ipm.pb.cc:299
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition ipm.pb.h:238
void SharedCtor(::google::protobuf::Arena *arena)
Definition ipm.pb.cc:164
const ::google::protobuf::Message::ClassData * GetClassData() const final
Definition ipm.pb.cc:296
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_ipm_2fopmon_2fipm_2eproto
Definition ipm.pb.cc:67
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_ipm_2fopmon_2fipm_2eproto_getter()
Definition ipm.pb.cc:138
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_ipm_2fopmon_2fipm_2eproto
Definition ipm.pb.cc:65
::absl::once_flag descriptor_table_ipm_2fopmon_2fipm_2eproto_once
Definition ipm.pb.cc:108
::_pb::Metadata file_level_metadata_ipm_2fopmon_2fipm_2eproto[2]
Definition ipm.pb.cc:63
const ::_pbi::DescriptorTable descriptor_table_ipm_2fopmon_2fipm_2eproto
Definition ipm.pb.cc:109
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SenderInfoDefaultTypeInternal _SenderInfo_default_instance_
Definition ipm.pb.cc:42
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReceiverInfoDefaultTypeInternal _ReceiverInfo_default_instance_
Definition ipm.pb.cc:59
Including Qt Headers.
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
static const ::uint32_t offsets[]
Definition ipm.pb.h:52
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:415
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition ipm.pb.h:245
const ::uint32_t TableStruct_wib_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::_pb::Message *const file_default_instances[]
Definition wib.pb.cc:1192