timestamp.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/timestamp.proto
3 
5 
6 #include <algorithm>
7 
16 // @@protoc_insertion_point(includes)
17 #include <google/protobuf/port_def.inc>
18 PROTOBUF_NAMESPACE_OPEN
20  public:
21  ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Timestamp> _instance;
23 PROTOBUF_NAMESPACE_CLOSE
26 
27  {
31  }
32  PROTOBUF_NAMESPACE_ID::Timestamp::InitAsDefaultInstance();
33 }
34 
35 PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto =
36  {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto}, {}};
37 
38 static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2ftimestamp_2eproto[1];
40 static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_google_2fprotobuf_2ftimestamp_2eproto = nullptr;
41 
43  ~0u, // no _has_bits_
44  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Timestamp, _internal_metadata_),
45  ~0u, // no _extensions_
46  ~0u, // no _oneof_case_
47  ~0u, // no _weak_field_map_
48  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Timestamp, seconds_),
49  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Timestamp, nanos_),
50 };
51 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
52  { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::Timestamp)},
53 };
54 
55 static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
56  reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&PROTOBUF_NAMESPACE_ID::_Timestamp_default_instance_),
57 };
58 
59 const char descriptor_table_protodef_google_2fprotobuf_2ftimestamp_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
60  "\n\037google/protobuf/timestamp.proto\022\017googl"
61  "e.protobuf\"+\n\tTimestamp\022\017\n\007seconds\030\001 \001(\003"
62  "\022\r\n\005nanos\030\002 \001(\005B~\n\023com.google.protobufB\016"
63  "TimestampProtoP\001Z+github.com/golang/prot"
64  "obuf/ptypes/timestamp\370\001\001\242\002\003GPB\252\002\036Google."
65  "Protobuf.WellKnownTypesb\006proto3"
66  ;
67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_deps[1] = {
68 };
69 static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_sccs[1] = {
71 };
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ftimestamp_2eproto = {
75  &descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_initialized, descriptor_table_protodef_google_2fprotobuf_2ftimestamp_2eproto, "google/protobuf/timestamp.proto", 231,
79 };
80 
81 // Force running AddDescriptors() at dynamic initialization time.
83 PROTOBUF_NAMESPACE_OPEN
84 
85 // ===================================================================
86 
88 }
90  public:
91 };
92 
94  : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
95  SharedCtor();
96  // @@protoc_insertion_point(constructor:google.protobuf.Timestamp)
97 }
98 Timestamp::Timestamp(::PROTOBUF_NAMESPACE_ID::Arena* arena)
99  : ::PROTOBUF_NAMESPACE_ID::Message(),
100  _internal_metadata_(arena) {
101  SharedCtor();
102  RegisterArenaDtor(arena);
103  // @@protoc_insertion_point(arena_constructor:google.protobuf.Timestamp)
104 }
106  : ::PROTOBUF_NAMESPACE_ID::Message(),
107  _internal_metadata_(nullptr) {
109  ::memcpy(&seconds_, &from.seconds_,
110  static_cast<size_t>(reinterpret_cast<char*>(&nanos_) -
111  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
112  // @@protoc_insertion_point(copy_constructor:google.protobuf.Timestamp)
113 }
114 
116  ::memset(&seconds_, 0, static_cast<size_t>(
117  reinterpret_cast<char*>(&nanos_) -
118  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
119 }
120 
122  // @@protoc_insertion_point(destructor:google.protobuf.Timestamp)
123  SharedDtor();
124 }
125 
127  GOOGLE_DCHECK(GetArenaNoVirtual() == nullptr);
128 }
129 
130 void Timestamp::ArenaDtor(void* object) {
131  Timestamp* _this = reinterpret_cast< Timestamp* >(object);
132  (void)_this;
133 }
134 void Timestamp::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
135 }
137  _cached_size_.Set(size);
138 }
141  return *internal_default_instance();
142 }
143 
144 
146 // @@protoc_insertion_point(message_clear_start:google.protobuf.Timestamp)
147  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
148  // Prevent compiler warnings about cached_has_bits being unused
149  (void) cached_has_bits;
150 
151  ::memset(&seconds_, 0, static_cast<size_t>(
152  reinterpret_cast<char*>(&nanos_) -
153  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
154  _internal_metadata_.Clear();
155 }
156 
157 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
158 const char* Timestamp::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
159 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
160  ::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArenaNoVirtual(); (void)arena;
161  while (!ctx->Done(&ptr)) {
164  CHK_(ptr);
165  switch (tag >> 3) {
166  // int64 seconds = 1;
167  case 1:
168  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
170  CHK_(ptr);
171  } else goto handle_unusual;
172  continue;
173  // int32 nanos = 2;
174  case 2:
175  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
177  CHK_(ptr);
178  } else goto handle_unusual;
179  continue;
180  default: {
181  handle_unusual:
182  if ((tag & 7) == 4 || tag == 0) {
183  ctx->SetLastTag(tag);
184  goto success;
185  }
186  ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
187  CHK_(ptr != nullptr);
188  continue;
189  }
190  } // switch
191  } // while
192 success:
193  return ptr;
194 failure:
195  ptr = nullptr;
196  goto success;
197 #undef CHK_
198 }
199 #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
201  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
202 #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
204  // @@protoc_insertion_point(parse_start:google.protobuf.Timestamp)
205  for (;;) {
206  ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
207  tag = p.first;
208  if (!p.second) goto handle_unusual;
209  switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
210  // int64 seconds = 1;
211  case 1: {
212  if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) {
213 
214  DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
215  ::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
216  input, &seconds_)));
217  } else {
218  goto handle_unusual;
219  }
220  break;
221  }
222 
223  // int32 nanos = 2;
224  case 2: {
225  if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) {
226 
227  DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive<
228  ::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>(
229  input, &nanos_)));
230  } else {
231  goto handle_unusual;
232  }
233  break;
234  }
235 
236  default: {
237  handle_unusual:
238  if (tag == 0) {
239  goto success;
240  }
242  input, tag, _internal_metadata_.mutable_unknown_fields()));
243  break;
244  }
245  }
246  }
247 success:
248  // @@protoc_insertion_point(parse_success:google.protobuf.Timestamp)
249  return true;
250 failure:
251  // @@protoc_insertion_point(parse_failure:google.protobuf.Timestamp)
252  return false;
253 #undef DO_
254 }
255 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
256 
258  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
259  // @@protoc_insertion_point(serialize_start:google.protobuf.Timestamp)
260  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
261  (void) cached_has_bits;
262 
263  // int64 seconds = 1;
264  if (this->seconds() != 0) {
265  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(1, this->seconds(), output);
266  }
267 
268  // int32 nanos = 2;
269  if (this->nanos() != 0) {
270  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(2, this->nanos(), output);
271  }
272 
273  if (_internal_metadata_.have_unknown_fields()) {
274  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
275  _internal_metadata_.unknown_fields(), output);
276  }
277  // @@protoc_insertion_point(serialize_end:google.protobuf.Timestamp)
278 }
279 
282  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Timestamp)
283  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
284  (void) cached_has_bits;
285 
286  // int64 seconds = 1;
287  if (this->seconds() != 0) {
288  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->seconds(), target);
289  }
290 
291  // int32 nanos = 2;
292  if (this->nanos() != 0) {
293  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->nanos(), target);
294  }
295 
296  if (_internal_metadata_.have_unknown_fields()) {
297  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
298  _internal_metadata_.unknown_fields(), target);
299  }
300  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Timestamp)
301  return target;
302 }
303 
304 size_t Timestamp::ByteSizeLong() const {
305 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Timestamp)
306  size_t total_size = 0;
307 
308  if (_internal_metadata_.have_unknown_fields()) {
309  total_size +=
310  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
311  _internal_metadata_.unknown_fields());
312  }
313  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
314  // Prevent compiler warnings about cached_has_bits being unused
315  (void) cached_has_bits;
316 
317  // int64 seconds = 1;
318  if (this->seconds() != 0) {
319  total_size += 1 +
320  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64Size(
321  this->seconds());
322  }
323 
324  // int32 nanos = 2;
325  if (this->nanos() != 0) {
326  total_size += 1 +
327  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
328  this->nanos());
329  }
330 
331  int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
332  SetCachedSize(cached_size);
333  return total_size;
334 }
335 
336 void Timestamp::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
337 // @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.Timestamp)
338  GOOGLE_DCHECK_NE(&from, this);
339  const Timestamp* source =
340  ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<Timestamp>(
341  &from);
342  if (source == nullptr) {
343  // @@protoc_insertion_point(generalized_merge_from_cast_fail:google.protobuf.Timestamp)
345  } else {
346  // @@protoc_insertion_point(generalized_merge_from_cast_success:google.protobuf.Timestamp)
347  MergeFrom(*source);
348  }
349 }
350 
351 void Timestamp::MergeFrom(const Timestamp& from) {
352 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Timestamp)
353  GOOGLE_DCHECK_NE(&from, this);
355  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
356  (void) cached_has_bits;
357 
358  if (from.seconds() != 0) {
359  set_seconds(from.seconds());
360  }
361  if (from.nanos() != 0) {
362  set_nanos(from.nanos());
363  }
364 }
365 
366 void Timestamp::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
367 // @@protoc_insertion_point(generalized_copy_from_start:google.protobuf.Timestamp)
368  if (&from == this) return;
369  Clear();
370  MergeFrom(from);
371 }
372 
373 void Timestamp::CopyFrom(const Timestamp& from) {
374 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Timestamp)
375  if (&from == this) return;
376  Clear();
377  MergeFrom(from);
378 }
379 
381  return true;
382 }
383 
385  using std::swap;
387  swap(seconds_, other->seconds_);
388  swap(nanos_, other->nanos_);
389 }
390 
391 ::PROTOBUF_NAMESPACE_ID::Metadata Timestamp::GetMetadata() const {
392  return GetMetadataStatic();
393 }
394 
395 
396 // @@protoc_insertion_point(namespace_scope)
397 PROTOBUF_NAMESPACE_CLOSE
398 PROTOBUF_NAMESPACE_OPEN
400  return Arena::CreateMessageInternal< PROTOBUF_NAMESPACE_ID::Timestamp >(arena);
401 }
402 PROTOBUF_NAMESPACE_CLOSE
403 
404 // @@protoc_insertion_point(global_scope)
405 #include <google/protobuf/port_undef.inc>
reflection_ops.h
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2ftimestamp_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
Timestamp::SetCachedSize
void SetCachedSize(int size) const final
Definition: timestamp.pb.cc:136
Timestamp::InitAsDefaultInstance
static void InitAsDefaultInstance()
Definition: timestamp.pb.cc:87
google::protobuf.internal.decoder.SkipField
def SkipField
Definition: decoder.py:1016
Timestamp::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: timestamp.pb.h:225
wire_format_lite.h
google::protobuf.internal::ReadVarint
uint64 ReadVarint(const char **p)
Definition: parse_context.h:535
Timestamp
Definition: timestamp.pb.h:69
google::protobuf::int64
int64_t int64
Definition: protobuf/src/google/protobuf/stubs/port.h:151
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_sccs
::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_sccs[1]
Definition: timestamp.pb.cc:69
input
std::string input
Definition: tokenizer_unittest.cc:197
extension_set.h
TimestampDefaultTypeInternal
Definition: timestamp.pb.cc:19
google::protobuf::uint8
uint8_t uint8
Definition: protobuf/src/google/protobuf/stubs/port.h:153
Timestamp::ByteSizeLong
size_t ByteSizeLong() const final
Definition: timestamp.pb.cc:304
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: logging.h:194
Timestamp::RegisterArenaDtor
void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Definition: timestamp.pb.cc:134
google::protobuf.internal::OnShutdownDestroyMessage
void OnShutdownDestroyMessage(const void *ptr)
Definition: generated_message_util.h:226
google::protobuf::uint32
uint32_t uint32
Definition: protobuf/src/google/protobuf/stubs/port.h:155
DO_
#define DO_(EXPRESSION)
Timestamp::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: timestamp.pb.cc:366
file_level_service_descriptors_google_2fprotobuf_2ftimestamp_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2ftimestamp_2eproto
Definition: timestamp.pb.cc:40
google::protobuf.internal::InitSCC
void InitSCC(SCCInfoBase *scc)
Definition: generated_message_util.h:217
generated_message_reflection.h
TimestampDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Timestamp > _instance
Definition: timestamp.pb.cc:21
TableStruct_google_2fprotobuf_2ftimestamp_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: timestamp.pb.h:54
target
GLenum target
Definition: glcorearb.h:3739
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: python_message.py:1197
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: php/ext/google/protobuf/protobuf.h:632
Timestamp::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
Definition: timestamp.pb.cc:200
Timestamp::InternalSerializeWithCachedSizesToArray
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray(::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
Definition: timestamp.pb.cc:280
GOOGLE_DCHECK_NE
#define GOOGLE_DCHECK_NE
Definition: logging.h:197
scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto
PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto
Definition: timestamp.pb.cc:35
Timestamp::seconds_
::PROTOBUF_NAMESPACE_ID::int64 seconds_
Definition: timestamp.pb.h:223
Timestamp::nanos_
::PROTOBUF_NAMESPACE_ID::int32 nanos_
Definition: timestamp.pb.h:224
Timestamp
struct Timestamp Timestamp
Definition: php/ext/google/protobuf/protobuf.h:663
InitDefaultsscc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto
static PROTOBUF_NAMESPACE_CLOSE void InitDefaultsscc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto()
Definition: timestamp.pb.cc:24
google::protobuf::int32
int32_t int32
Definition: protobuf/src/google/protobuf/stubs/port.h:150
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ftimestamp_2eproto
Definition: timestamp.pb.cc:74
Timestamp::~Timestamp
virtual ~Timestamp()
Definition: timestamp.pb.cc:121
Timestamp::default_instance
static const Timestamp & default_instance()
Definition: timestamp.pb.cc:139
Timestamp::set_seconds
void set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value)
Definition: timestamp.pb.h:247
GOOGLE_PROTOBUF_VERIFY_VERSION
#define GOOGLE_PROTOBUF_VERIFY_VERSION
Definition: common.h:116
google::protobuf.internal::once_flag
std::once_flag once_flag
Definition: once.h:43
dynamic_init_dummy_google_2fprotobuf_2ftimestamp_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2ftimestamp_2eproto
Definition: timestamp.pb.cc:82
coded_stream.h
google::protobuf.internal.decoder.ReadTag
def ReadTag(buffer, pos)
Definition: decoder.py:174
Timestamp::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: timestamp.pb.cc:391
Timestamp::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: timestamp.pb.h:217
google::protobuf.internal::UnknownFieldParse
const char * UnknownFieldParse(uint32 tag, std::string *unknown, const char *ptr, ParseContext *ctx)
Definition: parse_context.cc:545
_Timestamp_default_instance_
PROTOBUF_NAMESPACE_OPEN class TimestampDefaultTypeInternal _Timestamp_default_instance_
p
const char * p
Definition: gmock-matchers_test.cc:3863
std::swap
void swap(Json::Value &a, Json::Value &b)
Specialize std::swap() for Json::Value.
Definition: json.h:1226
file_level_metadata_google_2fprotobuf_2ftimestamp_2eproto
::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2ftimestamp_2eproto[1]
Definition: timestamp.pb.cc:38
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_once
Definition: timestamp.pb.cc:72
file_level_enum_descriptors_google_2fprotobuf_2ftimestamp_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2ftimestamp_2eproto
Definition: timestamp.pb.cc:39
Timestamp::SerializeWithCachedSizes
void SerializeWithCachedSizes(::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
Definition: timestamp.pb.cc:257
Timestamp::nanos
::PROTOBUF_NAMESPACE_ID::int32 nanos() const
Definition: timestamp.pb.h:257
source
GLsizei GLsizei GLchar * source
Definition: glcorearb.h:3072
google::protobuf::python::message_meta::AddDescriptors
static int AddDescriptors(PyObject *cls, const Descriptor *descriptor)
Definition: python/google/protobuf/pyext/message.cc:123
Timestamp::IsInitialized
bool IsInitialized() const final
Definition: timestamp.pb.cc:380
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_initialized
static bool descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_initialized
Definition: timestamp.pb.cc:73
Timestamp::seconds
::PROTOBUF_NAMESPACE_ID::int64 seconds() const
Definition: timestamp.pb.h:243
void
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
Timestamp::Timestamp
Timestamp()
Definition: timestamp.pb.cc:93
Timestamp::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: timestamp.pb.h:180
Timestamp::SharedCtor
void SharedCtor()
Definition: timestamp.pb.cc:115
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: timestamp.pb.cc:55
Timestamp::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: timestamp.pb.cc:145
google::protobuf.internal::ToCachedSize
int ToCachedSize(size_t size)
Definition: message_lite.h:89
common.h
Timestamp::swap
friend void swap(Timestamp &a, Timestamp &b)
Definition: timestamp.pb.h:119
Timestamp::set_nanos
void set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value)
Definition: timestamp.pb.h:261
size
GLsizeiptr size
Definition: glcorearb.h:2943
Timestamp::SharedDtor
void SharedDtor()
Definition: timestamp.pb.cc:126
Timestamp::ArenaDtor
static void ArenaDtor(void *object)
Definition: timestamp.pb.cc:130
wire_format.h
Timestamp::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: timestamp.pb.cc:336
descriptor.h
CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Timestamp >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE PROTOBUF_NAMESPACE_ID::Timestamp * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Timestamp >(Arena *arena)
Definition: timestamp.pb.cc:399
output
const upb_json_parsermethod const upb_symtab upb_sink * output
Definition: ruby/ext/google/protobuf_c/upb.h:10503
timestamp.pb.h
google::protobuf::Timestamp::_Internal
Definition: timestamp.pb.cc:89
Timestamp::internal_default_instance
static const Timestamp * internal_default_instance()
Definition: timestamp.pb.h:112
Timestamp::InternalSwap
void InternalSwap(Timestamp *other)
Definition: timestamp.pb.cc:384
Timestamp::GetMetadataStatic
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic()
Definition: timestamp.pb.h:190
google::protobuf.text_format.Merge
def Merge(text, message, allow_unknown_extension=False, allow_field_number=False, descriptor_pool=None, allow_unknown_field=False)
Definition: text_format.py:656
descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_deps
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_google_2fprotobuf_2ftimestamp_2eproto_deps[1]
Definition: timestamp.pb.cc:67


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