DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
wib::GetTimestamp_Timestamp Class Referencefinal

#include <wib.pb.h>

Inheritance diagram for wib::GetTimestamp_Timestamp:
[legend]
Collaboration diagram for wib::GetTimestamp_Timestamp:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int {
  kTimestampFieldNumber = 1 , kDayFieldNumber = 2 , kMonthFieldNumber = 3 , kYearFieldNumber = 4 ,
  kHourFieldNumber = 5 , kMinFieldNumber = 6 , kSecFieldNumber = 7
}
 

Public Member Functions

 GetTimestamp_Timestamp ()
 
 ~GetTimestamp_Timestamp () override
 
template<typename = void>
PROTOBUF_CONSTEXPR GetTimestamp_Timestamp (::google::protobuf::internal::ConstantInitialized)
 
 GetTimestamp_Timestamp (const GetTimestamp_Timestamp &from)
 
 GetTimestamp_Timestamp (GetTimestamp_Timestamp &&from) noexcept
 
GetTimestamp_Timestampoperator= (const GetTimestamp_Timestamp &from)
 
GetTimestamp_Timestampoperator= (GetTimestamp_Timestamp &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetTimestamp_Timestamp *other)
 
void UnsafeArenaSwap (GetTimestamp_Timestamp *other)
 
GetTimestamp_TimestampNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const GetTimestamp_Timestamp &from)
 
