protobuf/src/google/protobuf/duration.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/duration.proto
3 
4 #include <google/protobuf/duration.pb.h>
5 
6 #include <algorithm>
7 
8 #include <google/protobuf/io/coded_stream.h>
9 #include <google/protobuf/extension_set.h>
10 #include <google/protobuf/wire_format_lite.h>
11 #include <google/protobuf/descriptor.h>
12 #include <google/protobuf/generated_message_reflection.h>
13 #include <google/protobuf/reflection_ops.h>
14 #include <google/protobuf/wire_format.h>
15 // @@protoc_insertion_point(includes)
16 #include <google/protobuf/port_def.inc>
17 
18 PROTOBUF_PRAGMA_INIT_SEG
19 PROTOBUF_NAMESPACE_OPEN
21  ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
22  : seconds_(int64_t{0})
23  , nanos_(0){}
26  : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
28  union {
30  };
31 };
32 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT DurationDefaultTypeInternal _Duration_default_instance_;
33 PROTOBUF_NAMESPACE_CLOSE
37 
39  ~0u, // no _has_bits_
40  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Duration, _internal_metadata_),
41  ~0u, // no _extensions_
42  ~0u, // no _oneof_case_
43  ~0u, // no _weak_field_map_
44  ~0u, // no _inlined_string_donated_
45  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Duration, seconds_),
46  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Duration, nanos_),
47 };
48 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
49  { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::Duration)},
50 };
51 
54 };
55 
56 const char descriptor_table_protodef_google_2fprotobuf_2fduration_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
57  "\n\036google/protobuf/duration.proto\022\017google"
58  ".protobuf\"*\n\010Duration\022\017\n\007seconds\030\001 \001(\003\022\r"
59  "\n\005nanos\030\002 \001(\005B\203\001\n\023com.google.protobufB\rD"
60  "urationProtoP\001Z1google.golang.org/protob"
61  "uf/types/known/durationpb\370\001\001\242\002\003GPB\252\002\036Goo"
62  "gle.Protobuf.WellKnownTypesb\006proto3"
63  ;
65 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fduration_2eproto = {
66  false, false, 235, descriptor_table_protodef_google_2fprotobuf_2fduration_2eproto, "google/protobuf/duration.proto",
70 };
71 PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_google_2fprotobuf_2fduration_2eproto_getter() {
73 }
74 
75 // Force running AddDescriptors() at dynamic initialization time.
76 PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fduration_2eproto(&descriptor_table_google_2fprotobuf_2fduration_2eproto);
77 PROTOBUF_NAMESPACE_OPEN
78 
79 // ===================================================================
80 
81 class Duration::_Internal {
82  public:
83 };
84 
86  bool is_message_owned)
87  : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
88  SharedCtor();
89  if (!is_message_owned) {
91  }
92  // @@protoc_insertion_point(arena_constructor:google.protobuf.Duration)
93 }
95  : ::PROTOBUF_NAMESPACE_ID::Message() {
97  ::memcpy(&seconds_, &from.seconds_,
98  static_cast<size_t>(reinterpret_cast<char*>(&nanos_) -
99  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
100  // @@protoc_insertion_point(copy_constructor:google.protobuf.Duration)
101 }
102 
103 inline void Duration::SharedCtor() {
104 ::memset(reinterpret_cast<char*>(this) + static_cast<size_t>(
105  reinterpret_cast<char*>(&seconds_) - reinterpret_cast<char*>(this)),
106  0, static_cast<size_t>(reinterpret_cast<char*>(&nanos_) -
107  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
108 }
109 
111  // @@protoc_insertion_point(destructor:google.protobuf.Duration)
112  if (GetArenaForAllocation() != nullptr) return;
113  SharedDtor();
115 }
116 
117 inline void Duration::SharedDtor() {
118  GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
119 }
120 
121 void Duration::ArenaDtor(void* object) {
122  Duration* _this = reinterpret_cast< Duration* >(object);
123  (void)_this;
124 }
126 }
127 void Duration::SetCachedSize(int size) const {
128  _cached_size_.Set(size);
129 }
130 
131 void Duration::Clear() {
132 // @@protoc_insertion_point(message_clear_start:google.protobuf.Duration)
133  uint32_t cached_has_bits = 0;
134  // Prevent compiler warnings about cached_has_bits being unused
135  (void) cached_has_bits;
136 
137  ::memset(&seconds_, 0, static_cast<size_t>(
138  reinterpret_cast<char*>(&nanos_) -
139  reinterpret_cast<char*>(&seconds_)) + sizeof(nanos_));
141 }
142 
143 const char* Duration::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
144 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
145  while (!ctx->Done(&ptr)) {
146  uint32_t tag;
148  switch (tag >> 3) {
149  // int64 seconds = 1;
150  case 1:
151  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 8)) {
153  CHK_(ptr);
154  } else
155  goto handle_unusual;
156  continue;
157  // int32 nanos = 2;
158  case 2:
159  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 16)) {
161  CHK_(ptr);
162  } else
163  goto handle_unusual;
164  continue;
165  default:
166  goto handle_unusual;
167  } // switch
168  handle_unusual:
169  if ((tag == 0) || ((tag & 7) == 4)) {
170  CHK_(ptr);
171  ctx->SetLastTag(tag);
172  goto message_done;
173  }
175  tag,
177  ptr, ctx);
178  CHK_(ptr != nullptr);
179  } // while
180 message_done:
181  return ptr;
182 failure:
183  ptr = nullptr;
184  goto message_done;
185 #undef CHK_
186 }
187 
189  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
190  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Duration)
191  uint32_t cached_has_bits = 0;
192  (void) cached_has_bits;
193 
194  // int64 seconds = 1;
195  if (this->_internal_seconds() != 0) {
196  target = stream->EnsureSpace(target);
197  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(1, this->_internal_seconds(), target);
198  }
199 
200  // int32 nanos = 2;
201  if (this->_internal_nanos() != 0) {
202  target = stream->EnsureSpace(target);
203  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(2, this->_internal_nanos(), target);
204  }
205 
206  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
207  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
208  _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
209  }
210  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Duration)
211  return target;
212 }
213 
214 size_t Duration::ByteSizeLong() const {
215 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Duration)
216  size_t total_size = 0;
217 
218  uint32_t cached_has_bits = 0;
219  // Prevent compiler warnings about cached_has_bits being unused
220  (void) cached_has_bits;
221 
222  // int64 seconds = 1;
223  if (this->_internal_seconds() != 0) {
224  total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int64SizePlusOne(this->_internal_seconds());
225  }
226 
227  // int32 nanos = 2;
228  if (this->_internal_nanos() != 0) {
229  total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32SizePlusOne(this->_internal_nanos());
230  }
231 
232  return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
233 }
234 
235 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Duration::_class_data_ = {
236  ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
238 };
239 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Duration::GetClassData() const { return &_class_data_; }
240 
243  static_cast<Duration *>(to)->MergeFrom(
244  static_cast<const Duration &>(from));
245 }
246 
247 
248 void Duration::MergeFrom(const Duration& from) {
249 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Duration)
250  GOOGLE_DCHECK_NE(&from, this);
251  uint32_t cached_has_bits = 0;
252  (void) cached_has_bits;
253 
254  if (from._internal_seconds() != 0) {
255  _internal_set_seconds(from._internal_seconds());
256  }
257  if (from._internal_nanos() != 0) {
258  _internal_set_nanos(from._internal_nanos());
259  }
260  _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
261 }
262 
263 void Duration::CopyFrom(const Duration& from) {
264 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Duration)
265  if (&from == this) return;
266  Clear();
267  MergeFrom(from);
268 }
269 
270 bool Duration::IsInitialized() const {
271  return true;
272 }
273 
274 void Duration::InternalSwap(Duration* other) {
275  using std::swap;
276  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
278  PROTOBUF_FIELD_OFFSET(Duration, nanos_)
279  + sizeof(Duration::nanos_)
280  - PROTOBUF_FIELD_OFFSET(Duration, seconds_)>(
281  reinterpret_cast<char*>(&seconds_),
282  reinterpret_cast<char*>(&other->seconds_));
283 }
284 
289 }
290 
291 // @@protoc_insertion_point(namespace_scope)
292 PROTOBUF_NAMESPACE_CLOSE
293 PROTOBUF_NAMESPACE_OPEN
295  return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::Duration >(arena);
296 }
297 PROTOBUF_NAMESPACE_CLOSE
298 
299 // @@protoc_insertion_point(global_scope)
300 #include <google/protobuf/port_undef.inc>
Duration::_internal_set_seconds
void _internal_set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:251
Duration::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:285
Duration::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:144
ptr
char * ptr
Definition: abseil-cpp/absl/base/internal/low_level_alloc_test.cc:45
Duration::_InternalSerialize
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Definition: protobuf/src/google/protobuf/duration.pb.cc:188
Duration::ByteSizeLong
size_t ByteSizeLong() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:224
descriptor_table_google_2fprotobuf_2fduration_2eproto_getter
const PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_google_2fprotobuf_2fduration_2eproto_getter()
Definition: protobuf/src/google/protobuf/duration.pb.cc:71
Duration::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:218
com.google.protobuf::Duration::_Internal
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:88
GOOGLE_DCHECK_NE
#define GOOGLE_DCHECK_NE
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:197
Arena
struct Arena Arena
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/arena.h:189
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:641
Duration::_InternalParse
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:156
Duration::ArenaDtor
static void ArenaDtor(void *object)
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:129
ctx
Definition: benchmark-async.c:30
DurationDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:18
Duration::~Duration
virtual ~Duration()
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:120
memset
return memset(p, 0, total)
_Duration_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT DurationDefaultTypeInternal _Duration_default_instance_
Definition: protobuf/src/google/protobuf/duration.pb.cc:32
Duration::_internal_nanos
::PROTOBUF_NAMESPACE_ID::int32 _internal_nanos() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:264
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:194
Duration::RegisterArenaDtor
void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:133
google::protobuf.internal::UnknownFieldParse
const char * UnknownFieldParse(uint32 tag, std::string *unknown, const char *ptr, ParseContext *ctx)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:606
Arena
Definition: arena.c:39
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
Duration::IsInitialized
bool IsInitialized() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:299
file_level_enum_descriptors_google_2fprotobuf_2fduration_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2fduration_2eproto
Definition: protobuf/src/google/protobuf/duration.pb.cc:35
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
Duration::SetCachedSize
void SetCachedSize(int size) const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:135
Duration::SharedDtor
void SharedDtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:125
to
size_t to
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1385
descriptor_table_google_2fprotobuf_2fduration_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fduration_2eproto
Definition: protobuf/src/google/protobuf/duration.pb.cc:65
uint8_t
unsigned char uint8_t
Definition: stdint-msvc2008.h:78
DurationDefaultTypeInternal::~DurationDefaultTypeInternal
~DurationDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/duration.pb.cc:27
google::protobuf::python::cmessage::UnknownFieldSet
static PyObject * UnknownFieldSet(CMessage *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:2512
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
DurationDefaultTypeInternal::_instance
Duration _instance
Definition: protobuf/src/google/protobuf/duration.pb.cc:29
Duration::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/duration.pb.cc:241
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
from
size_t from
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1384
memcpy
memcpy(mem, inblock.get(), min(CONTAINING_RECORD(inblock.get(), MEMBLOCK, data) ->size, size))
descriptor_table_google_2fprotobuf_2fduration_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fduration_2eproto_once
Definition: protobuf/src/google/protobuf/duration.pb.cc:64
google::protobuf.internal.decoder.ReadTag
def ReadTag(buffer, pos)
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/decoder.py:174
google::protobuf.internal::once_flag
std::once_flag once_flag
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/once.h:43
Duration::_internal_set_nanos
void _internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:271
int64_t
signed __int64 int64_t
Definition: stdint-msvc2008.h:89
Duration::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/duration.pb.h:180
tag
static void * tag(intptr_t t)
Definition: bad_client.cc:318
CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Duration >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::Duration * Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Duration >(Arena *arena)
Definition: protobuf/src/google/protobuf/duration.pb.cc:294
Duration::seconds_
::PROTOBUF_NAMESPACE_ID::int64 seconds_
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:224
Duration::InternalSwap
void InternalSwap(Duration *other)
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:303
Duration::_internal_seconds
::PROTOBUF_NAMESPACE_ID::int64 _internal_seconds() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:244
Duration::SharedCtor
void SharedCtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:114
Duration::Duration
Duration()
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:92
google::protobuf.internal::memswap
std::enable_if<(kSize==0), void >::type memswap(char *, char *)
Definition: protobuf/src/google/protobuf/repeated_field.h:125
std::swap
void swap(Json::Value &a, Json::Value &b)
Specialize std::swap() for Json::Value.
Definition: third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h:1226
dynamic_init_dummy_google_2fprotobuf_2fduration_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fduration_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:81
TableStruct_google_2fprotobuf_2fduration_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:54
DurationDefaultTypeInternal::DurationDefaultTypeInternal
constexpr DurationDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/duration.pb.cc:25
Duration::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:310
Duration::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:226
google::protobuf.internal::ReadVarint32
uint32_t ReadVarint32(const char **p)
Definition: protobuf/src/google/protobuf/parse_context.h:641
file_level_metadata_google_2fprotobuf_2fduration_2eproto
PROTOBUF_NAMESPACE_CLOSE ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fduration_2eproto[1]
Definition: protobuf/src/google/protobuf/duration.pb.cc:34
DurationDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Duration > _instance
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:20
Duration::nanos_
::PROTOBUF_NAMESPACE_ID::int32 nanos_
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:225
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: protobuf/src/google/protobuf/duration.pb.cc:52
PROTOBUF_SECTION_VARIABLE
const uint32_t TableStruct_google_2fprotobuf_2fduration_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
internal
Definition: benchmark/test/output_test_helper.cc:20
google::protobuf.internal::AssignDescriptors
void AssignDescriptors(const DescriptorTable *table)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:2404
Duration
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.h:69
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
Duration
struct Duration Duration
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:640
Duration::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/duration.pb.cc:255
CHK_
#define CHK_(x)
setup.target
target
Definition: third_party/bloaty/third_party/protobuf/python/setup.py:179
grpc::protobuf::ServiceDescriptor
GRPC_CUSTOM_SERVICEDESCRIPTOR ServiceDescriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:88
Duration::GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition: protobuf/src/google/protobuf/duration.pb.cc:239
Message
Definition: protobuf/php/ext/google/protobuf/message.c:53
file_level_service_descriptors_google_2fprotobuf_2fduration_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2fduration_2eproto
Definition: protobuf/src/google/protobuf/duration.pb.cc:36
google::protobuf.internal::ReadVarint64
uint64_t ReadVarint64(const char **p)
Definition: protobuf/src/google/protobuf/parse_context.h:635
stream
voidpf stream
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:17