DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
list_rev_info.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: listrev/opmon/list_rev_info.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_listrev_2fopmon_2flist_5frev_5finfo_2eproto_2epb_2eh
5#define GOOGLE_PROTOBUF_INCLUDED_listrev_2fopmon_2flist_5frev_5finfo_2eproto_2epb_2eh
6
7#include <limits>
8#include <string>
9#include <type_traits>
10
11#include "google/protobuf/port_def.inc"
12#if PROTOBUF_VERSION < 4024000
13#error "This file was generated by a newer version of protoc which is"
14#error "incompatible with your Protocol Buffer headers. Please update"
15#error "your headers."
16#endif // PROTOBUF_VERSION
17
18#if 4024004 < PROTOBUF_MIN_PROTOC_VERSION
19#error "This file was generated by an older version of protoc which is"
20#error "incompatible with your Protocol Buffer headers. Please"
21#error "regenerate this file with a newer version of protoc."
22#endif // PROTOBUF_MIN_PROTOC_VERSION
23#include "google/protobuf/port_undef.inc"
24#include "google/protobuf/io/coded_stream.h"
25#include "google/protobuf/arena.h"
26#include "google/protobuf/arenastring.h"
27#include "google/protobuf/generated_message_tctable_decl.h"
28#include "google/protobuf/generated_message_util.h"
29#include "google/protobuf/metadata_lite.h"
30#include "google/protobuf/generated_message_reflection.h"
31#include "google/protobuf/message.h"
32#include "google/protobuf/repeated_field.h" // IWYU pragma: export
33#include "google/protobuf/extension_set.h" // IWYU pragma: export
34#include "google/protobuf/unknown_field_set.h"
35// @@protoc_insertion_point(includes)
36
37// Must be included last.
38#include "google/protobuf/port_def.inc"
39
40#define PROTOBUF_INTERNAL_EXPORT_listrev_2fopmon_2flist_5frev_5finfo_2eproto
41
42namespace google {
43namespace protobuf {
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47} // namespace protobuf
48} // namespace google
49
50// Internal implementation detail -- do not use these members.
54extern const ::google::protobuf::internal::DescriptorTable
56namespace dunedaq {
57namespace listrev {
58namespace opmon {
59class ListReverserInfo;
60struct ListReverserInfoDefaultTypeInternal;
61extern ListReverserInfoDefaultTypeInternal _ListReverserInfo_default_instance_;
62class RandomListGeneratorInfo;
63struct RandomListGeneratorInfoDefaultTypeInternal;
64extern RandomListGeneratorInfoDefaultTypeInternal _RandomListGeneratorInfo_default_instance_;
65class ReversedListValidatorInfo;
66struct ReversedListValidatorInfoDefaultTypeInternal;
67extern ReversedListValidatorInfoDefaultTypeInternal _ReversedListValidatorInfo_default_instance_;
68} // namespace opmon
69} // namespace listrev
70} // namespace dunedaq
71namespace google {
72namespace protobuf {
73} // namespace protobuf
74} // namespace google
75
76namespace dunedaq {
77namespace listrev {
78namespace opmon {
79
80// ===================================================================
81
82
83// -------------------------------------------------------------------
84
85class ListReverserInfo final :
86 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.listrev.opmon.ListReverserInfo) */ {
87 public:
88 inline ListReverserInfo() : ListReverserInfo(nullptr) {}
89 ~ListReverserInfo() override;
90 template<typename = void>
91 explicit PROTOBUF_CONSTEXPR ListReverserInfo(::google::protobuf::internal::ConstantInitialized);
92
96 *this = ::std::move(from);
97 }
98
100 CopyFrom(from);
101 return *this;
102 }
103 inline ListReverserInfo& operator=(ListReverserInfo&& from) noexcept {
104 if (this == &from) return *this;
105 if (GetOwningArena() == from.GetOwningArena()
106 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
107 && GetOwningArena() != nullptr
108 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
109 ) {
110 InternalSwap(&from);
111 } else {
112 CopyFrom(from);
113 }
114 return *this;
115 }
116
117 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
118 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
119 }
120 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
121 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
122 }
123
124 static const ::google::protobuf::Descriptor* descriptor() {
125 return GetDescriptor();
126 }
127 static const ::google::protobuf::Descriptor* GetDescriptor() {
128 return default_instance().GetMetadata().descriptor;
129 }
130 static const ::google::protobuf::Reflection* GetReflection() {
131 return default_instance().GetMetadata().reflection;
132 }
135 }
137 return reinterpret_cast<const ListReverserInfo*>(
139 }
140 static constexpr int kIndexInFileMessages =
141 0;
142
144 a.Swap(&b);
145 }
146 inline void Swap(ListReverserInfo* other) {
147 if (other == this) return;
148 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
149 if (GetOwningArena() != nullptr &&
150 GetOwningArena() == other->GetOwningArena()) {
151 #else // PROTOBUF_FORCE_COPY_IN_SWAP
152 if (GetOwningArena() == other->GetOwningArena()) {
153 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
154 InternalSwap(other);
155 } else {
156 ::google::protobuf::internal::GenericSwap(this, other);
157 }
158 }
160 if (other == this) return;
161 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
162 InternalSwap(other);
163 }
164
165 // implements Message ----------------------------------------------
166
167 ListReverserInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
168 return CreateMaybeMessage<ListReverserInfo>(arena);
169 }
170 using ::google::protobuf::Message::CopyFrom;
171 void CopyFrom(const ListReverserInfo& from);
172 using ::google::protobuf::Message::MergeFrom;
173 void MergeFrom( const ListReverserInfo& from) {
174 ListReverserInfo::MergeImpl(*this, from);
175 }
176 private:
177 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
178 public:
179 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
180 bool IsInitialized() const final;
181
182 ::size_t ByteSizeLong() const final;
183 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
184 ::uint8_t* _InternalSerialize(
185 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
186 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
187
188 private:
189 void SharedCtor(::google::protobuf::Arena* arena);
190 void SharedDtor();
191 void SetCachedSize(int size) const final;
192 void InternalSwap(ListReverserInfo* other);
193
194 private:
195 friend class ::google::protobuf::internal::AnyMetadata;
196 static ::absl::string_view FullMessageName() {
197 return "dunedaq.listrev.opmon.ListReverserInfo";
198 }
199 protected:
200 explicit ListReverserInfo(::google::protobuf::Arena* arena);
201 public:
202
203 static const ClassData _class_data_;
204 const ::google::protobuf::Message::ClassData*GetClassData() const final;
205
206 ::google::protobuf::Metadata GetMetadata() const final;
207
208 // nested types ----------------------------------------------------
209
210 // accessors -------------------------------------------------------
211
212 enum : int {
221 };
222 // uint64 requests_received = 1;
224 ::uint64_t requests_received() const;
225 void set_requests_received(::uint64_t value);
226
227 private:
228 ::uint64_t _internal_requests_received() const;
229 void _internal_set_requests_received(::uint64_t value);
230
231 public:
232 // uint64 requests_sent = 2;
233 void clear_requests_sent() ;
234 ::uint64_t requests_sent() const;
235 void set_requests_sent(::uint64_t value);
236
237 private:
238 ::uint64_t _internal_requests_sent() const;
239 void _internal_set_requests_sent(::uint64_t value);
240
241 public:
242 // uint64 lists_received = 11;
243 void clear_lists_received() ;
244 ::uint64_t lists_received() const;
245 void set_lists_received(::uint64_t value);
246
247 private:
248 ::uint64_t _internal_lists_received() const;
249 void _internal_set_lists_received(::uint64_t value);
250
251 public:
252 // uint64 lists_sent = 12;
253 void clear_lists_sent() ;
254 ::uint64_t lists_sent() const;
255 void set_lists_sent(::uint64_t value);
256
257 private:
258 ::uint64_t _internal_lists_sent() const;
259 void _internal_set_lists_sent(::uint64_t value);
260
261 public:
262 // uint64 total_requests_received = 21;
264 ::uint64_t total_requests_received() const;
265 void set_total_requests_received(::uint64_t value);
266
267 private:
268 ::uint64_t _internal_total_requests_received() const;
269 void _internal_set_total_requests_received(::uint64_t value);
270
271 public:
272 // uint64 total_requests_sent = 22;
274 ::uint64_t total_requests_sent() const;
275 void set_total_requests_sent(::uint64_t value);
276
277 private:
278 ::uint64_t _internal_total_requests_sent() const;
279 void _internal_set_total_requests_sent(::uint64_t value);
280
281 public:
282 // uint64 total_lists_received = 31;
284 ::uint64_t total_lists_received() const;
285 void set_total_lists_received(::uint64_t value);
286
287 private:
288 ::uint64_t _internal_total_lists_received() const;
289 void _internal_set_total_lists_received(::uint64_t value);
290
291 public:
292 // uint64 total_lists_sent = 32;
294 ::uint64_t total_lists_sent() const;
295 void set_total_lists_sent(::uint64_t value);
296
297 private:
298 ::uint64_t _internal_total_lists_sent() const;
299 void _internal_set_total_lists_sent(::uint64_t value);
300
301 public:
302 // @@protoc_insertion_point(class_scope:dunedaq.listrev.opmon.ListReverserInfo)
303 private:
304 class _Internal;
305
306 friend class ::google::protobuf::internal::TcParser;
307 static const ::google::protobuf::internal::TcParseTable<3, 8, 0, 0, 2> _table_;
308 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
311 struct Impl_ {
313 ::uint64_t requests_sent_;
314 ::uint64_t lists_received_;
315 ::uint64_t lists_sent_;
320 mutable ::google::protobuf::internal::CachedSize _cached_size_;
321 PROTOBUF_TSAN_DECLARE_MEMBER
322 };
323 union { Impl_ _impl_; };
324 friend struct ::TableStruct_listrev_2fopmon_2flist_5frev_5finfo_2eproto;
325};// -------------------------------------------------------------------
326
328 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.listrev.opmon.RandomListGeneratorInfo) */ {
329 public:
331 ~RandomListGeneratorInfo() override;
332 template<typename = void>
333 explicit PROTOBUF_CONSTEXPR RandomListGeneratorInfo(::google::protobuf::internal::ConstantInitialized);
334
338 *this = ::std::move(from);
339 }
340
342 CopyFrom(from);
343 return *this;
344 }
346 if (this == &from) return *this;
347 if (GetOwningArena() == from.GetOwningArena()
348 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
349 && GetOwningArena() != nullptr
350 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
351 ) {
352 InternalSwap(&from);
353 } else {
354 CopyFrom(from);
355 }
356 return *this;
357 }
358
359 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
360 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
361 }
362 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
363 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
364 }
365
366 static const ::google::protobuf::Descriptor* descriptor() {
367 return GetDescriptor();
368 }
369 static const ::google::protobuf::Descriptor* GetDescriptor() {
370 return default_instance().GetMetadata().descriptor;
371 }
372 static const ::google::protobuf::Reflection* GetReflection() {
373 return default_instance().GetMetadata().reflection;
374 }
376 return *internal_default_instance();
377 }
379 return reinterpret_cast<const RandomListGeneratorInfo*>(
381 }
382 static constexpr int kIndexInFileMessages =
383 1;
384
386 a.Swap(&b);
387 }
388 inline void Swap(RandomListGeneratorInfo* other) {
389 if (other == this) return;
390 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
391 if (GetOwningArena() != nullptr &&
392 GetOwningArena() == other->GetOwningArena()) {
393 #else // PROTOBUF_FORCE_COPY_IN_SWAP
394 if (GetOwningArena() == other->GetOwningArena()) {
395 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
396 InternalSwap(other);
397 } else {
398 ::google::protobuf::internal::GenericSwap(this, other);
399 }
400 }
402 if (other == this) return;
403 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
404 InternalSwap(other);
405 }
406
407 // implements Message ----------------------------------------------
408
409 RandomListGeneratorInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
410 return CreateMaybeMessage<RandomListGeneratorInfo>(arena);
411 }
412 using ::google::protobuf::Message::CopyFrom;
413 void CopyFrom(const RandomListGeneratorInfo& from);
414 using ::google::protobuf::Message::MergeFrom;
416 RandomListGeneratorInfo::MergeImpl(*this, from);
417 }
418 private:
419 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
420 public:
421 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
422 bool IsInitialized() const final;
423
424 ::size_t ByteSizeLong() const final;
425 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
426 ::uint8_t* _InternalSerialize(
427 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
428 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
429
430 private:
431 void SharedCtor(::google::protobuf::Arena* arena);
432 void SharedDtor();
433 void SetCachedSize(int size) const final;
434 void InternalSwap(RandomListGeneratorInfo* other);
435
436 private:
437 friend class ::google::protobuf::internal::AnyMetadata;
438 static ::absl::string_view FullMessageName() {
439 return "dunedaq.listrev.opmon.RandomListGeneratorInfo";
440 }
441 protected:
442 explicit RandomListGeneratorInfo(::google::protobuf::Arena* arena);
443 public:
444
445 static const ClassData _class_data_;
446 const ::google::protobuf::Message::ClassData*GetClassData() const final;
447
448 ::google::protobuf::Metadata GetMetadata() const final;
449
450 // nested types ----------------------------------------------------
451
452 // accessors -------------------------------------------------------
453
454 enum : int {
455 kGeneratedNumbersFieldNumber = 1,
456 kNewGeneratedNumbersFieldNumber = 2,
457 kListsSentFieldNumber = 11,
458 kNewListsSentFieldNumber = 12,
459 };
460 // uint64 generated_numbers = 1;
461 void clear_generated_numbers() ;
462 ::uint64_t generated_numbers() const;
463 void set_generated_numbers(::uint64_t value);
464
465 private:
466 ::uint64_t _internal_generated_numbers() const;
467 void _internal_set_generated_numbers(::uint64_t value);
468
469 public:
470 // uint64 new_generated_numbers = 2;
471 void clear_new_generated_numbers() ;
472 ::uint64_t new_generated_numbers() const;
473 void set_new_generated_numbers(::uint64_t value);
474
475 private:
476 ::uint64_t _internal_new_generated_numbers() const;
477 void _internal_set_new_generated_numbers(::uint64_t value);
478
479 public:
480 // uint64 lists_sent = 11;
481 void clear_lists_sent() ;
482 ::uint64_t lists_sent() const;
483 void set_lists_sent(::uint64_t value);
484
485 private:
486 ::uint64_t _internal_lists_sent() const;
487 void _internal_set_lists_sent(::uint64_t value);
488
489 public:
490 // uint64 new_lists_sent = 12;
491 void clear_new_lists_sent() ;
492 ::uint64_t new_lists_sent() const;
493 void set_new_lists_sent(::uint64_t value);
494
495 private:
496 ::uint64_t _internal_new_lists_sent() const;
497 void _internal_set_new_lists_sent(::uint64_t value);
498
499 public:
500 // @@protoc_insertion_point(class_scope:dunedaq.listrev.opmon.RandomListGeneratorInfo)
501 private:
502 class _Internal;
503
504 friend class ::google::protobuf::internal::TcParser;
505 static const ::google::protobuf::internal::TcParseTable<2, 4, 0, 0, 2> _table_;
506 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
509 struct Impl_ {
512 ::uint64_t lists_sent_;
513 ::uint64_t new_lists_sent_;
514 mutable ::google::protobuf::internal::CachedSize _cached_size_;
515 PROTOBUF_TSAN_DECLARE_MEMBER
516 };
517 union { Impl_ _impl_; };
518 friend struct ::TableStruct_listrev_2fopmon_2flist_5frev_5finfo_2eproto;
519};// -------------------------------------------------------------------
520
522 public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:dunedaq.listrev.opmon.ReversedListValidatorInfo) */ {
523 public:
526 template<typename = void>
527 explicit PROTOBUF_CONSTEXPR ReversedListValidatorInfo(::google::protobuf::internal::ConstantInitialized);
528
532 *this = ::std::move(from);
533 }
534
536 CopyFrom(from);
537 return *this;
538 }
540 if (this == &from) return *this;
541 if (GetOwningArena() == from.GetOwningArena()
542 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
543 && GetOwningArena() != nullptr
544 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
545 ) {
546 InternalSwap(&from);
547 } else {
548 CopyFrom(from);
549 }
550 return *this;
551 }
552
553 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
554 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
555 }
556 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
557 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
558 }
559
560 static const ::google::protobuf::Descriptor* descriptor() {
561 return GetDescriptor();
562 }
563 static const ::google::protobuf::Descriptor* GetDescriptor() {
564 return default_instance().GetMetadata().descriptor;
565 }
566 static const ::google::protobuf::Reflection* GetReflection() {
567 return default_instance().GetMetadata().reflection;
568 }
570 return *internal_default_instance();
571 }
576 static constexpr int kIndexInFileMessages =
577 2;
578
580 a.Swap(&b);
581 }
582 inline void Swap(ReversedListValidatorInfo* other) {
583 if (other == this) return;
584 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
585 if (GetOwningArena() != nullptr &&
586 GetOwningArena() == other->GetOwningArena()) {
587 #else // PROTOBUF_FORCE_COPY_IN_SWAP
588 if (GetOwningArena() == other->GetOwningArena()) {
589 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
590 InternalSwap(other);
591 } else {
592 ::google::protobuf::internal::GenericSwap(this, other);
593 }
594 }
596 if (other == this) return;
597 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
598 InternalSwap(other);
599 }
600
601 // implements Message ----------------------------------------------
602
603 ReversedListValidatorInfo* New(::google::protobuf::Arena* arena = nullptr) const final {
604 return CreateMaybeMessage<ReversedListValidatorInfo>(arena);
605 }
606 using ::google::protobuf::Message::CopyFrom;
607 void CopyFrom(const ReversedListValidatorInfo& from);
608 using ::google::protobuf::Message::MergeFrom;
610 ReversedListValidatorInfo::MergeImpl(*this, from);
611 }
612 private:
613 static void MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg);
614 public:
615 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
616 bool IsInitialized() const final;
617
618 ::size_t ByteSizeLong() const final;
619 const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final;
620 ::uint8_t* _InternalSerialize(
621 ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
622 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
623
624 private:
625 void SharedCtor(::google::protobuf::Arena* arena);
626 void SharedDtor();
627 void SetCachedSize(int size) const final;
628 void InternalSwap(ReversedListValidatorInfo* other);
629
630 private:
631 friend class ::google::protobuf::internal::AnyMetadata;
632 static ::absl::string_view FullMessageName() {
633 return "dunedaq.listrev.opmon.ReversedListValidatorInfo";
634 }
635 protected:
636 explicit ReversedListValidatorInfo(::google::protobuf::Arena* arena);
637 public:
638
639 static const ClassData _class_data_;
640 const ::google::protobuf::Message::ClassData*GetClassData() const final;
641
642 ::google::protobuf::Metadata GetMetadata() const final;
643
644 // nested types ----------------------------------------------------
645
646 // accessors -------------------------------------------------------
647
648 enum : int {
649 kTotalRequestsFieldNumber = 1,
650 kNewRequestsFieldNumber = 2,
651 kTotalListsFieldNumber = 11,
652 kNewListsFieldNumber = 12,
653 kTotalValidPairsFieldNumber = 21,
654 kValidListPairsFieldNumber = 22,
655 kTotalInvalidPairsFieldNumber = 23,
656 kInvalidListPairsFieldNumber = 24,
657 };
658 // uint64 total_requests = 1;
659 void clear_total_requests() ;
660 ::uint64_t total_requests() const;
661 void set_total_requests(::uint64_t value);
662
663 private:
664 ::uint64_t _internal_total_requests() const;
665 void _internal_set_total_requests(::uint64_t value);
666
667 public:
668 // uint64 new_requests = 2;
669 void clear_new_requests() ;
670 ::uint64_t new_requests() const;
671 void set_new_requests(::uint64_t value);
672
673 private:
674 ::uint64_t _internal_new_requests() const;
675 void _internal_set_new_requests(::uint64_t value);
676
677 public:
678 // uint64 total_lists = 11;
679 void clear_total_lists() ;
680 ::uint64_t total_lists() const;
681 void set_total_lists(::uint64_t value);
682
683 private:
684 ::uint64_t _internal_total_lists() const;
685 void _internal_set_total_lists(::uint64_t value);
686
687 public:
688 // uint64 new_lists = 12;
689 void clear_new_lists() ;
690 ::uint64_t new_lists() const;
691 void set_new_lists(::uint64_t value);
692
693 private:
694 ::uint64_t _internal_new_lists() const;
695 void _internal_set_new_lists(::uint64_t value);
696
697 public:
698 // uint64 total_valid_pairs = 21;
699 void clear_total_valid_pairs() ;
700 ::uint64_t total_valid_pairs() const;
701 void set_total_valid_pairs(::uint64_t value);
702
703 private:
704 ::uint64_t _internal_total_valid_pairs() const;
705 void _internal_set_total_valid_pairs(::uint64_t value);
706
707 public:
708 // uint64 valid_list_pairs = 22;
709 void clear_valid_list_pairs() ;
710 ::uint64_t valid_list_pairs() const;
711 void set_valid_list_pairs(::uint64_t value);
712
713 private:
714 ::uint64_t _internal_valid_list_pairs() const;
715 void _internal_set_valid_list_pairs(::uint64_t value);
716
717 public:
718 // uint64 total_invalid_pairs = 23;
719 void clear_total_invalid_pairs() ;
720 ::uint64_t total_invalid_pairs() const;
721 void set_total_invalid_pairs(::uint64_t value);
722
723 private:
724 ::uint64_t _internal_total_invalid_pairs() const;
725 void _internal_set_total_invalid_pairs(::uint64_t value);
726
727 public:
728 // uint64 invalid_list_pairs = 24;
729 void clear_invalid_list_pairs() ;
730 ::uint64_t invalid_list_pairs() const;
731 void set_invalid_list_pairs(::uint64_t value);
732
733 private:
734 ::uint64_t _internal_invalid_list_pairs() const;
735 void _internal_set_invalid_list_pairs(::uint64_t value);
736
737 public:
738 // @@protoc_insertion_point(class_scope:dunedaq.listrev.opmon.ReversedListValidatorInfo)
739 private:
740 class _Internal;
741
742 friend class ::google::protobuf::internal::TcParser;
743 static const ::google::protobuf::internal::TcParseTable<3, 8, 0, 0, 2> _table_;
744 template <typename T> friend class ::google::protobuf::Arena::InternalHelper;
747 struct Impl_ {
748 ::uint64_t total_requests_;
749 ::uint64_t new_requests_;
750 ::uint64_t total_lists_;
751 ::uint64_t new_lists_;
756 mutable ::google::protobuf::internal::CachedSize _cached_size_;
757 PROTOBUF_TSAN_DECLARE_MEMBER
758 };
759 union { Impl_ _impl_; };
760 friend struct ::TableStruct_listrev_2fopmon_2flist_5frev_5finfo_2eproto;
761};
762
763// ===================================================================
764
765
766
767
768// ===================================================================
769
770
771#ifdef __GNUC__
772#pragma GCC diagnostic push
773#pragma GCC diagnostic ignored "-Wstrict-aliasing"
774#endif // __GNUC__
775// -------------------------------------------------------------------
776
777// ListReverserInfo
778
779// uint64 requests_received = 1;
780inline void ListReverserInfo::clear_requests_received() {
781 _impl_.requests_received_ = ::uint64_t{0u};
782}
783inline ::uint64_t ListReverserInfo::requests_received() const {
784 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.requests_received)
785 return _internal_requests_received();
786}
787inline void ListReverserInfo::set_requests_received(::uint64_t value) {
788 _internal_set_requests_received(value);
789 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.requests_received)
790}
791inline ::uint64_t ListReverserInfo::_internal_requests_received() const {
792 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
793 return _impl_.requests_received_;
794}
795inline void ListReverserInfo::_internal_set_requests_received(::uint64_t value) {
796 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
797 ;
798 _impl_.requests_received_ = value;
799}
800
801// uint64 requests_sent = 2;
802inline void ListReverserInfo::clear_requests_sent() {
803 _impl_.requests_sent_ = ::uint64_t{0u};
804}
805inline ::uint64_t ListReverserInfo::requests_sent() const {
806 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.requests_sent)
807 return _internal_requests_sent();
808}
809inline void ListReverserInfo::set_requests_sent(::uint64_t value) {
810 _internal_set_requests_sent(value);
811 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.requests_sent)
812}
813inline ::uint64_t ListReverserInfo::_internal_requests_sent() const {
814 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
815 return _impl_.requests_sent_;
816}
817inline void ListReverserInfo::_internal_set_requests_sent(::uint64_t value) {
818 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
819 ;
820 _impl_.requests_sent_ = value;
821}
822
823// uint64 lists_received = 11;
824inline void ListReverserInfo::clear_lists_received() {
825 _impl_.lists_received_ = ::uint64_t{0u};
826}
827inline ::uint64_t ListReverserInfo::lists_received() const {
828 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.lists_received)
829 return _internal_lists_received();
830}
831inline void ListReverserInfo::set_lists_received(::uint64_t value) {
832 _internal_set_lists_received(value);
833 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.lists_received)
834}
835inline ::uint64_t ListReverserInfo::_internal_lists_received() const {
836 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
837 return _impl_.lists_received_;
838}
839inline void ListReverserInfo::_internal_set_lists_received(::uint64_t value) {
840 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
841 ;
842 _impl_.lists_received_ = value;
843}
844
845// uint64 lists_sent = 12;
846inline void ListReverserInfo::clear_lists_sent() {
847 _impl_.lists_sent_ = ::uint64_t{0u};
848}
849inline ::uint64_t ListReverserInfo::lists_sent() const {
850 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.lists_sent)
851 return _internal_lists_sent();
852}
853inline void ListReverserInfo::set_lists_sent(::uint64_t value) {
854 _internal_set_lists_sent(value);
855 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.lists_sent)
856}
857inline ::uint64_t ListReverserInfo::_internal_lists_sent() const {
858 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
859 return _impl_.lists_sent_;
860}
861inline void ListReverserInfo::_internal_set_lists_sent(::uint64_t value) {
862 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
863 ;
864 _impl_.lists_sent_ = value;
865}
866
867// uint64 total_requests_received = 21;
868inline void ListReverserInfo::clear_total_requests_received() {
869 _impl_.total_requests_received_ = ::uint64_t{0u};
870}
871inline ::uint64_t ListReverserInfo::total_requests_received() const {
872 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.total_requests_received)
873 return _internal_total_requests_received();
874}
875inline void ListReverserInfo::set_total_requests_received(::uint64_t value) {
876 _internal_set_total_requests_received(value);
877 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.total_requests_received)
878}
879inline ::uint64_t ListReverserInfo::_internal_total_requests_received() const {
880 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
881 return _impl_.total_requests_received_;
882}
883inline void ListReverserInfo::_internal_set_total_requests_received(::uint64_t value) {
884 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
885 ;
886 _impl_.total_requests_received_ = value;
887}
888
889// uint64 total_requests_sent = 22;
890inline void ListReverserInfo::clear_total_requests_sent() {
891 _impl_.total_requests_sent_ = ::uint64_t{0u};
892}
893inline ::uint64_t ListReverserInfo::total_requests_sent() const {
894 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.total_requests_sent)
895 return _internal_total_requests_sent();
896}
897inline void ListReverserInfo::set_total_requests_sent(::uint64_t value) {
898 _internal_set_total_requests_sent(value);
899 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.total_requests_sent)
900}
901inline ::uint64_t ListReverserInfo::_internal_total_requests_sent() const {
902 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
903 return _impl_.total_requests_sent_;
904}
905inline void ListReverserInfo::_internal_set_total_requests_sent(::uint64_t value) {
906 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
907 ;
908 _impl_.total_requests_sent_ = value;
909}
910
911// uint64 total_lists_received = 31;
912inline void ListReverserInfo::clear_total_lists_received() {
913 _impl_.total_lists_received_ = ::uint64_t{0u};
914}
915inline ::uint64_t ListReverserInfo::total_lists_received() const {
916 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.total_lists_received)
917 return _internal_total_lists_received();
918}
919inline void ListReverserInfo::set_total_lists_received(::uint64_t value) {
920 _internal_set_total_lists_received(value);
921 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.total_lists_received)
922}
923inline ::uint64_t ListReverserInfo::_internal_total_lists_received() const {
924 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
925 return _impl_.total_lists_received_;
926}
927inline void ListReverserInfo::_internal_set_total_lists_received(::uint64_t value) {
928 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
929 ;
930 _impl_.total_lists_received_ = value;
931}
932
933// uint64 total_lists_sent = 32;
934inline void ListReverserInfo::clear_total_lists_sent() {
935 _impl_.total_lists_sent_ = ::uint64_t{0u};
936}
937inline ::uint64_t ListReverserInfo::total_lists_sent() const {
938 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ListReverserInfo.total_lists_sent)
939 return _internal_total_lists_sent();
940}
941inline void ListReverserInfo::set_total_lists_sent(::uint64_t value) {
942 _internal_set_total_lists_sent(value);
943 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ListReverserInfo.total_lists_sent)
944}
945inline ::uint64_t ListReverserInfo::_internal_total_lists_sent() const {
946 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
947 return _impl_.total_lists_sent_;
948}
949inline void ListReverserInfo::_internal_set_total_lists_sent(::uint64_t value) {
950 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
951 ;
952 _impl_.total_lists_sent_ = value;
953}
954
955// -------------------------------------------------------------------
956
957// RandomListGeneratorInfo
958
959// uint64 generated_numbers = 1;
960inline void RandomListGeneratorInfo::clear_generated_numbers() {
961 _impl_.generated_numbers_ = ::uint64_t{0u};
962}
963inline ::uint64_t RandomListGeneratorInfo::generated_numbers() const {
964 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.generated_numbers)
965 return _internal_generated_numbers();
966}
967inline void RandomListGeneratorInfo::set_generated_numbers(::uint64_t value) {
968 _internal_set_generated_numbers(value);
969 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.generated_numbers)
970}
971inline ::uint64_t RandomListGeneratorInfo::_internal_generated_numbers() const {
972 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
973 return _impl_.generated_numbers_;
974}
975inline void RandomListGeneratorInfo::_internal_set_generated_numbers(::uint64_t value) {
976 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
977 ;
978 _impl_.generated_numbers_ = value;
979}
980
981// uint64 new_generated_numbers = 2;
982inline void RandomListGeneratorInfo::clear_new_generated_numbers() {
983 _impl_.new_generated_numbers_ = ::uint64_t{0u};
984}
985inline ::uint64_t RandomListGeneratorInfo::new_generated_numbers() const {
986 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_generated_numbers)
987 return _internal_new_generated_numbers();
988}
989inline void RandomListGeneratorInfo::set_new_generated_numbers(::uint64_t value) {
990 _internal_set_new_generated_numbers(value);
991 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_generated_numbers)
992}
993inline ::uint64_t RandomListGeneratorInfo::_internal_new_generated_numbers() const {
994 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
995 return _impl_.new_generated_numbers_;
996}
997inline void RandomListGeneratorInfo::_internal_set_new_generated_numbers(::uint64_t value) {
998 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
999 ;
1000 _impl_.new_generated_numbers_ = value;
1001}
1002
1003// uint64 lists_sent = 11;
1004inline void RandomListGeneratorInfo::clear_lists_sent() {
1005 _impl_.lists_sent_ = ::uint64_t{0u};
1006}
1007inline ::uint64_t RandomListGeneratorInfo::lists_sent() const {
1008 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.lists_sent)
1009 return _internal_lists_sent();
1010}
1011inline void RandomListGeneratorInfo::set_lists_sent(::uint64_t value) {
1012 _internal_set_lists_sent(value);
1013 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.lists_sent)
1014}
1015inline ::uint64_t RandomListGeneratorInfo::_internal_lists_sent() const {
1016 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1017 return _impl_.lists_sent_;
1018}
1019inline void RandomListGeneratorInfo::_internal_set_lists_sent(::uint64_t value) {
1020 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1021 ;
1022 _impl_.lists_sent_ = value;
1023}
1024
1025// uint64 new_lists_sent = 12;
1026inline void RandomListGeneratorInfo::clear_new_lists_sent() {
1027 _impl_.new_lists_sent_ = ::uint64_t{0u};
1028}
1029inline ::uint64_t RandomListGeneratorInfo::new_lists_sent() const {
1030 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_lists_sent)
1031 return _internal_new_lists_sent();
1032}
1033inline void RandomListGeneratorInfo::set_new_lists_sent(::uint64_t value) {
1034 _internal_set_new_lists_sent(value);
1035 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_lists_sent)
1036}
1037inline ::uint64_t RandomListGeneratorInfo::_internal_new_lists_sent() const {
1038 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1039 return _impl_.new_lists_sent_;
1040}
1041inline void RandomListGeneratorInfo::_internal_set_new_lists_sent(::uint64_t value) {
1042 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1043 ;
1044 _impl_.new_lists_sent_ = value;
1045}
1046
1047// -------------------------------------------------------------------
1048
1049// ReversedListValidatorInfo
1050
1051// uint64 total_requests = 1;
1052inline void ReversedListValidatorInfo::clear_total_requests() {
1053 _impl_.total_requests_ = ::uint64_t{0u};
1054}
1055inline ::uint64_t ReversedListValidatorInfo::total_requests() const {
1056 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_requests)
1057 return _internal_total_requests();
1058}
1059inline void ReversedListValidatorInfo::set_total_requests(::uint64_t value) {
1060 _internal_set_total_requests(value);
1061 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_requests)
1062}
1063inline ::uint64_t ReversedListValidatorInfo::_internal_total_requests() const {
1064 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1065 return _impl_.total_requests_;
1066}
1067inline void ReversedListValidatorInfo::_internal_set_total_requests(::uint64_t value) {
1068 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1069 ;
1070 _impl_.total_requests_ = value;
1071}
1072
1073// uint64 new_requests = 2;
1074inline void ReversedListValidatorInfo::clear_new_requests() {
1075 _impl_.new_requests_ = ::uint64_t{0u};
1076}
1077inline ::uint64_t ReversedListValidatorInfo::new_requests() const {
1078 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.new_requests)
1079 return _internal_new_requests();
1080}
1081inline void ReversedListValidatorInfo::set_new_requests(::uint64_t value) {
1082 _internal_set_new_requests(value);
1083 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.new_requests)
1084}
1085inline ::uint64_t ReversedListValidatorInfo::_internal_new_requests() const {
1086 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1087 return _impl_.new_requests_;
1088}
1089inline void ReversedListValidatorInfo::_internal_set_new_requests(::uint64_t value) {
1090 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1091 ;
1092 _impl_.new_requests_ = value;
1093}
1094
1095// uint64 total_lists = 11;
1096inline void ReversedListValidatorInfo::clear_total_lists() {
1097 _impl_.total_lists_ = ::uint64_t{0u};
1098}
1099inline ::uint64_t ReversedListValidatorInfo::total_lists() const {
1100 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_lists)
1101 return _internal_total_lists();
1102}
1103inline void ReversedListValidatorInfo::set_total_lists(::uint64_t value) {
1104 _internal_set_total_lists(value);
1105 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_lists)
1106}
1107inline ::uint64_t ReversedListValidatorInfo::_internal_total_lists() const {
1108 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1109 return _impl_.total_lists_;
1110}
1111inline void ReversedListValidatorInfo::_internal_set_total_lists(::uint64_t value) {
1112 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1113 ;
1114 _impl_.total_lists_ = value;
1115}
1116
1117// uint64 new_lists = 12;
1118inline void ReversedListValidatorInfo::clear_new_lists() {
1119 _impl_.new_lists_ = ::uint64_t{0u};
1120}
1121inline ::uint64_t ReversedListValidatorInfo::new_lists() const {
1122 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.new_lists)
1123 return _internal_new_lists();
1124}
1125inline void ReversedListValidatorInfo::set_new_lists(::uint64_t value) {
1126 _internal_set_new_lists(value);
1127 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.new_lists)
1128}
1129inline ::uint64_t ReversedListValidatorInfo::_internal_new_lists() const {
1130 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1131 return _impl_.new_lists_;
1132}
1133inline void ReversedListValidatorInfo::_internal_set_new_lists(::uint64_t value) {
1134 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1135 ;
1136 _impl_.new_lists_ = value;
1137}
1138
1139// uint64 total_valid_pairs = 21;
1140inline void ReversedListValidatorInfo::clear_total_valid_pairs() {
1141 _impl_.total_valid_pairs_ = ::uint64_t{0u};
1142}
1143inline ::uint64_t ReversedListValidatorInfo::total_valid_pairs() const {
1144 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_valid_pairs)
1145 return _internal_total_valid_pairs();
1146}
1147inline void ReversedListValidatorInfo::set_total_valid_pairs(::uint64_t value) {
1148 _internal_set_total_valid_pairs(value);
1149 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_valid_pairs)
1150}
1151inline ::uint64_t ReversedListValidatorInfo::_internal_total_valid_pairs() const {
1152 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1153 return _impl_.total_valid_pairs_;
1154}
1155inline void ReversedListValidatorInfo::_internal_set_total_valid_pairs(::uint64_t value) {
1156 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1157 ;
1158 _impl_.total_valid_pairs_ = value;
1159}
1160
1161// uint64 valid_list_pairs = 22;
1162inline void ReversedListValidatorInfo::clear_valid_list_pairs() {
1163 _impl_.valid_list_pairs_ = ::uint64_t{0u};
1164}
1165inline ::uint64_t ReversedListValidatorInfo::valid_list_pairs() const {
1166 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.valid_list_pairs)
1167 return _internal_valid_list_pairs();
1168}
1169inline void ReversedListValidatorInfo::set_valid_list_pairs(::uint64_t value) {
1170 _internal_set_valid_list_pairs(value);
1171 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.valid_list_pairs)
1172}
1173inline ::uint64_t ReversedListValidatorInfo::_internal_valid_list_pairs() const {
1174 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1175 return _impl_.valid_list_pairs_;
1176}
1177inline void ReversedListValidatorInfo::_internal_set_valid_list_pairs(::uint64_t value) {
1178 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1179 ;
1180 _impl_.valid_list_pairs_ = value;
1181}
1182
1183// uint64 total_invalid_pairs = 23;
1184inline void ReversedListValidatorInfo::clear_total_invalid_pairs() {
1185 _impl_.total_invalid_pairs_ = ::uint64_t{0u};
1186}
1187inline ::uint64_t ReversedListValidatorInfo::total_invalid_pairs() const {
1188 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_invalid_pairs)
1189 return _internal_total_invalid_pairs();
1190}
1191inline void ReversedListValidatorInfo::set_total_invalid_pairs(::uint64_t value) {
1192 _internal_set_total_invalid_pairs(value);
1193 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.total_invalid_pairs)
1194}
1195inline ::uint64_t ReversedListValidatorInfo::_internal_total_invalid_pairs() const {
1196 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1197 return _impl_.total_invalid_pairs_;
1198}
1199inline void ReversedListValidatorInfo::_internal_set_total_invalid_pairs(::uint64_t value) {
1200 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1201 ;
1202 _impl_.total_invalid_pairs_ = value;
1203}
1204
1205// uint64 invalid_list_pairs = 24;
1206inline void ReversedListValidatorInfo::clear_invalid_list_pairs() {
1207 _impl_.invalid_list_pairs_ = ::uint64_t{0u};
1208}
1209inline ::uint64_t ReversedListValidatorInfo::invalid_list_pairs() const {
1210 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.ReversedListValidatorInfo.invalid_list_pairs)
1211 return _internal_invalid_list_pairs();
1212}
1213inline void ReversedListValidatorInfo::set_invalid_list_pairs(::uint64_t value) {
1214 _internal_set_invalid_list_pairs(value);
1215 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.ReversedListValidatorInfo.invalid_list_pairs)
1216}
1217inline ::uint64_t ReversedListValidatorInfo::_internal_invalid_list_pairs() const {
1218 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1219 return _impl_.invalid_list_pairs_;
1220}
1221inline void ReversedListValidatorInfo::_internal_set_invalid_list_pairs(::uint64_t value) {
1222 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1223 ;
1224 _impl_.invalid_list_pairs_ = value;
1225}
1226
1227#ifdef __GNUC__
1228#pragma GCC diagnostic pop
1229#endif // __GNUC__
1230
1231// @@protoc_insertion_point(namespace_scope)
1232} // namespace opmon
1233} // namespace listrev
1234} // namespace dunedaq
1235
1236
1237// @@protoc_insertion_point(global_scope)
1238
1239#include "google/protobuf/port_undef.inc"
1240
1241#endif // GOOGLE_PROTOBUF_INCLUDED_listrev_2fopmon_2flist_5frev_5finfo_2eproto_2epb_2eh
ListReverserInfo(ListReverserInfo &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void _internal_set_requests_received(::uint64_t value)
void _internal_set_total_requests_received(::uint64_t value)
static const ::google::protobuf::internal::TcParseTable< 3, 8, 0, 0, 2 > _table_
static const ::google::protobuf::Reflection * GetReflection()
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
static const ListReverserInfo & default_instance()
void UnsafeArenaSwap(ListReverserInfo *other)
void _internal_set_total_requests_sent(::uint64_t value)
void SharedCtor(::google::protobuf::Arena *arena)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
PROTOBUF_CONSTEXPR ListReverserInfo(::google::protobuf::internal::ConstantInitialized)
void _internal_set_total_lists_received(::uint64_t value)
ListReverserInfo & operator=(const ListReverserInfo &from)
void _internal_set_total_lists_sent(::uint64_t value)
static const ListReverserInfo * internal_default_instance()
static const ::google::protobuf::Descriptor * descriptor()
void _internal_set_lists_received(::uint64_t value)
::google::protobuf::Metadata GetMetadata() const final
void CopyFrom(const ListReverserInfo &from)
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
friend void swap(ListReverserInfo &a, ListReverserInfo &b)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
const ::google::protobuf::Message::ClassData * GetClassData() const final
ListReverserInfo * New(::google::protobuf::Arena *arena=nullptr) const final
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void MergeFrom(const ListReverserInfo &from)
ListReverserInfo & operator=(ListReverserInfo &&from) noexcept
void InternalSwap(ListReverserInfo *other)
static const ::google::protobuf::Descriptor * GetDescriptor()
RandomListGeneratorInfo & operator=(RandomListGeneratorInfo &&from) noexcept
RandomListGeneratorInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const RandomListGeneratorInfo * internal_default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void swap(RandomListGeneratorInfo &a, RandomListGeneratorInfo &b)
static const ::google::protobuf::Descriptor * descriptor()
void Swap(RandomListGeneratorInfo *other)
static const ::google::protobuf::Descriptor * GetDescriptor()
static const RandomListGeneratorInfo & default_instance()
static const ::google::protobuf::Reflection * GetReflection()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
PROTOBUF_CONSTEXPR RandomListGeneratorInfo(::google::protobuf::internal::ConstantInitialized)
void UnsafeArenaSwap(RandomListGeneratorInfo *other)
RandomListGeneratorInfo(RandomListGeneratorInfo &&from) noexcept
RandomListGeneratorInfo & operator=(const RandomListGeneratorInfo &from)
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
void MergeFrom(const RandomListGeneratorInfo &from)
PROTOBUF_CONSTEXPR ReversedListValidatorInfo(::google::protobuf::internal::ConstantInitialized)
static const ::google::protobuf::internal::TcParseTable< 3, 8, 0, 0, 2 > _table_
ReversedListValidatorInfo * New(::google::protobuf::Arena *arena=nullptr) const final
static const ReversedListValidatorInfo & default_instance()
friend void swap(ReversedListValidatorInfo &a, ReversedListValidatorInfo &b)
static const ::google::protobuf::Descriptor * descriptor()
ReversedListValidatorInfo & operator=(ReversedListValidatorInfo &&from) noexcept
ReversedListValidatorInfo & operator=(const ReversedListValidatorInfo &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void UnsafeArenaSwap(ReversedListValidatorInfo *other)
static const ReversedListValidatorInfo * internal_default_instance()
static const ::google::protobuf::Reflection * GetReflection()
ReversedListValidatorInfo(ReversedListValidatorInfo &&from) noexcept
void MergeFrom(const ReversedListValidatorInfo &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * GetDescriptor()
void Swap(ReversedListValidatorInfo *other)
const ::google::protobuf::internal::DescriptorTable descriptor_table_listrev_2fopmon_2flist_5frev_5finfo_2eproto
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ListReverserInfoDefaultTypeInternal _ListReverserInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RandomListGeneratorInfoDefaultTypeInternal _RandomListGeneratorInfo_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReversedListValidatorInfoDefaultTypeInternal _ReversedListValidatorInfo_default_instance_
Including Qt Headers.
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_
mutable::google::protobuf::internal::CachedSize _cached_size_