void MergeFrom (const GetTimestamp_Timestamp &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_timestamp ()
 
::uint32_t timestamp () const
 
void set_timestamp (::uint32_t value)
 
void clear_day ()
 
::uint32_t day () const
 
void set_day (::uint32_t value)
 
void clear_month ()
 
::uint32_t month () const
 
void set_month (::uint32_t value)
 
void clear_year ()
 
::uint32_t year () const
 
void set_year (::uint32_t value)
 
void clear_hour ()
 
::uint32_t hour () const
 
void set_hour (::uint32_t value)
 
void clear_min ()
 
::uint32_t min () const
 
void set_min (::uint32_t value)
 
void clear_sec ()
 
::uint32_t sec () const
 
void set_sec (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR GetTimestamp_Timestamp (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const GetTimestamp_Timestampdefault_instance ()
 
static const GetTimestamp_Timestampinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 GetTimestamp_Timestamp (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (GetTimestamp_Timestamp *other)
 
::uint32_t _internal_timestamp () const
 
void _internal_set_timestamp (::uint32_t value)
 
::uint32_t _internal_day () const
 
void _internal_set_day (::uint32_t value)
 
::uint32_t _internal_month () const
 
void _internal_set_month (::uint32_t value)
 
::uint32_t _internal_year () const
 
void _internal_set_year (::uint32_t value)
 
::uint32_t _internal_hour () const
 
void _internal_set_hour (::uint32_t value)
 
::uint32_t _internal_min () const
 
void _internal_set_min (::uint32_t value)
 
::uint32_t _internal_sec () const
 
void _internal_set_sec (::uint32_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 3, 7, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_wib_2eproto
 
void swap (GetTimestamp_Timestamp &a, GetTimestamp_Timestamp &b)
 

Detailed Description

Definition at line 4688 of file wib.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 4902 of file wib.pb.h.

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTimestampFieldNumber 
kDayFieldNumber 
kMonthFieldNumber 
kYearFieldNumber 
kHourFieldNumber 
kMinFieldNumber 
kSecFieldNumber 

Definition at line 4815 of file wib.pb.h.

Constructor & Destructor Documentation

◆ GetTimestamp_Timestamp() [1/6]

wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( )
inline

Definition at line 4691 of file wib.pb.h.

◆ ~GetTimestamp_Timestamp()

wib::GetTimestamp_Timestamp::~GetTimestamp_Timestamp ( )
override

Definition at line 6982 of file wib.pb.cc.

6982 {
6983 // @@protoc_insertion_point(destructor:wib.GetTimestamp.Timestamp)
6984 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
6985 SharedDtor();
6986}

◆ GetTimestamp_Timestamp() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ GetTimestamp_Timestamp() [3/6]

wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( const GetTimestamp_Timestamp & from)

Definition at line 6963 of file wib.pb.cc.

6964 : ::google::protobuf::Message(), _impl_(from._impl_) {
6965 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6966 from._internal_metadata_);
6967 // @@protoc_insertion_point(copy_constructor:wib.GetTimestamp.Timestamp)
6968}

◆ GetTimestamp_Timestamp() [4/6]

wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( GetTimestamp_Timestamp && from)
inlinenoexcept

Definition at line 4697 of file wib.pb.h.

4699 *this = ::std::move(from);
4700 }

◆ GetTimestamp_Timestamp() [5/6]

wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 6958 of file wib.pb.cc.

6959 : ::google::protobuf::Message(arena) {
6960 SharedCtor(arena);
6961 // @@protoc_insertion_point(arena_constructor:wib.GetTimestamp.Timestamp)
6962}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:6969

◆ GetTimestamp_Timestamp() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::GetTimestamp_Timestamp::GetTimestamp_Timestamp ( ::_pbi::ConstantInitialized )

Definition at line 466 of file wib.pb.cc.

467 : _impl_{
468 /*decltype(_impl_.timestamp_)*/ 0u,
469 /*decltype(_impl_.day_)*/ 0u,
470 /*decltype(_impl_.month_)*/ 0u,
471 /*decltype(_impl_.year_)*/ 0u,
472 /*decltype(_impl_.hour_)*/ 0u,
473 /*decltype(_impl_.min_)*/ 0u,
474 /*decltype(_impl_.sec_)*/ 0u,
475 /*decltype(_impl_._cached_size_)*/ {},
476 } {}

Member Function Documentation

◆ _internal_day()

uint32_t wib::GetTimestamp_Timestamp::_internal_day ( ) const
inlineprivate

Definition at line 10155 of file wib.pb.h.

10155 {
10156 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10157 return _impl_.day_;
10158}

◆ _internal_hour()

uint32_t wib::GetTimestamp_Timestamp::_internal_hour ( ) const
inlineprivate

Definition at line 10221 of file wib.pb.h.

10221 {
10222 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10223 return _impl_.hour_;
10224}

◆ _internal_min()

uint32_t wib::GetTimestamp_Timestamp::_internal_min ( ) const
inlineprivate

Definition at line 10243 of file wib.pb.h.

10243 {
10244 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10245 return _impl_.min_;
10246}

◆ _internal_month()

uint32_t wib::GetTimestamp_Timestamp::_internal_month ( ) const
inlineprivate

Definition at line 10177 of file wib.pb.h.

10177 {
10178 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10179 return _impl_.month_;
10180}

◆ _internal_sec()

uint32_t wib::GetTimestamp_Timestamp::_internal_sec ( ) const
inlineprivate

Definition at line 10265 of file wib.pb.h.

10265 {
10266 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10267 return _impl_.sec_;
10268}

◆ _internal_set_day()

void wib::GetTimestamp_Timestamp::_internal_set_day ( ::uint32_t value)
inlineprivate

Definition at line 10159 of file wib.pb.h.

10159 {
10160 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10161 ;
10162 _impl_.day_ = value;
10163}

◆ _internal_set_hour()

void wib::GetTimestamp_Timestamp::_internal_set_hour ( ::uint32_t value)
inlineprivate

Definition at line 10225 of file wib.pb.h.

10225 {
10226 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10227 ;
10228 _impl_.hour_ = value;
10229}

◆ _internal_set_min()

void wib::GetTimestamp_Timestamp::_internal_set_min ( ::uint32_t value)
inlineprivate

Definition at line 10247 of file wib.pb.h.

10247 {
10248 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10249 ;
10250 _impl_.min_ = value;
10251}

◆ _internal_set_month()

void wib::GetTimestamp_Timestamp::_internal_set_month ( ::uint32_t value)
inlineprivate

Definition at line 10181 of file wib.pb.h.

10181 {
10182 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10183 ;
10184 _impl_.month_ = value;
10185}

◆ _internal_set_sec()

void wib::GetTimestamp_Timestamp::_internal_set_sec ( ::uint32_t value)
inlineprivate

Definition at line 10269 of file wib.pb.h.

10269 {
10270 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10271 ;
10272 _impl_.sec_ = value;
10273}

◆ _internal_set_timestamp()

void wib::GetTimestamp_Timestamp::_internal_set_timestamp ( ::uint32_t value)
inlineprivate

Definition at line 10137 of file wib.pb.h.

10137 {
10138 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10139 ;
10140 _impl_.timestamp_ = value;
10141}

◆ _internal_set_year()

void wib::GetTimestamp_Timestamp::_internal_set_year ( ::uint32_t value)
inlineprivate

Definition at line 10203 of file wib.pb.h.

10203 {
10204 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10205 ;
10206 _impl_.year_ = value;
10207}

◆ _internal_timestamp()

uint32_t wib::GetTimestamp_Timestamp::_internal_timestamp ( ) const
inlineprivate

Definition at line 10133 of file wib.pb.h.

10133 {
10134 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10135 return _impl_.timestamp_;
10136}

◆ _internal_year()

uint32_t wib::GetTimestamp_Timestamp::_internal_year ( ) const
inlineprivate

Definition at line 10199 of file wib.pb.h.

10199 {
10200 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10201 return _impl_.year_;
10202}

◆ _InternalParse()

const char * wib::GetTimestamp_Timestamp::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 7006 of file wib.pb.cc.

7007 {
7008 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7009 return ptr;
7010}
static const ::google::protobuf::internal::TcParseTable< 3, 7, 0, 0, 2 > _table_
Definition wib.pb.h:4899

◆ _InternalSerialize()

uint8_t * wib::GetTimestamp_Timestamp::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 7080 of file wib.pb.cc.

7082 {
7083 // @@protoc_insertion_point(serialize_to_array_start:wib.GetTimestamp.Timestamp)
7084 ::uint32_t cached_has_bits = 0;
7085 (void)cached_has_bits;
7086
7087 // uint32 timestamp = 1;
7088 if (this->_internal_timestamp() != 0) {
7089 target = stream->EnsureSpace(target);
7090 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7091 1, this->_internal_timestamp(), target);
7092 }
7093
7094 // uint32 day = 2;
7095 if (this->_internal_day() != 0) {
7096 target = stream->EnsureSpace(target);
7097 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7098 2, this->_internal_day(), target);
7099 }
7100
7101 // uint32 month = 3;
7102 if (this->_internal_month() != 0) {
7103 target = stream->EnsureSpace(target);
7104 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7105 3, this->_internal_month(), target);
7106 }
7107
7108 // uint32 year = 4;
7109 if (this->_internal_year() != 0) {
7110 target = stream->EnsureSpace(target);
7111 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7112 4, this->_internal_year(), target);
7113 }
7114
7115 // uint32 hour = 5;
7116 if (this->_internal_hour() != 0) {
7117 target = stream->EnsureSpace(target);
7118 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7119 5, this->_internal_hour(), target);
7120 }
7121
7122 // uint32 min = 6;
7123 if (this->_internal_min() != 0) {
7124 target = stream->EnsureSpace(target);
7125 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7126 6, this->_internal_min(), target);
7127 }
7128
7129 // uint32 sec = 7;
7130 if (this->_internal_sec() != 0) {
7131 target = stream->EnsureSpace(target);
7132 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
7133 7, this->_internal_sec(), target);
7134 }
7135
7136 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7137 target =
7138 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7139 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7140 }
7141 // @@protoc_insertion_point(serialize_to_array_end:wib.GetTimestamp.Timestamp)
7142 return target;
7143}
::uint32_t _internal_sec() const
Definition wib.pb.h:10265
::uint32_t _internal_day() const
Definition wib.pb.h:10155
::uint32_t _internal_hour() const
Definition wib.pb.h:10221
::uint32_t _internal_year() const
Definition wib.pb.h:10199
::uint32_t _internal_month() const
Definition wib.pb.h:10177
::uint32_t _internal_timestamp() const
Definition wib.pb.h:10133
::uint32_t _internal_min() const
Definition wib.pb.h:10243

