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;
43PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
49static constexpr const ::_pb::EnumDescriptor**
51static constexpr const ::_pb::ServiceDescriptor**
69static const ::_pbi::MigrationSchema
77const char descriptor_table_protodef_dfmodules_2fopmon_2fDataWriter_2eproto[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
78 "\n dfmodules/opmon/DataWriter.proto\022\027dune"
79 "daq.dfmodules.opmon\"y\n\016DataWriterInfo\022\030\n"
80 "\020records_received\030\001 \001(\004\022\027\n\017records_writt"
81 "en\030\002 \001(\004\022\033\n\023new_records_written\030\003 \001(\004\022\027\n"
82 "\017writing_time_us\030\n \001(\004b\006proto3"
89 descriptor_table_protodef_dfmodules_2fopmon_2fDataWriter_2eproto,
90 "dfmodules/opmon/DataWriter.proto",
118PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
130 : ::
google::protobuf::Message(arena) {
135 : ::
google::protobuf::Message(), _impl_(from._impl_) {
136 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
137 from._internal_metadata_);
152 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
156 ABSL_DCHECK(GetArenaForAllocation() ==
nullptr);
164 ::uint32_t cached_has_bits = 0;
166 (void) cached_has_bits;
171 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
175 const char* ptr, ::_pbi::ParseContext* ctx) {
176 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
181PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
187 offsetof(
decltype(_table_), field_lookup_table),
189 offsetof(
decltype(_table_), field_entries),
192 offsetof(
decltype(_table_), field_names),
194 ::_pbi::TcParser::GenericFallback,
196 {::_pbi::TcParser::MiniParse, {}},
198 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(DataWriterInfo, _impl_.records_received_), 63>(),
199 {8, 63, 0, PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.records_received_)}},
201 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(DataWriterInfo, _impl_.records_written_), 63>(),
202 {16, 63, 0, PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.records_written_)}},
204 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(DataWriterInfo, _impl_.new_records_written_), 63>(),
205 {24, 63, 0, PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.new_records_written_)}},
210 {PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.records_received_), 0, 0,
211 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
213 {PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.records_written_), 0, 0,
214 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
216 {PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.new_records_written_), 0, 0,
217 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
219 {PROTOBUF_FIELD_OFFSET(DataWriterInfo, _impl_.writing_time_us_), 0, 0,
220 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
229 ::google::protobuf::io::EpsCopyOutputStream* stream)
const {
231 ::uint32_t cached_has_bits = 0;
232 (void)cached_has_bits;
236 target = stream->EnsureSpace(target);
237 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
243 target = stream->EnsureSpace(target);
244 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
250 target = stream->EnsureSpace(target);
251 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
257 target = stream->EnsureSpace(target);
258 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
262 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
264 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
265 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
273 ::size_t total_size = 0;
275 ::uint32_t cached_has_bits = 0;
277 (void) cached_has_bits;
281 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
287 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
293 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
299 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
307 ::google::protobuf::Message::CopyWithSourceCheck,
317 ABSL_DCHECK_NE(&from, _this);
318 ::uint32_t cached_has_bits = 0;
319 (void) cached_has_bits;
321 if (from._internal_records_received() != 0) {
322 _this->_internal_set_records_received(from._internal_records_received());
324 if (from._internal_records_written() != 0) {
325 _this->_internal_set_records_written(from._internal_records_written());
327 if (from._internal_new_records_written() != 0) {
328 _this->_internal_set_new_records_written(from._internal_new_records_written());
330 if (from._internal_writing_time_us() != 0) {
331 _this->_internal_set_writing_time_us(from._internal_writing_time_us());
333 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
338 if (&from ==
this)
return;
349 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
350 ::google::protobuf::internal::memswap<
359 return ::_pbi::AssignDescriptors(
372#include "google/protobuf/port_undef.inc"
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fDataWriter_2eproto[1]
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_dfmodules_2fopmon_2fDataWriter_2eproto
const ::_pbi::DescriptorTable descriptor_table_dfmodules_2fopmon_2fDataWriter_2eproto
const ::uint32_t TableStruct_dfmodules_2fopmon_2fDataWriter_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_dfmodules_2fopmon_2fDataWriter_2eproto
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fDataWriter_2eproto_getter()
static const ::_pb::Message *const file_default_instances[]
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fDataWriter_2eproto_once
::uint64_t _internal_records_written() const
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
::google::protobuf::Metadata GetMetadata() const final
bool IsInitialized() const final
::uint64_t _internal_writing_time_us() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
~DataWriterInfo() override
const ::google::protobuf::Message::ClassData * GetClassData() const final
::uint64_t _internal_new_records_written() const
void MergeFrom(const DataWriterInfo &from)
void InternalSwap(DataWriterInfo *other)
static const ClassData _class_data_
::uint64_t _internal_records_received() const
::size_t ByteSizeLong() const final
void CopyFrom(const DataWriterInfo &from)
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
void SetCachedSize(int size) const final
void SharedCtor(::google::protobuf::Arena *arena)
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DataWriterInfoDefaultTypeInternal _DataWriterInfo_default_instance_
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
static const ::uint32_t offsets[]
~DataWriterInfoDefaultTypeInternal()
PROTOBUF_CONSTEXPR DataWriterInfoDefaultTypeInternal()
::uint64_t records_received_
::uint64_t records_written_
::uint64_t new_records_written_
mutable::google::protobuf::internal::CachedSize _cached_size_
::uint64_t writing_time_us_