protobuf/src/google/protobuf/any.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/any.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3019005 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
34 // @@protoc_insertion_point(includes)
35 #include <google/protobuf/port_def.inc>
36 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fany_2eproto PROTOBUF_EXPORT
37 PROTOBUF_NAMESPACE_OPEN
38 namespace internal {
39 class AnyMetadata;
40 } // namespace internal
41 PROTOBUF_NAMESPACE_CLOSE
42 
43 // Internal implementation detail -- do not use these members.
44 struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fany_2eproto {
45  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
46  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
47  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
48  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
49  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
50  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
51  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
52  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
53  static const uint32_t offsets[];
54 };
55 PROTOBUF_EXPORT extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto;
56 PROTOBUF_NAMESPACE_OPEN
57 class Any;
59 PROTOBUF_EXPORT extern AnyDefaultTypeInternal _Any_default_instance_;
60 PROTOBUF_NAMESPACE_CLOSE
61 PROTOBUF_NAMESPACE_OPEN
62 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Any* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Any>(Arena*);
63 PROTOBUF_NAMESPACE_CLOSE
64 PROTOBUF_NAMESPACE_OPEN
65 
66 // ===================================================================
67 
68 class PROTOBUF_EXPORT Any final :
69  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Any) */ {
70  public:
71  inline Any() : Any(nullptr) {}
72  ~Any() override;
73  explicit constexpr Any(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
74 
75  Any(const Any& from);
76  Any(Any&& from) noexcept
77  : Any() {
78  *this = ::std::move(from);
79  }
80 
81  inline Any& operator=(const Any& from) {
82  CopyFrom(from);
83  return *this;
84  }
85  inline Any& operator=(Any&& from) noexcept {
86  if (this == &from) return *this;
87  if (GetOwningArena() == from.GetOwningArena()
88  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
89  && GetOwningArena() != nullptr
90  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
91  ) {
92  InternalSwap(&from);
93  } else {
94  CopyFrom(from);
95  }
96  return *this;
97  }
98 
100  return GetDescriptor();
101  }
103  return default_instance().GetMetadata().descriptor;
104  }
105  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
106  return default_instance().GetMetadata().reflection;
107  }
108  static const Any& default_instance() {
109  return *internal_default_instance();
110  }
111  static inline const Any* internal_default_instance() {
112  return reinterpret_cast<const Any*>(
114  }
115  static constexpr int kIndexInFileMessages =
116  0;
117 
118  // implements Any -----------------------------------------------
119 
121  return _any_metadata_.PackFrom(GetArena(), message);
122  }
124  ::PROTOBUF_NAMESPACE_ID::ConstStringParam type_url_prefix) {
125  return _any_metadata_.PackFrom(GetArena(), message, type_url_prefix);
126  }
128  return _any_metadata_.UnpackTo(message);
129  }
130  static bool GetAnyFieldDescriptors(
135  bool PackFrom(const T& message) {
136  return _any_metadata_.PackFrom<T>(GetArena(), message);
137  }
139  bool PackFrom(const T& message,
140  ::PROTOBUF_NAMESPACE_ID::ConstStringParam type_url_prefix) {
141  return _any_metadata_.PackFrom<T>(GetArena(), message, type_url_prefix);}
143  bool UnpackTo(T* message) const {
144  return _any_metadata_.UnpackTo<T>(message);
145  }
146  template<typename T> bool Is() const {
147  return _any_metadata_.Is<T>();
148  }
150  std::string* full_type_name);
151  friend void swap(Any& a, Any& b) {
152  a.Swap(&b);
153  }
154  inline void Swap(Any* other) {
155  if (other == this) return;
156  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
157  if (GetOwningArena() != nullptr &&
158  GetOwningArena() == other->GetOwningArena()) {
159  #else // PROTOBUF_FORCE_COPY_IN_SWAP
160  if (GetOwningArena() == other->GetOwningArena()) {
161  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
162  InternalSwap(other);
163  } else {
165  }
166  }
167  void UnsafeArenaSwap(Any* other) {
168  if (other == this) return;
169  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
170  InternalSwap(other);
171  }
172 
173  // implements Message ----------------------------------------------
174 
176  return CreateMaybeMessage<Any>(arena);
177  }
179  void CopyFrom(const Any& from);
181  void MergeFrom(const Any& from);
182  private:
184  public:
185  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
186  bool IsInitialized() const final;
187 
188  size_t ByteSizeLong() const final;
189  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
191  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
192  int GetCachedSize() const final { return _cached_size_.Get(); }
193 
194  private:
195  void SharedCtor();
196  void SharedDtor();
197  void SetCachedSize(int size) const final;
198  void InternalSwap(Any* other);
199 
200  private:
201  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
202  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
203  return "google.protobuf.Any";
204  }
205  protected:
207  bool is_message_owned = false);
208  private:
209  static void ArenaDtor(void* object);
210  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
211  public:
212 
213  static const ClassData _class_data_;
214  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
215 
216  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
217 
218  // nested types ----------------------------------------------------
219 
220  // accessors -------------------------------------------------------
221 
222  enum : int {
223  kTypeUrlFieldNumber = 1,
224  kValueFieldNumber = 2,
225  };
226  // string type_url = 1;
227  void clear_type_url();
228  const std::string& type_url() const;
229  template <typename ArgT0 = const std::string&, typename... ArgT>
230  void set_type_url(ArgT0&& arg0, ArgT... args);
231  std::string* mutable_type_url();
232  PROTOBUF_NODISCARD std::string* release_type_url();
233  void set_allocated_type_url(std::string* type_url);
234  private:
235  const std::string& _internal_type_url() const;
236  inline PROTOBUF_ALWAYS_INLINE void _internal_set_type_url(const std::string& value);
237  std::string* _internal_mutable_type_url();
238  public:
239 
240  // bytes value = 2;
241  void clear_value();
242  const std::string& value() const;
243  template <typename ArgT0 = const std::string&, typename... ArgT>
244  void set_value(ArgT0&& arg0, ArgT... args);
245  std::string* mutable_value();
246  PROTOBUF_NODISCARD std::string* release_value();
247  void set_allocated_value(std::string* value);
248  private:
249  const std::string& _internal_value() const;
250  inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
251  std::string* _internal_mutable_value();
252  public:
253 
254  // @@protoc_insertion_point(class_scope:google.protobuf.Any)
255  private:
256  class _Internal;
257 
258  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
260  typedef void DestructorSkippable_;
261  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_url_;
262  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
263  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
264  ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata _any_metadata_;
265  friend struct ::TableStruct_google_2fprotobuf_2fany_2eproto;
266 };
267 // ===================================================================
268 
269 
270 // ===================================================================
271 
272 #ifdef __GNUC__
273  #pragma GCC diagnostic push
274  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
275 #endif // __GNUC__
276 // Any
277 
278 // string type_url = 1;
279 inline void Any::clear_type_url() {
280  type_url_.ClearToEmpty();
281 }
282 inline const std::string& Any::type_url() const {
283  // @@protoc_insertion_point(field_get:google.protobuf.Any.type_url)
284  return _internal_type_url();
285 }
286 template <typename ArgT0, typename... ArgT>
287 inline PROTOBUF_ALWAYS_INLINE
288 void Any::set_type_url(ArgT0&& arg0, ArgT... args) {
289 
290  type_url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
291  // @@protoc_insertion_point(field_set:google.protobuf.Any.type_url)
292 }
294  std::string* _s = _internal_mutable_type_url();
295  // @@protoc_insertion_point(field_mutable:google.protobuf.Any.type_url)
296  return _s;
297 }
298 inline const std::string& Any::_internal_type_url() const {
299  return type_url_.Get();
300 }
301 inline void Any::_internal_set_type_url(const std::string& value) {
302 
303  type_url_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArenaForAllocation());
304 }
306 
307  return type_url_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
308 }
310  // @@protoc_insertion_point(field_release:google.protobuf.Any.type_url)
311  return type_url_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
312 }
314  if (type_url != nullptr) {
315 
316  } else {
317 
318  }
320  GetArenaForAllocation());
321 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
322  if (type_url_.IsDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited())) {
323  type_url_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
324  }
325 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
326  // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.type_url)
327 }
328 
329 // bytes value = 2;
330 inline void Any::clear_value() {
331  value_.ClearToEmpty();
332 }
333 inline const std::string& Any::value() const {
334  // @@protoc_insertion_point(field_get:google.protobuf.Any.value)
335  return _internal_value();
336 }
337 template <typename ArgT0, typename... ArgT>
338 inline PROTOBUF_ALWAYS_INLINE
339 void Any::set_value(ArgT0&& arg0, ArgT... args) {
340 
341  value_.SetBytes(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
342  // @@protoc_insertion_point(field_set:google.protobuf.Any.value)
343 }
345  std::string* _s = _internal_mutable_value();
346  // @@protoc_insertion_point(field_mutable:google.protobuf.Any.value)
347  return _s;
348 }
349 inline const std::string& Any::_internal_value() const {
350  return value_.Get();
351 }
352 inline void Any::_internal_set_value(const std::string& value) {
353 
355 }
357 
358  return value_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
359 }
361  // @@protoc_insertion_point(field_release:google.protobuf.Any.value)
362  return value_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
363 }
365  if (value != nullptr) {
366 
367  } else {
368 
369  }
371  GetArenaForAllocation());
372 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
374  value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
375  }
376 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
377  // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.value)
378 }
379 
380 #ifdef __GNUC__
381  #pragma GCC diagnostic pop
382 #endif // __GNUC__
383 
384 // @@protoc_insertion_point(namespace_scope)
385 
386 PROTOBUF_NAMESPACE_CLOSE
387 
388 // @@protoc_insertion_point(global_scope)
389 
390 #include <google/protobuf/port_undef.inc>
391 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fany_2eproto
ptr
char * ptr
Definition: abseil-cpp/absl/base/internal/low_level_alloc_test.cc:45
Any
struct Any Any
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:633
descriptor_table_google_2fprotobuf_2fany_2eproto
PROTOBUF_EXPORTconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:73
Arena
struct Arena Arena
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/arena.h:189
google::protobuf.internal::GetArena
Arena * GetArena(MessageLite *msg, int64 arena_offset)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_table_driven_lite.h:86
ctx
Definition: benchmark-async.c:30
const
#define const
Definition: bloaty/third_party/zlib/zconf.h:230
google::protobuf::EmptyDefault
ArenaStringPtr::EmptyDefault EmptyDefault
Definition: protobuf/src/google/protobuf/arenastring_unittest.cc:57
Any::Any
Any()
Definition: protobuf/src/google/protobuf/any.pb.h:71
google::protobuf.internal.python_message.MergeFrom
MergeFrom
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1339
Any::set_value
void set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:316
Any::release_type_url
std::string * release_type_url()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:293
Any::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/any.pb.h:102
google::protobuf.internal::ParseAnyTypeUrl
bool ParseAnyTypeUrl(const std::string &type_url, std::string *full_type_name)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any_lite.cc:116
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:194
google::protobuf::python::cmessage::CopyFrom
static PyObject * CopyFrom(CMessage *self, PyObject *arg)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:1862
Arena
Definition: arena.c:39
testing::internal::string
::std::string string
Definition: bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
grpc::protobuf::FieldDescriptor
GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:84
a
int a
Definition: abseil-cpp/absl/container/internal/hash_policy_traits_test.cc:88
google::protobuf.internal::GenericSwap
void GenericSwap(MessageLite *m1, MessageLite *m2)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_util.cc:735
to
size_t to
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1385
Any::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/any.pb.h:213
uint8_t
unsigned char uint8_t
Definition: stdint-msvc2008.h:78
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1196
Any::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/any.pb.h:105
message
char * message
Definition: libuv/docs/code/tty-gravity/main.c:12
T
#define T(upbtypeconst, upbtype, ctype, default_value)
Any::PackFrom
bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message &message)
Definition: protobuf/src/google/protobuf/any.pb.h:120
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
Any::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/any.pb.h:259
TableStruct_google_2fprotobuf_2fany_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:46
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
Any::Any
Any(Any &&from) noexcept
Definition: protobuf/src/google/protobuf/any.pb.h:76
Any::Swap
void Swap(Any *other)
Definition: protobuf/src/google/protobuf/any.pb.h:154
Any::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/any.pb.h:99
asyncio_get_stats.args
args
Definition: asyncio_get_stats.py:40
google::protobuf::ConstStringParam
const std::string & ConstStringParam
Definition: third_party/protobuf/src/google/protobuf/stubs/port.h:129
absl::move
constexpr absl::remove_reference_t< T > && move(T &&t) noexcept
Definition: abseil-cpp/absl/utility/utility.h:221
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: bloaty/third_party/protobuf/src/google/protobuf/message_lite.h:153
google::protobuf.internal.python_message._InternalSerialize
_InternalSerialize
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1112
Any::set_type_url
void set_type_url(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:256
Any::PackFrom
bool PackFrom(const ::PROTOBUF_NAMESPACE_ID::Message &message, ::PROTOBUF_NAMESPACE_ID::ConstStringParam type_url_prefix)
Definition: protobuf/src/google/protobuf/any.pb.h:123
Any::New
Any * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/any.pb.h:175
google::protobuf.internal::GetAnyFieldDescriptors
bool GetAnyFieldDescriptors(const Message &message, const FieldDescriptor **type_url_field, const FieldDescriptor **value_field)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.cc:64
Any::operator=
Any & operator=(const Any &from)
Definition: protobuf/src/google/protobuf/any.pb.h:81
Any::_internal_mutable_value
std::string * _internal_mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:349
Any::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:309
io
Any::_internal_value
const std::string & _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:324
Any::Is
bool Is() const
Definition: protobuf/src/google/protobuf/any.pb.h:146
b
uint64_t b
Definition: abseil-cpp/absl/container/internal/layout_test.cc:53
Any::internal_default_instance
static const Any * internal_default_instance()
Definition: protobuf/src/google/protobuf/any.pb.h:111
Any::value
const std::string & value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:312
Any::swap
friend void swap(Any &a, Any &b)
Definition: protobuf/src/google/protobuf/any.pb.h:151
Any::_internal_mutable_type_url
std::string * _internal_mutable_type_url()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:289
value_
int value_
Definition: orphanable_test.cc:38
value
const char * value
Definition: hpack_parser_table.cc:165
Any::clear_type_url
void clear_type_url()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:249
Any::UnpackTo
bool UnpackTo(T *message) const
Definition: protobuf/src/google/protobuf/any.pb.h:143
Any::UnsafeArenaSwap
void UnsafeArenaSwap(Any *other)
Definition: protobuf/src/google/protobuf/any.pb.h:167
Any::_internal_set_type_url
void _internal_set_type_url(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:267
google::protobuf.internal.python_message.Clear
Clear
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1430
Any::_internal_type_url
const std::string & _internal_type_url() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:264
Any::operator=
Any & operator=(Any &&from) noexcept
Definition: protobuf/src/google/protobuf/any.pb.h:85
Any::set_allocated_type_url
void set_allocated_type_url(std::string *type_url)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:298
AnyDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:18
Any::_internal_set_value
void _internal_set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:327
type_url
string * type_url
Definition: bloaty/third_party/protobuf/conformance/conformance_cpp.cc:72
Any::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/any.pb.h:260
google::protobuf.internal.python_message.IsInitialized
IsInitialized
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1245
Any::PackFrom
bool PackFrom(const T &message)
Definition: protobuf/src/google/protobuf/any.pb.h:135
Any::mutable_value
std::string * mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:320
internal
Definition: benchmark/test/output_test_helper.cc:20
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
asyncio_get_stats.type
type
Definition: asyncio_get_stats.py:37
Any::set_allocated_value
void set_allocated_value(std::string *value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:358
Any::release_value
std::string * release_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:353
Any::mutable_type_url
std::string * mutable_type_url()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:260
grpc::protobuf::Descriptor
GRPC_CUSTOM_DESCRIPTOR Descriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:81
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
Any::type_url
const std::string & type_url() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:252
Any
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:70
Any::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/any.pb.h:202
_Any_default_instance_
PROTOBUF_EXPORT AnyDefaultTypeInternal _Any_default_instance_
Definition: protobuf/src/google/protobuf/any.pb.cc:33
setup.target
target
Definition: third_party/bloaty/third_party/protobuf/python/setup.py:179
google::protobuf::python::message_descriptor::GetDescriptor
static ParentDescriptor GetDescriptor(PyContainer *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc:951
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2fany_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
Any::PackFrom
bool PackFrom(const T &message, ::PROTOBUF_NAMESPACE_ID::ConstStringParam type_url_prefix)
Definition: protobuf/src/google/protobuf/any.pb.h:139
Any::default_instance
static const Any & default_instance()
Definition: protobuf/src/google/protobuf/any.pb.h:108
Any::UnpackTo
bool UnpackTo(::PROTOBUF_NAMESPACE_ID::Message *message) const
Definition: protobuf/src/google/protobuf/any.pb.h:127
stream
voidpf stream
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 02:57:41