◆ ByteSizeLong()

size_t wib::GetTimestamp_Timestamp::ByteSizeLong ( ) const
final

Definition at line 7145 of file wib.pb.cc.

7145 {
7146// @@protoc_insertion_point(message_byte_size_start:wib.GetTimestamp.Timestamp)
7147 ::size_t total_size = 0;
7148
7149 ::uint32_t cached_has_bits = 0;
7150 // Prevent compiler warnings about cached_has_bits being unused
7151 (void) cached_has_bits;
7152
7153 // uint32 timestamp = 1;
7154 if (this->_internal_timestamp() != 0) {
7155 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7156 this->_internal_timestamp());
7157 }
7158
7159 // uint32 day = 2;
7160 if (this->_internal_day() != 0) {
7161 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7162 this->_internal_day());
7163 }
7164
7165 // uint32 month = 3;
7166 if (this->_internal_month() != 0) {
7167 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7168 this->_internal_month());
7169 }
7170
7171 // uint32 year = 4;
7172 if (this->_internal_year() != 0) {
7173 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7174 this->_internal_year());
7175 }
7176
7177 // uint32 hour = 5;
7178 if (this->_internal_hour() != 0) {
7179 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7180 this->_internal_hour());
7181 }
7182
7183 // uint32 min = 6;
7184 if (this->_internal_min() != 0) {
7185 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7186 this->_internal_min());
7187 }
7188
7189 // uint32 sec = 7;
7190 if (this->_internal_sec() != 0) {
7191 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
7192 this->_internal_sec());
7193 }
7194
7195 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7196}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:4911

