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;
41PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
47static constexpr const ::_pb::EnumDescriptor**
49static constexpr const ::_pb::ServiceDescriptor**
65static const ::_pbi::MigrationSchema
74 "\n\033iomanager/opmon/queue.proto\022\027dunedaq.i"
75 "omanager.opmon\"9\n\tQueueInfo\022\020\n\010capacity\030"
76 "\001 \001(\004\022\032\n\022number_of_elements\030\002 \001(\004b\006proto"
84 descriptor_table_protodef_iomanager_2fopmon_2fqueue_2eproto,
85 "iomanager/opmon/queue.proto",
113PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
125 : ::
google::protobuf::Message(arena) {
130 : ::
google::protobuf::Message(), _impl_(from._impl_) {
131 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
132 from._internal_metadata_);
145 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
149 ABSL_DCHECK(GetArenaForAllocation() ==
nullptr);
157 ::uint32_t cached_has_bits = 0;
159 (void) cached_has_bits;
164 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
168 const char* ptr, ::_pbi::ParseContext* ctx) {
169 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
174PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
180 offsetof(
decltype(_table_), field_lookup_table),
182 offsetof(
decltype(_table_), field_entries),
185 offsetof(
decltype(_table_), field_names),
187 ::_pbi::TcParser::GenericFallback,
190 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(QueueInfo, _impl_.number_of_elements_), 63>(),
191 {16, 63, 0, PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.number_of_elements_)}},
193 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(QueueInfo, _impl_.capacity_), 63>(),
194 {8, 63, 0, PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.capacity_)}},
199 {PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.capacity_), 0, 0,
200 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
202 {PROTOBUF_FIELD_OFFSET(QueueInfo, _impl_.number_of_elements_), 0, 0,
203 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
212 ::google::protobuf::io::EpsCopyOutputStream* stream)
const {
214 ::uint32_t cached_has_bits = 0;
215 (void)cached_has_bits;
219 target = stream->EnsureSpace(target);
220 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
226 target = stream->EnsureSpace(target);
227 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
231 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
233 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
234 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
242 ::size_t total_size = 0;
244 ::uint32_t cached_has_bits = 0;
246 (void) cached_has_bits;
250 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
256 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
264 ::google::protobuf::Message::CopyWithSourceCheck,
271 auto*
const _this =
static_cast<QueueInfo*
>(&to_msg);
272 auto& from =
static_cast<const QueueInfo&
>(from_msg);
274 ABSL_DCHECK_NE(&from, _this);
275 ::uint32_t cached_has_bits = 0;
276 (void) cached_has_bits;
278 if (from._internal_capacity() != 0) {
279 _this->_internal_set_capacity(from._internal_capacity());
281 if (from._internal_number_of_elements() != 0) {
282 _this->_internal_set_number_of_elements(from._internal_number_of_elements());
284 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
289 if (&from ==
this)
return;
300 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
301 ::google::protobuf::internal::memswap<
310 return ::_pbi::AssignDescriptors(
323#include "google/protobuf/port_undef.inc"
::uint64_t _internal_number_of_elements() const
void InternalSwap(QueueInfo *other)
::uint64_t _internal_capacity() const
void SharedCtor(::google::protobuf::Arena *arena)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::google::protobuf::Metadata GetMetadata() const final
void MergeFrom(const QueueInfo &from)
bool IsInitialized() const final
::uint8_t * _InternalSerialize(::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
const ::google::protobuf::Message::ClassData * GetClassData() const final
const char * _InternalParse(const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
static const ClassData _class_data_
::size_t ByteSizeLong() const final
void CopyFrom(const QueueInfo &from)
void SetCachedSize(int size) const final
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueueInfoDefaultTypeInternal _QueueInfo_default_instance_
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
static constexprconst ::_pb::ServiceDescriptor ** file_level_service_descriptors_iomanager_2fopmon_2fqueue_2eproto
const ::uint32_t TableStruct_iomanager_2fopmon_2fqueue_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static constexprconst ::_pb::EnumDescriptor ** file_level_enum_descriptors_iomanager_2fopmon_2fqueue_2eproto
::absl::once_flag descriptor_table_iomanager_2fopmon_2fqueue_2eproto_once
::_pb::Metadata file_level_metadata_iomanager_2fopmon_2fqueue_2eproto[1]
const ::_pbi::DescriptorTable descriptor_table_iomanager_2fopmon_2fqueue_2eproto
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_iomanager_2fopmon_2fqueue_2eproto_getter()
static const ::_pb::Message *const file_default_instances[]
static const ::uint32_t offsets[]
~QueueInfoDefaultTypeInternal()
PROTOBUF_CONSTEXPR QueueInfoDefaultTypeInternal()
::uint64_t number_of_elements_
mutable::google::protobuf::internal::CachedSize _cached_size_