protobuf/src/google/protobuf/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 
4 #include <google/protobuf/any.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
20 constexpr Any::Any(
21  ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
22  : type_url_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string)
23  , value_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string)
24  , _any_metadata_(&type_url_, &value_){}
27  : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
29  union {
31  };
32 };
33 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT AnyDefaultTypeInternal _Any_default_instance_;
34 PROTOBUF_NAMESPACE_CLOSE
38 
40  ~0u, // no _has_bits_
41  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Any, _internal_metadata_),
42  ~0u, // no _extensions_
43  ~0u, // no _oneof_case_
44  ~0u, // no _weak_field_map_
45  ~0u, // no _inlined_string_donated_
46  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Any, type_url_),
47  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Any, value_),
48 };
49 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
50  { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::Any)},
51 };
52 
55 };
56 
57 const char descriptor_table_protodef_google_2fprotobuf_2fany_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
58  "\n\031google/protobuf/any.proto\022\017google.prot"
59  "obuf\"&\n\003Any\022\020\n\010type_url\030\001 \001(\t\022\r\n\005value\030\002"
60  " \001(\014Bv\n\023com.google.protobufB\010AnyProtoP\001Z"
61  ",google.golang.org/protobuf/types/known/"
62  "anypb\242\002\003GPB\252\002\036Google.Protobuf.WellKnownT"
63  "ypesb\006proto3"
64  ;
66 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto = {
67  false, false, 212, descriptor_table_protodef_google_2fprotobuf_2fany_2eproto, "google/protobuf/any.proto",
71 };
72 PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_google_2fprotobuf_2fany_2eproto_getter() {
74 }
75 
76 // Force running AddDescriptors() at dynamic initialization time.
77 PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fany_2eproto(&descriptor_table_google_2fprotobuf_2fany_2eproto);
78 PROTOBUF_NAMESPACE_OPEN
79 
80 // ===================================================================
81 
87  message, type_url_field, value_field);
88 }
91  std::string* full_type_name) {
93  full_type_name);
94 }
95 
96 class Any::_Internal {
97  public:
98 };
99 
101  bool is_message_owned)
102  : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned),
103  _any_metadata_(&type_url_, &value_) {
104  SharedCtor();
105  if (!is_message_owned) {
107  }
108  // @@protoc_insertion_point(arena_constructor:google.protobuf.Any)
109 }
110 Any::Any(const Any& from)
111  : ::PROTOBUF_NAMESPACE_ID::Message(),
112  _any_metadata_(&type_url_, &value_) {
113  _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
115  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
116  type_url_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
117  #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
118  if (!from._internal_type_url().empty()) {
120  GetArenaForAllocation());
121  }
123  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
124  value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
125  #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
126  if (!from._internal_value().empty()) {
128  GetArenaForAllocation());
129  }
130  // @@protoc_insertion_point(copy_constructor:google.protobuf.Any)
131 }
132 
133 inline void Any::SharedCtor() {
135 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
136  type_url_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
137 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
139 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
140  value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
141 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
142 }
143 
144 Any::~Any() {
145  // @@protoc_insertion_point(destructor:google.protobuf.Any)
146  if (GetArenaForAllocation() != nullptr) return;
147  SharedDtor();
149 }
150 
151 inline void Any::SharedDtor() {
152  GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
155 }
156 
157 void Any::ArenaDtor(void* object) {
158  Any* _this = reinterpret_cast< Any* >(object);
159  (void)_this;
160 }
162 }
163 void Any::SetCachedSize(int size) const {
164  _cached_size_.Set(size);
165 }
166 
167 void Any::Clear() {
168 // @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
169  uint32_t cached_has_bits = 0;
170  // Prevent compiler warnings about cached_has_bits being unused
171  (void) cached_has_bits;
172 
173  type_url_.ClearToEmpty();
174  value_.ClearToEmpty();
176 }
177 
178 const char* Any::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
179 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
180  while (!ctx->Done(&ptr)) {
181  uint32_t tag;
183  switch (tag >> 3) {
184  // string type_url = 1;
185  case 1:
186  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 10)) {
189  CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Any.type_url"));
190  CHK_(ptr);
191  } else
192  goto handle_unusual;
193  continue;
194  // bytes value = 2;
195  case 2:
196  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 18)) {
197  auto str = _internal_mutable_value();
199  CHK_(ptr);
200  } else
201  goto handle_unusual;
202  continue;
203  default:
204  goto handle_unusual;
205  } // switch
206  handle_unusual:
207  if ((tag == 0) || ((tag & 7) == 4)) {
208  CHK_(ptr);
209  ctx->SetLastTag(tag);
210  goto message_done;
211  }
213  tag,
215  ptr, ctx);
216  CHK_(ptr != nullptr);
217  } // while
218 message_done:
219  return ptr;
220 failure:
221  ptr = nullptr;
222  goto message_done;
223 #undef CHK_
224 }
225 
227  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
228  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Any)
229  uint32_t cached_has_bits = 0;
230  (void) cached_has_bits;
231 
232  // string type_url = 1;
233  if (!this->_internal_type_url().empty()) {
234  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
235  this->_internal_type_url().data(), static_cast<int>(this->_internal_type_url().length()),
236  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
237  "google.protobuf.Any.type_url");
238  target = stream->WriteStringMaybeAliased(
239  1, this->_internal_type_url(), target);
240  }
241 
242  // bytes value = 2;
243  if (!this->_internal_value().empty()) {
244  target = stream->WriteBytesMaybeAliased(
245  2, this->_internal_value(), target);
246  }
247 
248  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
249  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
250  _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
251  }
252  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Any)
253  return target;
254 }
255 
256 size_t Any::ByteSizeLong() const {
257 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Any)
258  size_t total_size = 0;
259 
260  uint32_t cached_has_bits = 0;
261  // Prevent compiler warnings about cached_has_bits being unused
262  (void) cached_has_bits;
263 
264  // string type_url = 1;
265  if (!this->_internal_type_url().empty()) {
266  total_size += 1 +
267  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
268  this->_internal_type_url());
269  }
270 
271  // bytes value = 2;
272  if (!this->_internal_value().empty()) {
273  total_size += 1 +
274  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize(
275  this->_internal_value());
276  }
277 
278  return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
279 }
280 
281 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Any::_class_data_ = {
282  ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
284 };
285 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Any::GetClassData() const { return &_class_data_; }
286 
289  static_cast<Any *>(to)->MergeFrom(
290  static_cast<const Any &>(from));
291 }
292 
293 
294 void Any::MergeFrom(const Any& from) {
295 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Any)
296  GOOGLE_DCHECK_NE(&from, this);
297  uint32_t cached_has_bits = 0;
298  (void) cached_has_bits;
299 
300  if (!from._internal_type_url().empty()) {
301  _internal_set_type_url(from._internal_type_url());
302  }
303  if (!from._internal_value().empty()) {
304  _internal_set_value(from._internal_value());
305  }
306  _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
307 }
308 
309 void Any::CopyFrom(const Any& from) {
310 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Any)
311  if (&from == this) return;
312  Clear();
313  MergeFrom(from);
314 }
315 
316 bool Any::IsInitialized() const {
317  return true;
318 }
319 
320 void Any::InternalSwap(Any* other) {
321  using std::swap;
322  auto* lhs_arena = GetArenaForAllocation();
323  auto* rhs_arena = other->GetArenaForAllocation();
324  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
325  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
327  &type_url_, lhs_arena,
328  &other->type_url_, rhs_arena
329  );
330  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
332  &value_, lhs_arena,
333  &other->value_, rhs_arena
334  );
335 }
336 
341 }
342 
343 // @@protoc_insertion_point(namespace_scope)
344 PROTOBUF_NAMESPACE_CLOSE
345 PROTOBUF_NAMESPACE_OPEN
347  return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::Any >(arena);
348 }
349 PROTOBUF_NAMESPACE_CLOSE
350 
351 // @@protoc_insertion_point(global_scope)
352 #include <google/protobuf/port_undef.inc>
xds_interop_client.str
str
Definition: xds_interop_client.py:487
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
Any::value_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:232
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
ctx
Definition: benchmark-async.c:30
google::protobuf::EmptyDefault
ArenaStringPtr::EmptyDefault EmptyDefault
Definition: protobuf/src/google/protobuf/arenastring_unittest.cc:57
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: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:100
TableStruct_google_2fprotobuf_2fany_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:55
Any::Any
Any()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:117
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: protobuf/src/google/protobuf/any.pb.cc:346
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.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
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
AnyDefaultTypeInternal::_instance
Any _instance
Definition: protobuf/src/google/protobuf/any.pb.cc:30
grpc::protobuf::FieldDescriptor
GRPC_CUSTOM_FIELDDESCRIPTOR FieldDescriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:84
Any::SetCachedSize
void SetCachedSize(int size) const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:154
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: protobuf/src/google/protobuf/any.pb.cc:53
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
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
Any::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:163
CHK_
#define CHK_(x)
uint8_t
unsigned char uint8_t
Definition: stdint-msvc2008.h:78
google::protobuf::python::cmessage::UnknownFieldSet
static PyObject * UnknownFieldSet(CMessage *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:2512
message
char * message
Definition: libuv/docs/code/tty-gravity/main.c:12
Any::ByteSizeLong
size_t ByteSizeLong() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:245
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
descriptor_table_google_2fprotobuf_2fany_2eproto_getter
const PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_google_2fprotobuf_2fany_2eproto_getter()
Definition: protobuf/src/google/protobuf/any.pb.cc:72
Any::_InternalParse
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:174
Any::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/any.pb.cc:287
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
AnyDefaultTypeInternal::AnyDefaultTypeInternal
constexpr AnyDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/any.pb.cc:26
Any::ParseAnyTypeUrl
static bool ParseAnyTypeUrl(const string &type_url, std::string *full_type_name)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:107
google::protobuf::ConstStringParam
const std::string & ConstStringParam
Definition: third_party/protobuf/src/google/protobuf/stubs/port.h:129
Any::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:335
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
Any::~Any
virtual ~Any()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:144
AnyDefaultTypeInternal::~AnyDefaultTypeInternal
~AnyDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/any.pb.cc:28
dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fany_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:81
descriptor_table_google_2fprotobuf_2fany_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fany_2eproto
Definition: protobuf/src/google/protobuf/any.pb.cc:66
tag
static void * tag(intptr_t t)
Definition: bad_client.cc:318
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: bloaty/third_party/protobuf/src/google/protobuf/message_lite.h:153
typing::Any::_Internal
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:113
Any::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:233
AnyDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Any > _instance
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:20
Any::RegisterArenaDtor
void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Definition: protobuf/src/google/protobuf/any.pb.cc:161
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
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
Any::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:308
Any::_internal_mutable_value
std::string * _internal_mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:349
Any::_internal_value
const std::string & _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:324
data
char data[kBufferLength]
Definition: abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1006
descriptor_table_google_2fprotobuf_2fany_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fany_2eproto_once
Definition: protobuf/src/google/protobuf/any.pb.cc:65
Any::GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition: protobuf/src/google/protobuf/any.pb.cc:285
PROTOBUF_SECTION_VARIABLE
const uint32_t TableStruct_google_2fprotobuf_2fany_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
google::protobuf.internal::InlineGreedyStringParser
const char * InlineGreedyStringParser(std::string *s, const char *ptr, ParseContext *ctx)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:420
google::protobuf.internal::VerifyUTF8
bool VerifyUTF8(StringPiece str, const char *field_name)
Definition: bloaty/third_party/protobuf/src/google/protobuf/parse_context.cc:412
google_benchmark.example.empty
def empty(state)
Definition: example.py:31
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
Any::IsInitialized
bool IsInitialized() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:322
Any::_InternalSerialize
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Definition: protobuf/src/google/protobuf/any.pb.cc:226
file_level_service_descriptors_google_2fprotobuf_2fany_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2fany_2eproto
Definition: protobuf/src/google/protobuf/any.pb.cc:37
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
file_level_enum_descriptors_google_2fprotobuf_2fany_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2fany_2eproto
Definition: protobuf/src/google/protobuf/any.pb.cc:36
Any::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:276
Any::_internal_type_url
const std::string & _internal_type_url() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:264
Any::ArenaDtor
static void ArenaDtor(void *object)
Definition: protobuf/src/google/protobuf/any.pb.cc:157
google::protobuf.internal::fixed_address_empty_string
ExplicitlyConstructed< std::string > fixed_address_empty_string
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_util.cc:71
Any::SharedCtor
void SharedCtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:138
AnyDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:18
Any::SharedDtor
void SharedDtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:149
Any::type_url_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_url_
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:231
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
file_level_metadata_google_2fprotobuf_2fany_2eproto
PROTOBUF_NAMESPACE_CLOSE ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fany_2eproto[1]
Definition: protobuf/src/google/protobuf/any.pb.cc:35
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
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
Any::InternalSwap
void InternalSwap(Any *other)
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.cc:326
_Any_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT AnyDefaultTypeInternal _Any_default_instance_
Definition: protobuf/src/google/protobuf/any.pb.cc:33
Any::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: bloaty/third_party/protobuf/src/google/protobuf/any.pb.h:228
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
length
std::size_t length
Definition: abseil-cpp/absl/time/internal/test_util.cc:57
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
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
Message
Definition: protobuf/php/ext/google/protobuf/message.c:53
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