◆ Clear()

PROTOBUF_NOINLINE void wib::GetTimestamp_Timestamp::Clear ( )
final

Definition at line 6994 of file wib.pb.cc.

6994 {
6995// @@protoc_insertion_point(message_clear_start:wib.GetTimestamp.Timestamp)
6996 ::uint32_t cached_has_bits = 0;
6997 // Prevent compiler warnings about cached_has_bits being unused
6998 (void) cached_has_bits;
6999
7000 ::memset(&_impl_.timestamp_, 0, static_cast<::size_t>(
7001 reinterpret_cast<char*>(&_impl_.sec_) -
7002 reinterpret_cast<char*>(&_impl_.timestamp_)) + sizeof(_impl_.sec_));
7003 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7004}

◆ clear_day()

void wib::GetTimestamp_Timestamp::clear_day ( )
inline

Definition at line 10144 of file wib.pb.h.

10144 {
10145 _impl_.day_ = 0u;
10146}

◆ clear_hour()

void wib::GetTimestamp_Timestamp::clear_hour ( )
inline

Definition at line 10210 of file wib.pb.h.

10210 {
10211 _impl_.hour_ = 0u;
10212}

◆ clear_min()

void wib::GetTimestamp_Timestamp::clear_min ( )
inline

Definition at line 10232 of file wib.pb.h.

10232 {
10233 _impl_.min_ = 0u;
10234}

◆ clear_month()

void wib::GetTimestamp_Timestamp::clear_month ( )
inline

Definition at line 10166 of file wib.pb.h.

10166 {
10167 _impl_.month_ = 0u;
10168}

◆ clear_sec()

void wib::GetTimestamp_Timestamp::clear_sec ( )
inline

Definition at line 10254 of file wib.pb.h.

10254 {
10255 _impl_.sec_ = 0u;
10256}

◆ clear_timestamp()

void wib::GetTimestamp_Timestamp::clear_timestamp ( )
inline

Definition at line 10122 of file wib.pb.h.

10122 {
10123 _impl_.timestamp_ = 0u;
10124}

◆ clear_year()

void wib::GetTimestamp_Timestamp::clear_year ( )
inline

Definition at line 10188 of file wib.pb.h.

10188 {
10189 _impl_.year_ = 0u;
10190}

◆ CopyFrom()

void wib::GetTimestamp_Timestamp::CopyFrom ( const GetTimestamp_Timestamp & from)

Definition at line 7237 of file wib.pb.cc.

7237 {
7238// @@protoc_insertion_point(class_specific_copy_from_start:wib.GetTimestamp.Timestamp)
7239 if (&from == this) return;
7240 Clear();
7241 MergeFrom(from);
7242}
void MergeFrom(const GetTimestamp_Timestamp &from)
Definition wib.pb.h:4776
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:6994

◆ day()

uint32_t wib::GetTimestamp_Timestamp::day ( ) const
inline

Definition at line 10147 of file wib.pb.h.

10147 {
10148 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.day)
10149 return _internal_day();
10150}

◆ default_instance()

static const GetTimestamp_Timestamp & wib::GetTimestamp_Timestamp::default_instance ( )
inlinestatic

Definition at line 4736 of file wib.pb.h.

4736 {
4737 return *internal_default_instance();
4738 }
static const GetTimestamp_Timestamp * internal_default_instance()
Definition wib.pb.h:4739

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::GetTimestamp_Timestamp::descriptor ( )
inlinestatic

