Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
Timestamp Class Reference

#include <timestamp.pb.h>

Inheritance diagram for Timestamp:
Inheritance graph
[legend]

Public Types

enum  : int { kSecondsFieldNumber = 1, kNanosFieldNumber = 2 }
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_nanos ()
 
void clear_seconds ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Timestamp &from)
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const Timestamp &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::int32 nanos () const
 
TimestampNew () const final
 
TimestampNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Timestampoperator= (const Timestamp &from)
 
Timestampoperator= (Timestamp &&from) noexcept
 
::PROTOBUF_NAMESPACE_ID::int64 seconds () const
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_nanos (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_seconds (::PROTOBUF_NAMESPACE_ID::int64 value)
 
void Swap (Timestamp *other)
 
 Timestamp ()
 
 Timestamp (const Timestamp &from)
 
 Timestamp (Timestamp &&from) noexcept
 
void UnsafeArenaSwap (Timestamp *other)
 
virtual ~Timestamp ()
 

Static Public Member Functions

static const Timestampdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const Timestampinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 Timestamp (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (Timestamp *other)
 
voidMaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::int32 nanos_
 
::PROTOBUF_NAMESPACE_ID::int64 seconds_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2ftimestamp_2eproto
 
void swap (Timestamp &a, Timestamp &b)
 

Detailed Description

Definition at line 69 of file timestamp.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 222 of file timestamp.pb.h.

◆ InternalArenaConstructable_

Definition at line 221 of file timestamp.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSecondsFieldNumber 
kNanosFieldNumber 

Definition at line 201 of file timestamp.pb.h.

Constructor & Destructor Documentation

◆ Timestamp() [1/4]

Timestamp::Timestamp ( )

Definition at line 93 of file timestamp.pb.cc.

◆ ~Timestamp()

Timestamp::~Timestamp ( )
virtual

Definition at line 121 of file timestamp.pb.cc.

◆ Timestamp() [2/4]

Timestamp::Timestamp ( const Timestamp from)

Definition at line 105 of file timestamp.pb.cc.

◆ Timestamp() [3/4]

Timestamp::Timestamp ( Timestamp &&  from)
inlinenoexcept

Definition at line 76 of file timestamp.pb.h.

◆ Timestamp() [4/4]

Timestamp::Timestamp ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Definition at line 98 of file timestamp.pb.cc.

Member Function Documentation

◆ ArenaDtor()

void Timestamp::ArenaDtor ( void object)
staticprivate

Definition at line 130 of file timestamp.pb.cc.

◆ ByteSizeLong()

size_t Timestamp::ByteSizeLong ( ) const
final

Definition at line 304 of file timestamp.pb.cc.

◆ Clear()

void Timestamp::Clear ( )
final

Definition at line 145 of file timestamp.pb.cc.

◆ clear_nanos()

void Timestamp::clear_nanos ( )
inline

Definition at line 254 of file timestamp.pb.h.

◆ clear_seconds()

void Timestamp::clear_seconds ( )
inline

Definition at line 240 of file timestamp.pb.h.

◆ CopyFrom() [1/2]

void Timestamp::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 366 of file timestamp.pb.cc.

◆ CopyFrom() [2/2]

void Timestamp::CopyFrom ( const Timestamp from)

Definition at line 373 of file timestamp.pb.cc.

◆ default_instance()

const Timestamp & Timestamp::default_instance ( )
static

Definition at line 139 of file timestamp.pb.cc.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* Timestamp::descriptor ( )
inlinestatic

Definition at line 100 of file timestamp.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Timestamp::FullMessageName ( )
inlinestaticprivate

Definition at line 171 of file timestamp.pb.h.

◆ GetArena()

inline ::PROTOBUF_NAMESPACE_ID::Arena* Timestamp::GetArena ( ) const
inlinefinal

Definition at line 94 of file timestamp.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* Timestamp::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 180 of file timestamp.pb.h.

◆ GetCachedSize()

int Timestamp::GetCachedSize ( ) const
inlinefinal

Definition at line 163 of file timestamp.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* Timestamp::GetDescriptor ( )
inlinestatic

Definition at line 103 of file timestamp.pb.h.

◆ GetMaybeArenaPointer()

void* Timestamp::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 97 of file timestamp.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata Timestamp::GetMetadata ( ) const
final

Definition at line 391 of file timestamp.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Timestamp::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 190 of file timestamp.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* Timestamp::GetReflection ( )
inlinestatic

Definition at line 106 of file timestamp.pb.h.

◆ InitAsDefaultInstance()

PROTOBUF_NAMESPACE_OPEN void Timestamp::InitAsDefaultInstance ( )
static

Definition at line 87 of file timestamp.pb.cc.

◆ internal_default_instance()

static const Timestamp* Timestamp::internal_default_instance ( )
inlinestatic

Definition at line 112 of file timestamp.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * Timestamp::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 280 of file timestamp.pb.cc.

◆ InternalSwap()

void Timestamp::InternalSwap ( Timestamp other)
private

Definition at line 384 of file timestamp.pb.cc.

◆ IsInitialized()

bool Timestamp::IsInitialized ( ) const
final

Definition at line 380 of file timestamp.pb.cc.

◆ MaybeArenaPtr()

void* Timestamp::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 183 of file timestamp.pb.h.

◆ MergeFrom() [1/2]

void Timestamp::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 336 of file timestamp.pb.cc.

◆ MergeFrom() [2/2]

void Timestamp::MergeFrom ( const Timestamp from)

Definition at line 351 of file timestamp.pb.cc.

◆ MergePartialFromCodedStream()

bool Timestamp::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 200 of file timestamp.pb.cc.

◆ nanos()

PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos ( ) const
inline

Definition at line 257 of file timestamp.pb.h.

◆ New() [1/2]

Timestamp* Timestamp::New ( ) const
inlinefinal

Definition at line 138 of file timestamp.pb.h.

◆ New() [2/2]

Timestamp* Timestamp::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 142 of file timestamp.pb.h.

◆ operator=() [1/2]

Timestamp& Timestamp::operator= ( const Timestamp from)
inline

Definition at line 81 of file timestamp.pb.h.

◆ operator=() [2/2]

Timestamp& Timestamp::operator= ( Timestamp &&  from)
inlinenoexcept

Definition at line 85 of file timestamp.pb.h.

◆ RegisterArenaDtor()

void Timestamp::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

Definition at line 134 of file timestamp.pb.cc.

◆ seconds()

PROTOBUF_NAMESPACE_ID::int64 Timestamp::seconds ( ) const
inline

Definition at line 243 of file timestamp.pb.h.

◆ SerializeWithCachedSizes()

void Timestamp::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 257 of file timestamp.pb.cc.

◆ set_nanos()

void Timestamp::set_nanos ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

Definition at line 261 of file timestamp.pb.h.

◆ set_seconds()

void Timestamp::set_seconds ( ::PROTOBUF_NAMESPACE_ID::int64  value)
inline

Definition at line 247 of file timestamp.pb.h.

◆ SetCachedSize()

void Timestamp::SetCachedSize ( int  size) const
finalprivate

Definition at line 136 of file timestamp.pb.cc.

◆ SharedCtor()

void Timestamp::SharedCtor ( )
inlineprivate

Definition at line 115 of file timestamp.pb.cc.

◆ SharedDtor()

void Timestamp::SharedDtor ( )
inlineprivate

Definition at line 126 of file timestamp.pb.cc.

◆ Swap()

void Timestamp::Swap ( Timestamp other)
inline

Definition at line 122 of file timestamp.pb.h.

◆ UnsafeArenaSwap()

void Timestamp::UnsafeArenaSwap ( Timestamp other)
inline

Definition at line 130 of file timestamp.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 220 of file timestamp.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 170 of file timestamp.pb.h.

◆ ::TableStruct_google_2fprotobuf_2ftimestamp_2eproto

Definition at line 226 of file timestamp.pb.h.

◆ swap

void swap ( Timestamp a,
Timestamp b 
)
friend

Definition at line 119 of file timestamp.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Timestamp::_cached_size_
private

Definition at line 225 of file timestamp.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Timestamp::_internal_metadata_
private

Definition at line 217 of file timestamp.pb.h.

◆ kIndexInFileMessages

constexpr int Timestamp::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 116 of file timestamp.pb.h.

◆ nanos_

::PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos_
private

Definition at line 224 of file timestamp.pb.h.

◆ seconds_

::PROTOBUF_NAMESPACE_ID::int64 Timestamp::seconds_
private

Definition at line 223 of file timestamp.pb.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06