any.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/any.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<Any> _instance;
23 PROTOBUF_NAMESPACE_CLOSE
26 
27  {
29  new (ptr) PROTOBUF_NAMESPACE_ID::Any();
31  }
32  PROTOBUF_NAMESPACE_ID::Any::InitAsDefaultInstance();
33 }
34 
35 PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Any_google_2fprotobuf_2fany_2eproto =
36  {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_Any_google_2fprotobuf_2fany_2eproto}, {}};
37 
38 static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fany_2eproto[1];
40 static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_google_2fprotobuf_2fany_2eproto = nullptr;
41 
43  ~0u, // no _has_bits_
44  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Any, _internal_metadata_),
45  ~0u, // no _extensions_
46  ~0u, // no _oneof_case_
47  ~0u, // no _weak_field_map_
48  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Any, type_url_),
49  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Any, value_),
50 };
51 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
52  { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::Any)},
53 };
54 
55 static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
56  reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&PROTOBUF_NAMESPACE_ID::_Any_default_instance_),
57 };
58 
59 const char descriptor_table_protodef_google_2fprotobuf_2fany_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
60  "\n\031google/protobuf/any.proto\022\017google.prot"
61  "obuf\"&\n\003Any\022\020\n\010type_url\030\001 \001(\t\022\r\n\005value\030\002"
62  " \001(\014Bo\n\023com.google.protobufB\010AnyProtoP\001Z"
63  "%github.com/golang/protobuf/ptypes/any\242\002"
64  "\003GPB\252\002\036Google.Protobuf.WellKnownTypesb\006p"
65  "roto3"
66  ;
67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fprotobuf_2fany_2eproto_deps[1] = {
68 };
69 static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_google_2fprotobuf_2fany_2eproto_sccs[1] = {
71 };
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto = {
75  &descriptor_table_google_2fprotobuf_2fany_2eproto_initialized, descriptor_table_protodef_google_2fprotobuf_2fany_2eproto, "google/protobuf/any.proto", 205,
79 };
80 
81 // Force running AddDescriptors() at dynamic initialization time.
83 PROTOBUF_NAMESPACE_OPEN
84 
85 // ===================================================================
86 
88 }
89 void Any::PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message) {
90  _any_metadata_.PackFrom(message);
91 }
92 
93 void Any::PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message& message,
94  const std::string& type_url_prefix) {
95  _any_metadata_.PackFrom(message, type_url_prefix);
96 }
97 
98 bool Any::UnpackTo(::PROTOBUF_NAMESPACE_ID::Message* message) const {
99  return _any_metadata_.UnpackTo(message);
100 }
102  const ::PROTOBUF_NAMESPACE_ID::Message& message,
106  message, type_url_field, value_field);
107 }
108 bool Any::ParseAnyTypeUrl(const string& type_url,
109  std::string* full_type_name) {
111  full_type_name);
112 }
113 
115  public:
116 };
117 
119  : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _any_metadata_(&type_url_, &value_) {
120  SharedCtor();
121  // @@protoc_insertion_point(constructor:google.protobuf.Any)
122 }
123 Any::Any(const Any& from)
124  : ::PROTOBUF_NAMESPACE_ID::Message(),
125  _internal_metadata_(nullptr),
126  _any_metadata_(&type_url_, &value_) {
129  if (!from.type_url().empty()) {
131  }
133  if (!from.value().empty()) {
135  }
136  // @@protoc_insertion_point(copy_constructor:google.protobuf.Any)
137 }
138 
143 }
144 
146  // @@protoc_insertion_point(destructor:google.protobuf.Any)
147  SharedDtor();
148 }
149 
153 }
154 
155 void Any::SetCachedSize(int size) const {
156  _cached_size_.Set(size);
157 }
160  return *internal_default_instance();
161 }
162 
163 
164 void Any::Clear() {
165 // @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
166  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
167  // Prevent compiler warnings about cached_has_bits being unused
168  (void) cached_has_bits;
169 
172  _internal_metadata_.Clear();
173 }
174 
175 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
176 const char* Any::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
177 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
178  while (!ctx->Done(&ptr)) {
181  CHK_(ptr);
182  switch (tag >> 3) {
183  // string type_url = 1;
184  case 1:
185  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
186  ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_type_url(), ptr, ctx, "google.protobuf.Any.type_url");
187  CHK_(ptr);
188  } else goto handle_unusual;
189  continue;
190  // bytes value = 2;
191  case 2:
192  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
194  CHK_(ptr);
195  } else goto handle_unusual;
196  continue;
197  default: {
198  handle_unusual:
199  if ((tag & 7) == 4 || tag == 0) {
200  ctx->SetLastTag(tag);
201  goto success;
202  }
203  ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
204  CHK_(ptr != nullptr);
205  continue;
206  }
207  } // switch
208  } // while
209 success:
210  return ptr;
211 failure:
212  ptr = nullptr;
213  goto success;
214 #undef CHK_
215 }
216 #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
218  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
219 #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
221  // @@protoc_insertion_point(parse_start:google.protobuf.Any)
222  for (;;) {
223  ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
224  tag = p.first;
225  if (!p.second) goto handle_unusual;
226  switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
227  // string type_url = 1;
228  case 1: {
229  if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
230  DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
231  input, this->mutable_type_url()));
232  DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
233  this->type_url().data(), static_cast<int>(this->type_url().length()),
234  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
235  "google.protobuf.Any.type_url"));
236  } else {
237  goto handle_unusual;
238  }
239  break;
240  }
241 
242  // bytes value = 2;
243  case 2: {
244  if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) {
245  DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadBytes(
246  input, this->mutable_value()));
247  } else {
248  goto handle_unusual;
249  }
250  break;
251  }
252 
253  default: {
254  handle_unusual:
255  if (tag == 0) {
256  goto success;
257  }
259  input, tag, _internal_metadata_.mutable_unknown_fields()));
260  break;
261  }
262  }
263  }
264 success:
265  // @@protoc_insertion_point(parse_success:google.protobuf.Any)
266  return true;
267 failure:
268  // @@protoc_insertion_point(parse_failure:google.protobuf.Any)
269  return false;
270 #undef DO_
271 }
272 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
273 
275  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
276  // @@protoc_insertion_point(serialize_start:google.protobuf.Any)
277  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
278  (void) cached_has_bits;
279 
280  // string type_url = 1;
281  if (this->type_url().size() > 0) {
282  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
283  this->type_url().data(), static_cast<int>(this->type_url().length()),
284  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
285  "google.protobuf.Any.type_url");
286  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
287  1, this->type_url(), output);
288  }
289 
290  // bytes value = 2;
291  if (this->value().size() > 0) {
292  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesMaybeAliased(
293  2, this->value(), output);
294  }
295 
296  if (_internal_metadata_.have_unknown_fields()) {
297  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
298  _internal_metadata_.unknown_fields(), output);
299  }
300  // @@protoc_insertion_point(serialize_end:google.protobuf.Any)
301 }
302 
305  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Any)
306  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
307  (void) cached_has_bits;
308 
309  // string type_url = 1;
310  if (this->type_url().size() > 0) {
311  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
312  this->type_url().data(), static_cast<int>(this->type_url().length()),
313  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
314  "google.protobuf.Any.type_url");
315  target =
316  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
317  1, this->type_url(), target);
318  }
319 
320  // bytes value = 2;
321  if (this->value().size() > 0) {
322  target =
323  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesToArray(
324  2, this->value(), target);
325  }
326 
327  if (_internal_metadata_.have_unknown_fields()) {
328  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
329  _internal_metadata_.unknown_fields(), target);
330  }
331  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Any)
332  return target;
333 }
334 
335 size_t Any::ByteSizeLong() const {
336 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Any)
337  size_t total_size = 0;
338 
339  if (_internal_metadata_.have_unknown_fields()) {
340  total_size +=
341  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
342  _internal_metadata_.unknown_fields());
343  }
344  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
345  // Prevent compiler warnings about cached_has_bits being unused
346  (void) cached_has_bits;
347 
348  // string type_url = 1;
349  if (this->type_url().size() > 0) {
350  total_size += 1 +
351  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
352  this->type_url());
353  }
354 
355  // bytes value = 2;
356  if (this->value().size() > 0) {
357  total_size += 1 +
358  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize(
359  this->value());
360  }
361 
362  int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
363  SetCachedSize(cached_size);
364  return total_size;
365 }
366 
367 void Any::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
368 // @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.Any)
369  GOOGLE_DCHECK_NE(&from, this);
370  const Any* source =
371  ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<Any>(
372  &from);
373  if (source == nullptr) {
374  // @@protoc_insertion_point(generalized_merge_from_cast_fail:google.protobuf.Any)
376  } else {
377  // @@protoc_insertion_point(generalized_merge_from_cast_success:google.protobuf.Any)
378  MergeFrom(*source);
379  }
380 }
381 
382 void Any::MergeFrom(const Any& from) {
383 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Any)
384  GOOGLE_DCHECK_NE(&from, this);
386  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
387  (void) cached_has_bits;
388 
389  if (from.type_url().size() > 0) {
390 
392  }
393  if (from.value().size() > 0) {
394 
396  }
397 }
398 
399 void Any::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
400 // @@protoc_insertion_point(generalized_copy_from_start:google.protobuf.Any)
401  if (&from == this) return;
402  Clear();
403  MergeFrom(from);
404 }
405 
406 void Any::CopyFrom(const Any& from) {
407 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Any)
408  if (&from == this) return;
409  Clear();
410  MergeFrom(from);
411 }
412 
413 bool Any::IsInitialized() const {
414  return true;
415 }
416 
417 void Any::InternalSwap(Any* other) {
418  using std::swap;
424 }
425 
426 ::PROTOBUF_NAMESPACE_ID::Metadata Any::GetMetadata() const {
427  return GetMetadataStatic();
428 }
429 
430 
431 // @@protoc_insertion_point(namespace_scope)
432 PROTOBUF_NAMESPACE_CLOSE
433 PROTOBUF_NAMESPACE_OPEN
435  return Arena::CreateInternal< PROTOBUF_NAMESPACE_ID::Any >(arena);
436 }
437 PROTOBUF_NAMESPACE_CLOSE
438 
439 // @@protoc_insertion_point(global_scope)
440 #include <google/protobuf/port_undef.inc>
reflection_ops.h
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2fany_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
google::protobuf.internal.decoder.SkipField
def SkipField
Definition: decoder.py:1016
wire_format_lite.h
TableStruct_google_2fprotobuf_2fany_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: any.pb.h:55
Any::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: any.pb.h:176
Any::type_url_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_url_
Definition: any.pb.h:228
Any::Any
Any()
Definition: any.pb.cc:118
length
GLenum GLuint GLenum GLsizei length
Definition: glcorearb.h:2695
Any::InitAsDefaultInstance
static void InitAsDefaultInstance()
Definition: any.pb.cc:87
input
std::string input
Definition: tokenizer_unittest.cc:197
extension_set.h
google::protobuf::uint8
uint8_t uint8
Definition: protobuf/src/google/protobuf/stubs/port.h:153
scc_info_Any_google_2fprotobuf_2fany_2eproto
PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_Any_google_2fprotobuf_2fany_2eproto
Definition: any.pb.cc:35
google::protobuf.internal::ParseAnyTypeUrl
bool ParseAnyTypeUrl(const std::string &type_url, std::string *full_type_name)
Definition: any_lite.cc:117
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
Any::SetCachedSize
void SetCachedSize(int size) const final
Definition: any.pb.cc:155
_Any_default_instance_
PROTOBUF_NAMESPACE_OPEN class AnyDefaultTypeInternal _Any_default_instance_
google::protobuf.internal::InitSCC
void InitSCC(SCCInfoBase *scc)
Definition: generated_message_util.h:217
generated_message_reflection.h
string
GLsizei const GLchar *const * string
Definition: glcorearb.h:3083
Any::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: any.pb.cc:164
target
GLenum target
Definition: glcorearb.h:3739
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: python_message.py:1197
Any::GetAnyFieldDescriptors
static bool GetAnyFieldDescriptors(const ::PROTOBUF_NAMESPACE_ID::Message &message, const ::PROTOBUF_NAMESPACE_ID::FieldDescriptor **type_url_field, const ::PROTOBUF_NAMESPACE_ID::FieldDescriptor **value_field)
Definition: any.pb.cc:101
any.pb.h
file_level_service_descriptors_google_2fprotobuf_2fany_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2fany_2eproto
Definition: any.pb.cc:40
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: any.pb.cc:55
Any::ByteSizeLong
size_t ByteSizeLong() const final
Definition: any.pb.cc:335
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: php/ext/google/protobuf/protobuf.h:632
google::protobuf.internal::InlineGreedyStringParserUTF8
const char * InlineGreedyStringParserUTF8(std::string *s, const char *ptr, ParseContext *ctx, const char *field_name)
Definition: parse_context.cc:368
GOOGLE_DCHECK_NE
#define GOOGLE_DCHECK_NE
Definition: logging.h:197
descriptor_table_google_2fprotobuf_2fany_2eproto_initialized
static bool descriptor_table_google_2fprotobuf_2fany_2eproto_initialized
Definition: any.pb.cc:73
dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
Definition: any.pb.cc:82
Any::ParseAnyTypeUrl
static bool ParseAnyTypeUrl(const string &type_url, std::string *full_type_name)
Definition: any.pb.cc:108
Any::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: any.pb.cc:426
Any::~Any
virtual ~Any()
Definition: any.pb.cc:145
descriptor_table_google_2fprotobuf_2fany_2eproto_sccs
::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_google_2fprotobuf_2fany_2eproto_sccs[1]
Definition: any.pb.cc:69
Any::_any_metadata_
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata _any_metadata_
Definition: any.pb.h:231
Any::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: any.pb.h:230
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
coded_stream.h
descriptor_table_google_2fprotobuf_2fany_2eproto_deps
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_google_2fprotobuf_2fany_2eproto_deps[1]
Definition: any.pb.cc:67
InitDefaultsscc_info_Any_google_2fprotobuf_2fany_2eproto
static PROTOBUF_NAMESPACE_CLOSE void InitDefaultsscc_info_Any_google_2fprotobuf_2fany_2eproto()
Definition: any.pb.cc:24
DO_
#define DO_(EXPRESSION)
google::protobuf.internal.decoder.ReadTag
def ReadTag(buffer, pos)
Definition: decoder.py:174
com.google.protobuf::Any::_Internal
Definition: any.pb.cc:114
AnyDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Any > _instance
Definition: any.pb.cc:21
google::protobuf.internal::GetAnyFieldDescriptors
bool GetAnyFieldDescriptors(const Message &message, const FieldDescriptor **type_url_field, const FieldDescriptor **value_field)
Definition: any.cc:64
google::protobuf.internal::UnknownFieldParse
const char * UnknownFieldParse(uint32 tag, std::string *unknown, const char *ptr, ParseContext *ctx)
Definition: parse_context.cc:545
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
Any::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: any.pb.cc:399
Any::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
Definition: any.pb.cc:217
size
#define size
Definition: glcorearb.h:2944
file_level_enum_descriptors_google_2fprotobuf_2fany_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2fany_2eproto
Definition: any.pb.cc:39
Any::default_instance
static const Any & default_instance()
Definition: any.pb.cc:158
descriptor_table_google_2fprotobuf_2fany_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fany_2eproto_once
Definition: any.pb.cc:72
source
GLsizei GLsizei GLchar * source
Definition: glcorearb.h:3072
Any::internal_default_instance
static const Any * internal_default_instance()
Definition: any.pb.h:107
google::protobuf::python::message_meta::AddDescriptors
static int AddDescriptors(PyObject *cls, const Descriptor *descriptor)
Definition: python/google/protobuf/pyext/message.cc:123
Any::GetMetadataStatic
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic()
Definition: any.pb.h:186
Any::value
const std::string & value() const
Definition: any.pb.h:300
descriptor_table_google_2fprotobuf_2fany_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto
Definition: any.pb.cc:74
void
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
Any::IsInitialized
bool IsInitialized() const final
Definition: any.pb.cc:413
value_
int value_
Definition: gmock-matchers_test.cc:571
Any
struct Any Any
Definition: php/ext/google/protobuf/protobuf.h:624
google::protobuf.internal::ToCachedSize
int ToCachedSize(size_t size)
Definition: message_lite.h:89
Any::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: any.pb.cc:367
common.h
size
GLsizeiptr size
Definition: glcorearb.h:2943
Any::SharedCtor
void SharedCtor()
Definition: any.pb.cc:139
AnyDefaultTypeInternal
Definition: any.pb.cc:19
Any::SharedDtor
void SharedDtor()
Definition: any.pb.cc:150
wire_format.h
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:152
descriptor.h
file_level_metadata_google_2fprotobuf_2fany_2eproto
::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fany_2eproto[1]
Definition: any.pb.cc:38
Any::PackFrom
void PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message &message)
Definition: any.pb.cc:89
data
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: glcorearb.h:2879
Any::mutable_value
std::string * mutable_value()
Definition: any.pb.h:327
FieldDescriptor
struct FieldDescriptor FieldDescriptor
Definition: php/ext/google/protobuf/protobuf.h:637
type_url
string * type_url
Definition: conformance_cpp.cc:98
Any::InternalSwap
void InternalSwap(Any *other)
Definition: any.pb.cc:417
Any::mutable_type_url
std::string * mutable_type_url()
Definition: any.pb.h:276
google::protobuf.internal::InlineGreedyStringParser
const char * InlineGreedyStringParser(std::string *s, const char *ptr, ParseContext *ctx)
Definition: parse_context.cc:361
Any::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: any.pb.h:225
Any::SerializeWithCachedSizes
void SerializeWithCachedSizes(::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
Definition: any.pb.cc:274
CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Any >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE PROTOBUF_NAMESPACE_ID::Any * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Any >(Arena *arena)
Definition: any.pb.cc:434
output
const upb_json_parsermethod const upb_symtab upb_sink * output
Definition: ruby/ext/google/protobuf_c/upb.h:10503
Any::type_url
const std::string & type_url() const
Definition: any.pb.h:249
Any
Definition: any.pb.h:70
Any::InternalSerializeWithCachedSizesToArray
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray(::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
Definition: any.pb.cc:303
message
GLenum GLuint GLenum GLsizei const GLchar * message
Definition: glcorearb.h:2695
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
Any::value_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_
Definition: any.pb.h:229
Any::UnpackTo
bool UnpackTo(::PROTOBUF_NAMESPACE_ID::Message *message) const
Definition: any.pb.cc:98


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