Definition at line 4727 of file wib.pb.h.

4727 {
4728 return GetDescriptor();
4729 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:4730

◆ FullMessageName()

::absl::string_view wib::GetTimestamp_Timestamp::FullMessageName ( )
inlinestaticprivate

Definition at line 4799 of file wib.pb.h.

4799 {
4800 return "wib.GetTimestamp.Timestamp";
4801 }

◆ GetCachedSize()

int wib::GetTimestamp_Timestamp::GetCachedSize ( ) const
inlinefinal

Definition at line 4789 of file wib.pb.h.

4789{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::GetTimestamp_Timestamp::GetClassData ( ) const
final

Definition at line 7202 of file wib.pb.cc.

7202{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:4806

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::GetTimestamp_Timestamp::GetDescriptor ( )
inlinestatic

Definition at line 4730 of file wib.pb.h.

4730 {
4731 return default_instance().GetMetadata().descriptor;
4732 }
static const GetTimestamp_Timestamp & default_instance()
Definition wib.pb.h:4736
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:7259

◆ GetMetadata()

google::protobuf::Metadata wib::GetTimestamp_Timestamp::GetMetadata ( ) const
final

Definition at line 7259 of file wib.pb.cc.

7259 {
7260 return ::_pbi::AssignDescriptors(
7263}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::GetTimestamp_Timestamp::GetReflection ( )
inlinestatic

Definition at line 4733 of file wib.pb.h.

4733 {
4734 return default_instance().GetMetadata().reflection;
4735 }

◆ hour()

uint32_t wib::GetTimestamp_Timestamp::hour ( ) const
inline

Definition at line 10213 of file wib.pb.h.

10213 {
10214 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.hour)
10215 return _internal_hour();
10216}

◆ internal_default_instance()

static const GetTimestamp_Timestamp * wib::GetTimestamp_Timestamp::internal_default_instance ( )
inlinestatic

Definition at line 4739 of file wib.pb.h.

4739 {
4740 return reinterpret_cast<const GetTimestamp_Timestamp*>(
4742 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetTimestamp_TimestampDefaultTypeInternal _GetTimestamp_Timestamp_default_instance_
Definition wib.pb.cc:486

◆ InternalSwap()

void wib::GetTimestamp_Timestamp::InternalSwap ( GetTimestamp_Timestamp * other)
private

Definition at line 7248 of file wib.pb.cc.

7248 {
7249 using std::swap;
7250 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7251 ::google::protobuf::internal::memswap<
7252 PROTOBUF_FIELD_OFFSET(GetTimestamp_Timestamp, _impl_.sec_)
7254 - PROTOBUF_FIELD_OFFSET(GetTimestamp_Timestamp, _impl_.timestamp_)>(
7255 reinterpret_cast<char*>(&_impl_.timestamp_),
7256 reinterpret_cast<char*>(&other->_impl_.timestamp_));
7257}

◆ IsInitialized()

PROTOBUF_NOINLINE bool wib::GetTimestamp_Timestamp::IsInitialized ( ) const
final

Definition at line 7244 of file wib.pb.cc.

7244 {
7245 return true;
7246}

◆ MergeFrom()

void wib::GetTimestamp_Timestamp::MergeFrom ( const GetTimestamp_Timestamp & from)
inline

Definition at line 4776 of file wib.pb.h.

4776 {
4778 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:7205

◆ MergeImpl()

void wib::GetTimestamp_Timestamp::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 7205 of file wib.pb.cc.

7205 {
7206 auto* const _this = static_cast<GetTimestamp_Timestamp*>(&to_msg);
7207 auto& from = static_cast<const GetTimestamp_Timestamp&>(from_msg);
7208 // @@protoc_insertion_point(class_specific_merge_from_start:wib.GetTimestamp.Timestamp)
7209 ABSL_DCHECK_NE(&from, _this);
7210 ::uint32_t cached_has_bits = 0;
7211 (void) cached_has_bits;
7212
7213 if (from._internal_timestamp() != 0) {
7214 _this->_internal_set_timestamp(from._internal_timestamp());
7215 }
7216 if (from._internal_day() != 0) {
7217 _this->_internal_set_day(from._internal_day());
7218 }
7219 if (from._internal_month() != 0) {
7220 _this->_internal_set_month(from._internal_month());
7221 }
7222 if (from._internal_year() != 0) {
7223 _this->_internal_set_year(from._internal_year());
7224 }
7225 if (from._internal_hour() != 0) {
7226 _this->_internal_set_hour(from._internal_hour());
7227 }
7228 if (from._internal_min() != 0) {
7229 _this->_internal_set_min(from._internal_min());
7230 }
7231 if (from._internal_sec() != 0) {
7232 _this->_internal_set_sec(from._internal_sec());
7233 }
7234 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7235}

◆ min()

uint32_t wib::GetTimestamp_Timestamp::min ( ) const
inline

Definition at line 10235 of file wib.pb.h.

10235 {
10236 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.min)
10237 return _internal_min();
10238}

◆ month()

uint32_t wib::GetTimestamp_Timestamp::month ( ) const
inline

Definition at line 10169 of file wib.pb.h.

10169 {
10170 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.month)
10171 return _internal_month();
10172}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::GetTimestamp_Timestamp::mutable_unknown_fields ( )
inline

Definition at line 4723 of file wib.pb.h.

4723 {
4724 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4725 }

◆ New()

GetTimestamp_Timestamp * wib::GetTimestamp_Timestamp::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 4770 of file wib.pb.h.

4770 {
4771 return CreateMaybeMessage<GetTimestamp_Timestamp>(arena);
4772 }

◆ operator=() [1/2]

GetTimestamp_Timestamp & wib::GetTimestamp_Timestamp::operator= ( const GetTimestamp_Timestamp & from)
inline

Definition at line 4702 of file wib.pb.h.

4702 {
4703 CopyFrom(from);
4704 return *this;
4705 }
void CopyFrom(const GetTimestamp_Timestamp &from)
Definition wib.pb.cc:7237

◆ operator=() [2/2]

GetTimestamp_Timestamp & wib::GetTimestamp_Timestamp::operator= ( GetTimestamp_Timestamp && from)
inlinenoexcept

Definition at line 4706 of file wib.pb.h.

4706 {
4707 if (this == &from) return *this;
4708 if (GetOwningArena() == from.GetOwningArena()
4709 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4710 && GetOwningArena() != nullptr
4711 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
4712 ) {
4713 InternalSwap(&from);
4714 } else {
4715 CopyFrom(from);
4716 }
4717 return *this;
4718 }
void InternalSwap(GetTimestamp_Timestamp *other)
Definition wib.pb.cc:7248

◆ sec()

uint32_t wib::GetTimestamp_Timestamp::sec ( ) const
inline

Definition at line 10257 of file wib.pb.h.

10257 {
10258 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.sec)
10259 return _internal_sec();
10260}

◆ set_day()

void wib::GetTimestamp_Timestamp::set_day ( ::uint32_t value)
inline

Definition at line 10151 of file wib.pb.h.

10151 {
10152 _internal_set_day(value);
10153 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.day)
10154}
void _internal_set_day(::uint32_t value)
Definition wib.pb.h:10159

◆ set_hour()

void wib::GetTimestamp_Timestamp::set_hour ( ::uint32_t value)
inline

Definition at line 10217 of file wib.pb.h.

10217 {
10218 _internal_set_hour(value);
10219 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.hour)
10220}
void _internal_set_hour(::uint32_t value)
Definition wib.pb.h:10225

◆ set_min()

void wib::GetTimestamp_Timestamp::set_min ( ::uint32_t value)
inline

Definition at line 10239 of file wib.pb.h.

10239 {
10240 _internal_set_min(value);
10241 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.min)
10242}
void _internal_set_min(::uint32_t value)
Definition wib.pb.h:10247

