#include <wib.pb.h>
|
| Empty (::google::protobuf::Arena *arena) |
|
Definition at line 6425 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ Empty() [1/6]
◆ Empty() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::Empty::Empty |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ Empty() [3/6]
wib::Empty::Empty |
( |
const Empty & | from | ) |
|
Definition at line 8497 of file wib.pb.cc.
8497 : ::google::protobuf::internal::ZeroFieldsBase() {
8498 Empty*
const _this =
this;
8499 (void)_this;
8500 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8501 from._internal_metadata_);
8502
8503
8504}
◆ Empty() [4/6]
wib::Empty::Empty |
( |
Empty && | from | ) |
|
|
inlinenoexcept |
Definition at line 6433 of file wib.pb.h.
6435 *this = ::std::move(from);
6436 }
◆ Empty() [5/6]
wib::Empty::Empty |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 8493 of file wib.pb.cc.
8494 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
8495
8496}
◆ Empty() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::Empty::Empty |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
void wib::Empty::CopyFrom |
( |
const Empty & | from | ) |
|
|
inline |
Definition at line 6510 of file wib.pb.h.
6510 {
6511 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
6512 }
◆ default_instance()
static const Empty & wib::Empty::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 6472 of file wib.pb.h.
6472 {
6474 }
static const Empty * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::Empty::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 6463 of file wib.pb.h.
6463 {
6465 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::Empty::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 6521 of file wib.pb.h.
6521 {
6522 return "wib.Empty";
6523 }
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::Empty::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 8513 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::Empty::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 6466 of file wib.pb.h.
6466 {
6468 }
::google::protobuf::Metadata GetMetadata() const final
static const Empty & default_instance()
◆ GetMetadata()
google::protobuf::Metadata wib::Empty::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 8521 of file wib.pb.cc.
8521 {
8522 return ::_pbi::AssignDescriptors(
8525}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
::absl::once_flag descriptor_table_wib_2eproto_once
::_pb::Metadata file_level_metadata_wib_2eproto[37]
◆ GetReflection()
static const ::google::protobuf::Reflection * wib::Empty::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const Empty * wib::Empty::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 6475 of file wib.pb.h.
6475 {
6476 return reinterpret_cast<const Empty*
>(
6478 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmptyDefaultTypeInternal _Empty_default_instance_
◆ MergeFrom()
void wib::Empty::MergeFrom |
( |
const Empty & | from | ) |
|
|
inline |
Definition at line 6514 of file wib.pb.h.
6514 {
6515 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
6516 }
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::Empty::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 6459 of file wib.pb.h.
6459 {
6460 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6461 }
◆ New()
Empty * wib::Empty::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 6506 of file wib.pb.h.
6506 {
6507 return CreateMaybeMessage<Empty>(arena);
6508 }
◆ operator=() [1/2]
Empty & wib::Empty::operator= |
( |
const Empty & | from | ) |
|
|
inline |
Definition at line 6438 of file wib.pb.h.
6438 {
6440 return *this;
6441 }
void CopyFrom(const Empty &from)
◆ operator=() [2/2]
Definition at line 6442 of file wib.pb.h.
6442 {
6443 if (this == &from) return *this;
6444 if (GetOwningArena() == from.GetOwningArena()
6445 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6446 && GetOwningArena() != nullptr
6447 #endif
6448 ) {
6449 InternalSwap(&from);
6450 } else {
6452 }
6453 return *this;
6454 }
◆ Swap()
void wib::Empty::Swap |
( |
Empty * | other | ) |
|
|
inline |
Definition at line 6485 of file wib.pb.h.
6485 {
6486 if (other == this) return;
6487 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6488 if (GetOwningArena() != nullptr &&
6489 GetOwningArena() == other->GetOwningArena()) {
6490 #else
6491 if (GetOwningArena() == other->GetOwningArena()) {
6492 #endif
6493 InternalSwap(other);
6494 } else {
6495 ::google::protobuf::internal::GenericSwap(this, other);
6496 }
6497 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::Empty::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 6456 of file wib.pb.h.
6456 {
6457 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6458 }
◆ UnsafeArenaSwap()
void wib::Empty::UnsafeArenaSwap |
( |
Empty * | other | ) |
|
|
inline |
Definition at line 6498 of file wib.pb.h.
6498 {
6499 if (other == this) return;
6500 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6501 InternalSwap(other);
6502 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T >
friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::TableStruct_wib_2eproto
◆ swap
Definition at line 6482 of file wib.pb.h.
6482 {
6483 a.Swap(&b);
6484 }
◆ _class_data_
const::google::protobuf::Message::ClassData wib::Empty::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 6528 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::Empty::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.h
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.cc