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"
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;
42PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
48static constexpr const ::_pb::EnumDescriptor**
50static constexpr const ::_pb::ServiceDescriptor**
67static const ::_pbi::MigrationSchema
75const char descriptor_table_protodef_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
76 "\n&trigger/opmon/randomtcmaker_info.proto"
77 "\022\025dunedaq.trigger.opmon\"_\n\021RandomTCMaker"
78 "Info\022\025\n\rtc_made_count\030\001 \001(\r\022\025\n\rtc_sent_c"
79 "ount\030\002 \001(\r\022\034\n\024tc_failed_sent_count\030\003 \001(\r"
87 descriptor_table_protodef_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto,
88 "trigger/opmon/randomtcmaker_info.proto",
116PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
128 : ::
google::protobuf::Message(arena) {
133 : ::
google::protobuf::Message(), _impl_(from._impl_) {
134 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
135 from._internal_metadata_);
149 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
153 ABSL_DCHECK(GetArenaForAllocation() ==
nullptr);
161 ::uint32_t cached_has_bits = 0;
163 (void) cached_has_bits;
168 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
172 const char* ptr, ::_pbi::ParseContext* ctx) {
173 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
178PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
184 offsetof(
decltype(_table_), field_lookup_table),
186 offsetof(
decltype(_table_), field_entries),
189 offsetof(
decltype(_table_), field_names),
191 ::_pbi::TcParser::GenericFallback,
193 {::_pbi::TcParser::MiniParse, {}},
195 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(RandomTCMakerInfo, _impl_.tc_made_count_), 63>(),
196 {8, 63, 0, PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_made_count_)}},
198 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(RandomTCMakerInfo, _impl_.tc_sent_count_), 63>(),
199 {16, 63, 0, PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_sent_count_)}},
201 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(RandomTCMakerInfo, _impl_.tc_failed_sent_count_), 63>(),
202 {24, 63, 0, PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_failed_sent_count_)}},
207 {PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_made_count_), 0, 0,
208 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
210 {PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_sent_count_), 0, 0,
211 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
213 {PROTOBUF_FIELD_OFFSET(RandomTCMakerInfo, _impl_.tc_failed_sent_count_), 0, 0,
214 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
223 ::google::protobuf::io::EpsCopyOutputStream* stream)
const {
225 ::uint32_t cached_has_bits = 0;
226 (void)cached_has_bits;
230 target = stream->EnsureSpace(target);
231 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
237 target = stream->EnsureSpace(target);
238 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
244 target = stream->EnsureSpace(target);
245 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
249 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
251 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
252 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
260 ::size_t total_size = 0;
262 ::uint32_t cached_has_bits = 0;
264 (void) cached_has_bits;
268 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
274 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
280 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
288 ::google::protobuf::Message::CopyWithSourceCheck,
298 ABSL_DCHECK_NE(&from, _this);
299 ::uint32_t cached_has_bits = 0;
300 (void) cached_has_bits;
302 if (from._internal_tc_made_count() != 0) {
303 _this->_internal_set_tc_made_count(from._internal_tc_made_count());
305 if (from._internal_tc_sent_count() != 0) {
306 _this->_internal_set_tc_sent_count(from._internal_tc_sent_count());
308 if (from._internal_tc_failed_sent_count() != 0) {
309 _this->_internal_set_tc_failed_sent_count(from._internal_tc_failed_sent_count());
311 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
316 if (&from ==
this)
return;
327 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
328 ::google::protobuf::internal::memswap<
337 return ::_pbi::AssignDescriptors(
350#include "google/protobuf/port_undef.inc"
void MergeFrom(const RandomTCMakerInfo &from)
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ClassData _class_data_
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
void CopyFrom(const RandomTCMakerInfo &from)
void SharedCtor(::google::protobuf::Arena *arena)
::size_t ByteSizeLong() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::uint32_t _internal_tc_made_count() const
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
bool IsInitialized() const final
const ::google::protobuf::Message::ClassData * GetClassData() const final
::uint32_t _internal_tc_sent_count() const
void SetCachedSize(int size) const final
void InternalSwap(RandomTCMakerInfo *other)
::google::protobuf::Metadata GetMetadata() const final
::uint32_t _internal_tc_failed_sent_count() const
~RandomTCMakerInfo() override
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RandomTCMakerInfoDefaultTypeInternal _RandomTCMakerInfo_default_instance_
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto
const ::uint32_t TableStruct_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto_getter()
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto
const ::_pbi::DescriptorTable descriptor_table_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto
static const ::_pb::Message *const file_default_instances[]
::absl::once_flag descriptor_table_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_trigger_2fopmon_2frandomtcmaker_5finfo_2eproto[1]
static const ::uint32_t offsets[]
RandomTCMakerInfo _instance
~RandomTCMakerInfoDefaultTypeInternal()
PROTOBUF_CONSTEXPR RandomTCMakerInfoDefaultTypeInternal()
::uint32_t tc_made_count_
mutable::google::protobuf::internal::CachedSize _cached_size_
::uint32_t tc_sent_count_
::uint32_t tc_failed_sent_count_