◆ set_month()

void wib::GetTimestamp_Timestamp::set_month ( ::uint32_t value)
inline

Definition at line 10173 of file wib.pb.h.

10173 {
10174 _internal_set_month(value);
10175 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.month)
10176}
void _internal_set_month(::uint32_t value)
Definition wib.pb.h:10181

◆ set_sec()

void wib::GetTimestamp_Timestamp::set_sec ( ::uint32_t value)
inline

Definition at line 10261 of file wib.pb.h.

10261 {
10262 _internal_set_sec(value);
10263 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.sec)
10264}
void _internal_set_sec(::uint32_t value)
Definition wib.pb.h:10269

◆ set_timestamp()

void wib::GetTimestamp_Timestamp::set_timestamp ( ::uint32_t value)
inline

Definition at line 10129 of file wib.pb.h.

10129 {
10131 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.timestamp)
10132}
void _internal_set_timestamp(::uint32_t value)
Definition wib.pb.h:10137

◆ set_year()

void wib::GetTimestamp_Timestamp::set_year ( ::uint32_t value)
inline

Definition at line 10195 of file wib.pb.h.

10195 {
10196 _internal_set_year(value);
10197 // @@protoc_insertion_point(field_set:wib.GetTimestamp.Timestamp.year)
10198}
void _internal_set_year(::uint32_t value)
Definition wib.pb.h:10203

