protobuf/src/google/protobuf/source_context.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/source_context.proto
3 
4 #include <google/protobuf/source_context.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  : file_name_(&::PROTOBUF_NAMESPACE_ID::internal::fixed_address_empty_string){}
25  : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
27  union {
29  };
30 };
31 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT SourceContextDefaultTypeInternal _SourceContext_default_instance_;
32 PROTOBUF_NAMESPACE_CLOSE
36 
38  ~0u, // no _has_bits_
39  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::SourceContext, _internal_metadata_),
40  ~0u, // no _extensions_
41  ~0u, // no _oneof_case_
42  ~0u, // no _weak_field_map_
43  ~0u, // no _inlined_string_donated_
44  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::SourceContext, file_name_),
45 };
46 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
47  { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::SourceContext)},
48 };
49 
52 };
53 
54 const char descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
55  "\n$google/protobuf/source_context.proto\022\017"
56  "google.protobuf\"\"\n\rSourceContext\022\021\n\tfile"
57  "_name\030\001 \001(\tB\212\001\n\023com.google.protobufB\022Sou"
58  "rceContextProtoP\001Z6google.golang.org/pro"
59  "tobuf/types/known/sourcecontextpb\242\002\003GPB\252"
60  "\002\036Google.Protobuf.WellKnownTypesb\006proto3"
61  ;
63 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto = {
64  false, false, 240, descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto, "google/protobuf/source_context.proto",
68 };
69 PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_getter() {
71 }
72 
73 // Force running AddDescriptors() at dynamic initialization time.
74 PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto(&descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto);
75 PROTOBUF_NAMESPACE_OPEN
76 
77 // ===================================================================
78 
80  public:
81 };
82 
84  bool is_message_owned)
85  : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
86  SharedCtor();
87  if (!is_message_owned) {
89  }
90  // @@protoc_insertion_point(arena_constructor:google.protobuf.SourceContext)
91 }
93  : ::PROTOBUF_NAMESPACE_ID::Message() {
96  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
97  file_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
98  #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
99  if (!from._internal_file_name().empty()) {
101  GetArenaForAllocation());
102  }
103  // @@protoc_insertion_point(copy_constructor:google.protobuf.SourceContext)
104 }
105 
106 inline void SourceContext::SharedCtor() {
108 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
109  file_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
110 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
111 }
112 
114  // @@protoc_insertion_point(destructor:google.protobuf.SourceContext)
115  if (GetArenaForAllocation() != nullptr) return;
116  SharedDtor();
118 }
119 
120 inline void SourceContext::SharedDtor() {
121  GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
123 }
124 
125 void SourceContext::ArenaDtor(void* object) {
126  SourceContext* _this = reinterpret_cast< SourceContext* >(object);
127  (void)_this;
128 }
130 }
131 void SourceContext::SetCachedSize(int size) const {
132  _cached_size_.Set(size);
133 }
134 
135 void SourceContext::Clear() {
136 // @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
137  uint32_t cached_has_bits = 0;
138  // Prevent compiler warnings about cached_has_bits being unused
139  (void) cached_has_bits;
140 
141  file_name_.ClearToEmpty();
143 }
144 
145 const char* SourceContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
146 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
147  while (!ctx->Done(&ptr)) {
148  uint32_t tag;
150  switch (tag >> 3) {
151  // string file_name = 1;
152  case 1:
153  if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 10)) {
156  CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.SourceContext.file_name"));
157  CHK_(ptr);
158  } else
159  goto handle_unusual;
160  continue;
161  default:
162  goto handle_unusual;
163  } // switch
164  handle_unusual:
165  if ((tag == 0) || ((tag & 7) == 4)) {
166  CHK_(ptr);
167  ctx->SetLastTag(tag);
168  goto message_done;
169  }
171  tag,
173  ptr, ctx);
174  CHK_(ptr != nullptr);
175  } // while
176 message_done:
177  return ptr;
178 failure:
179  ptr = nullptr;
180  goto message_done;
181 #undef CHK_
182 }
183 
185  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
186  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.SourceContext)
187  uint32_t cached_has_bits = 0;
188  (void) cached_has_bits;
189 
190  // string file_name = 1;
191  if (!this->_internal_file_name().empty()) {
192  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
193  this->_internal_file_name().data(), static_cast<int>(this->_internal_file_name().length()),
194  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
195  "google.protobuf.SourceContext.file_name");
196  target = stream->WriteStringMaybeAliased(
197  1, this->_internal_file_name(), target);
198  }
199 
200  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
201  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
202  _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
203  }
204  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.SourceContext)
205  return target;
206 }
207 
208 size_t SourceContext::ByteSizeLong() const {
209 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.SourceContext)
210  size_t total_size = 0;
211 
212  uint32_t cached_has_bits = 0;
213  // Prevent compiler warnings about cached_has_bits being unused
214  (void) cached_has_bits;
215 
216  // string file_name = 1;
217  if (!this->_internal_file_name().empty()) {
218  total_size += 1 +
219  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
220  this->_internal_file_name());
221  }
222 
223  return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
224 }
225 
226 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SourceContext::_class_data_ = {
227  ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
229 };
230 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SourceContext::GetClassData() const { return &_class_data_; }
231 
234  static_cast<SourceContext *>(to)->MergeFrom(
235  static_cast<const SourceContext &>(from));
236 }
237 
238 
240 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.SourceContext)
241  GOOGLE_DCHECK_NE(&from, this);
242  uint32_t cached_has_bits = 0;
243  (void) cached_has_bits;
244 
245  if (!from._internal_file_name().empty()) {
246  _internal_set_file_name(from._internal_file_name());
247  }
248  _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
249 }
250 
252 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.SourceContext)
253  if (&from == this) return;
254  Clear();
255  MergeFrom(from);
256 }
257 
258 bool SourceContext::IsInitialized() const {
259  return true;
260 }
261 
263  using std::swap;
264  auto* lhs_arena = GetArenaForAllocation();
265  auto* rhs_arena = other->GetArenaForAllocation();
266  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
267  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
269  &file_name_, lhs_arena,
270  &other->file_name_, rhs_arena
271  );
272 }
273 
278 }
279 
280 // @@protoc_insertion_point(namespace_scope)
281 PROTOBUF_NAMESPACE_CLOSE
282 PROTOBUF_NAMESPACE_OPEN
284  return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::SourceContext >(arena);
285 }
286 PROTOBUF_NAMESPACE_CLOSE
287 
288 // @@protoc_insertion_point(global_scope)
289 #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
SourceContext::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:199
GOOGLE_DCHECK_NE
#define GOOGLE_DCHECK_NE
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:197
SourceContext::InternalSwap
void InternalSwap(SourceContext *other)
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:269
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
SourceContext
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:69
ctx
Definition: benchmark-async.c:30
google::protobuf::EmptyDefault
ArenaStringPtr::EmptyDefault EmptyDefault
Definition: protobuf/src/google/protobuf/arenastring_unittest.cc:57
SourceContext::ByteSizeLong
size_t ByteSizeLong() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:199
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once
Definition: protobuf/src/google/protobuf/source_context.pb.cc:62
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
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
SourceContext::SourceContext
SourceContext()
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:92
to
size_t to
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1385
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
SourceContext::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:131
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
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
SourceContext::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:251
SourceContext::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:223
file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto
PROTOBUF_NAMESPACE_CLOSE ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto[1]
Definition: protobuf/src/google/protobuf/source_context.pb.cc:33
CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::SourceContext >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::SourceContext * Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::SourceContext >(Arena *arena)
Definition: protobuf/src/google/protobuf/source_context.pb.cc:283
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
_SourceContext_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT SourceContextDefaultTypeInternal _SourceContext_default_instance_
Definition: protobuf/src/google/protobuf/source_context.pb.cc:31
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
SourceContext::SetCachedSize
void SetCachedSize(int size) const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:122
file_level_service_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: protobuf/src/google/protobuf/source_context.pb.cc:35
SourceContextDefaultTypeInternal::SourceContextDefaultTypeInternal
constexpr SourceContextDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/source_context.pb.cc:24
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: protobuf/src/google/protobuf/source_context.pb.cc:50
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
SourceContext::_Internal
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:88
SourceContext::_InternalSerialize
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Definition: protobuf/src/google/protobuf/source_context.pb.cc:184
TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:54
data
char data[kBufferLength]
Definition: abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1006
SourceContext::_internal_file_name
const std::string & _internal_file_name() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:229
SourceContextDefaultTypeInternal::~SourceContextDefaultTypeInternal
~SourceContextDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/source_context.pb.cc:26
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: protobuf/src/google/protobuf/source_context.pb.cc:63
SourceContext::_internal_mutable_file_name
std::string * _internal_mutable_file_name()
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:254
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
SourceContext::GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition: protobuf/src/google/protobuf/source_context.pb.cc:230
SourceContext::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/source_context.pb.h:180
SourceContext::_InternalParse
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:141
SourceContext::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:276
CHK_
#define CHK_(x)
SourceContext::_internal_set_file_name
void _internal_set_file_name(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:232
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_getter
const PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_getter()
Definition: protobuf/src/google/protobuf/source_context.pb.cc:69
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
SourceContext::SharedCtor
void SharedCtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:108
SourceContext::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:195
SourceContextDefaultTypeInternal::_instance
SourceContext _instance
Definition: protobuf/src/google/protobuf/source_context.pb.cc:28
SourceContext::SharedDtor
void SharedDtor()
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:118
SourceContextDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< SourceContext > _instance
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:20
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
SourceContext::file_name_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr file_name_
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.h:198
dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:81
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
SourceContextDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:18
SourceContext::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/source_context.pb.cc:232
SourceContext::IsInitialized
bool IsInitialized() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:265
file_level_enum_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: protobuf/src/google/protobuf/source_context.pb.cc:34
SourceContext::ArenaDtor
static void ArenaDtor(void *object)
Definition: protobuf/src/google/protobuf/source_context.pb.cc:125
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
SourceContext::RegisterArenaDtor
void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Definition: protobuf/src/google/protobuf/source_context.pb.cc:129
Message
Definition: protobuf/php/ext/google/protobuf/message.c:53
SourceContext
struct SourceContext SourceContext
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:668
SourceContext::~SourceContext
virtual ~SourceContext()
Definition: bloaty/third_party/protobuf/src/google/protobuf/source_context.pb.cc:113
PROTOBUF_SECTION_VARIABLE
const uint32_t TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
stream
voidpf stream
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:14