#include <wib.pb.h>
Definition at line 5952 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ StartFakeTime() [1/6]
wib::StartFakeTime::StartFakeTime |
( |
| ) |
|
|
inline |
◆ StartFakeTime() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::StartFakeTime::StartFakeTime |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ StartFakeTime() [3/6]
Definition at line 8055 of file wib.pb.cc.
8055 : ::google::protobuf::internal::ZeroFieldsBase() {
8057 (void)_this;
8058 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8059 from._internal_metadata_);
8060
8061
8062}
◆ StartFakeTime() [4/6]
Definition at line 5960 of file wib.pb.h.
5962 *this = ::std::move(from);
5963 }
◆ StartFakeTime() [5/6]
wib::StartFakeTime::StartFakeTime |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 8051 of file wib.pb.cc.
8052 : ::google::protobuf::internal::ZeroFieldsBase(arena) {
8053
8054}
◆ StartFakeTime() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::StartFakeTime::StartFakeTime |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ CopyFrom()
Definition at line 6037 of file wib.pb.h.
6037 {
6038 ::google::protobuf::internal::ZeroFieldsBase::CopyImpl(*this, from);
6039 }
◆ default_instance()
static const StartFakeTime & wib::StartFakeTime::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 5999 of file wib.pb.h.
5999 {
6001 }
static const StartFakeTime * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::StartFakeTime::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5990 of file wib.pb.h.
5990 {
5992 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::StartFakeTime::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 6048 of file wib.pb.h.
6048 {
6049 return "wib.StartFakeTime";
6050 }
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::StartFakeTime::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 8071 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::StartFakeTime::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5993 of file wib.pb.h.
5993 {
5995 }
static const StartFakeTime & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata wib::StartFakeTime::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 8079 of file wib.pb.cc.
8079 {
8080 return ::_pbi::AssignDescriptors(
8083}
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::StartFakeTime::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const StartFakeTime * wib::StartFakeTime::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 6002 of file wib.pb.h.
6002 {
6005 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StartFakeTimeDefaultTypeInternal _StartFakeTime_default_instance_
◆ MergeFrom()
Definition at line 6041 of file wib.pb.h.
6041 {
6042 ::google::protobuf::internal::ZeroFieldsBase::MergeImpl(*this, from);
6043 }
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::StartFakeTime::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 5986 of file wib.pb.h.
5986 {
5987 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5988 }
◆ New()
StartFakeTime * wib::StartFakeTime::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 6033 of file wib.pb.h.
6033 {
6034 return CreateMaybeMessage<StartFakeTime>(arena);
6035 }
◆ operator=() [1/2]
Definition at line 5965 of file wib.pb.h.
5965 {
5967 return *this;
5968 }
void CopyFrom(const StartFakeTime &from)
◆ operator=() [2/2]
Definition at line 5969 of file wib.pb.h.
5969 {
5970 if (this == &from) return *this;
5971 if (GetOwningArena() == from.GetOwningArena()
5972 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5973 && GetOwningArena() != nullptr
5974 #endif
5975 ) {
5976 InternalSwap(&from);
5977 } else {
5979 }
5980 return *this;
5981 }
◆ Swap()
Definition at line 6012 of file wib.pb.h.
6012 {
6013 if (other == this) return;
6014 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6015 if (GetOwningArena() != nullptr &&
6016 GetOwningArena() == other->GetOwningArena()) {
6017 #else
6018 if (GetOwningArena() == other->GetOwningArena()) {
6019 #endif
6020 InternalSwap(other);
6021 } else {
6022 ::google::protobuf::internal::GenericSwap(this, other);
6023 }
6024 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::StartFakeTime::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 5983 of file wib.pb.h.
5983 {
5984 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5985 }
◆ UnsafeArenaSwap()
void wib::StartFakeTime::UnsafeArenaSwap |
( |
StartFakeTime * | other | ) |
|
|
inline |
Definition at line 6025 of file wib.pb.h.
6025 {
6026 if (other == this) return;
6027 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6028 InternalSwap(other);
6029 }
◆ ::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 6009 of file wib.pb.h.
6009 {
6010 a.Swap(&b);
6011 }
◆ _class_data_
const::google::protobuf::Message::ClassData wib::StartFakeTime::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::internal::ZeroFieldsBase::CopyImpl,
::google::protobuf::internal::ZeroFieldsBase::MergeImpl,
}
Definition at line 6055 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::StartFakeTime::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