◆ SetCachedSize()

void wib::GetTimestamp_Timestamp::SetCachedSize ( int size) const
finalprivate

Definition at line 6990 of file wib.pb.cc.

6990 {
6991 _impl_._cached_size_.Set(size);
6992}

◆ SharedCtor()

void wib::GetTimestamp_Timestamp::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 6969 of file wib.pb.cc.

6969 {
6970 (void)arena;
6971 new (&_impl_) Impl_{
6972 decltype(_impl_.timestamp_){0u},
6973 decltype(_impl_.day_){0u},
6974 decltype(_impl_.month_){0u},
6975 decltype(_impl_.year_){0u},
6976 decltype(_impl_.hour_){0u},
6977 decltype(_impl_.min_){0u},
6978 decltype(_impl_.sec_){0u},
6979 /*decltype(_impl_._cached_size_)*/ {},
6980 };
6981}

◆ SharedDtor()

void wib::GetTimestamp_Timestamp::SharedDtor ( )
inlineprivate

Definition at line 6987 of file wib.pb.cc.

6987 {
6988 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
6989}

◆ Swap()

void wib::GetTimestamp_Timestamp::Swap ( GetTimestamp_Timestamp * other)
inline

Definition at line 4749 of file wib.pb.h.

4749 {
4750 if (other == this) return;
4751 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4752 if (GetOwningArena() != nullptr &&
4753 GetOwningArena() == other->GetOwningArena()) {
4754 #else // PROTOBUF_FORCE_COPY_IN_SWAP
4755 if (GetOwningArena() == other->GetOwningArena()) {
4756 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
4757 InternalSwap(other);
4758 } else {
4759 ::google::protobuf::internal::GenericSwap(this, other);
4760 }
4761 }

◆ timestamp()

uint32_t wib::GetTimestamp_Timestamp::timestamp ( ) const
inline

Definition at line 10125 of file wib.pb.h.

10125 {
10126 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.timestamp)
10127 return _internal_timestamp();
10128}

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::GetTimestamp_Timestamp::unknown_fields ( ) const
inline

Definition at line 4720 of file wib.pb.h.

4720 {
4721 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4722 }

◆ UnsafeArenaSwap()

void wib::GetTimestamp_Timestamp::UnsafeArenaSwap ( GetTimestamp_Timestamp * other)
inline

Definition at line 4762 of file wib.pb.h.

4762 {
4763 if (other == this) return;
4764 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4765 InternalSwap(other);
4766 }

◆ year()

uint32_t wib::GetTimestamp_Timestamp::year ( ) const
inline

Definition at line 10191 of file wib.pb.h.

10191 {
10192 // @@protoc_insertion_point(field_get:wib.GetTimestamp.Timestamp.year)
10193 return _internal_year();
10194}

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 4900 of file wib.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 4798 of file wib.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 4898 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 4915 of file wib.pb.h.

◆ swap

void swap ( GetTimestamp_Timestamp & a,
GetTimestamp_Timestamp & b )
friend

Definition at line 4746 of file wib.pb.h.

4746 {
4747 a.Swap(&b);
4748 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData wib::GetTimestamp_Timestamp::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 4806 of file wib.pb.h.

◆ _impl_

Impl_ wib::GetTimestamp_Timestamp::_impl_

Definition at line 4914 of file wib.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 3, 7, 0, 0, 2 > wib::GetTimestamp_Timestamp::_table_
staticprivate

Definition at line 4899 of file wib.pb.h.

◆ kIndexInFileMessages

int wib::GetTimestamp_Timestamp::kIndexInFileMessages
staticconstexpr
Initial value:
=
22

Definition at line 4743 of file wib.pb.h.


The documentation for this class was generated from the following files: