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 
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<SourceContext> _instance;
23 PROTOBUF_NAMESPACE_CLOSE
26 
27  {
31  }
32  PROTOBUF_NAMESPACE_ID::SourceContext::InitAsDefaultInstance();
33 }
34 
35 PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto =
36  {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto}, {}};
37 
38 static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto[1];
40 static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto = nullptr;
41 
43  ~0u, // no _has_bits_
44  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, _internal_metadata_),
45  ~0u, // no _extensions_
46  ~0u, // no _oneof_case_
47  ~0u, // no _weak_field_map_
48  PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceContext, file_name_),
49 };
50 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
51  { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::SourceContext)},
52 };
53 
54 static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = {
55  reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&PROTOBUF_NAMESPACE_ID::_SourceContext_default_instance_),
56 };
57 
58 const char descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
59  "\n$google/protobuf/source_context.proto\022\017"
60  "google.protobuf\"\"\n\rSourceContext\022\021\n\tfile"
61  "_name\030\001 \001(\tB\225\001\n\023com.google.protobufB\022Sou"
62  "rceContextProtoP\001ZAgoogle.golang.org/gen"
63  "proto/protobuf/source_context;source_con"
64  "text\242\002\003GPB\252\002\036Google.Protobuf.WellKnownTy"
65  "pesb\006proto3"
66  ;
67 static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_deps[1] = {
68 };
69 static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_sccs[1] = {
71 };
74 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto = {
75  &descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_initialized, descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto, "google/protobuf/source_context.proto", 251,
79 };
80 
81 // Force running AddDescriptors() at dynamic initialization time.
83 PROTOBUF_NAMESPACE_OPEN
84 
85 // ===================================================================
86 
88 }
90  public:
91 };
92 
94  : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
95  SharedCtor();
96  // @@protoc_insertion_point(constructor:google.protobuf.SourceContext)
97 }
99  : ::PROTOBUF_NAMESPACE_ID::Message(),
100  _internal_metadata_(nullptr) {
103  if (!from.file_name().empty()) {
105  }
106  // @@protoc_insertion_point(copy_constructor:google.protobuf.SourceContext)
107 }
108 
112 }
113 
115  // @@protoc_insertion_point(destructor:google.protobuf.SourceContext)
116  SharedDtor();
117 }
118 
121 }
122 
124  _cached_size_.Set(size);
125 }
128  return *internal_default_instance();
129 }
130 
131 
133 // @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
134  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
135  // Prevent compiler warnings about cached_has_bits being unused
136  (void) cached_has_bits;
137 
139  _internal_metadata_.Clear();
140 }
141 
142 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
143 const char* SourceContext::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
144 #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
145  while (!ctx->Done(&ptr)) {
148  CHK_(ptr);
149  switch (tag >> 3) {
150  // string file_name = 1;
151  case 1:
152  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
153  ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8(mutable_file_name(), ptr, ctx, "google.protobuf.SourceContext.file_name");
154  CHK_(ptr);
155  } else goto handle_unusual;
156  continue;
157  default: {
158  handle_unusual:
159  if ((tag & 7) == 4 || tag == 0) {
160  ctx->SetLastTag(tag);
161  goto success;
162  }
163  ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
164  CHK_(ptr != nullptr);
165  continue;
166  }
167  } // switch
168  } // while
169 success:
170  return ptr;
171 failure:
172  ptr = nullptr;
173  goto success;
174 #undef CHK_
175 }
176 #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
178  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) {
179 #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
181  // @@protoc_insertion_point(parse_start:google.protobuf.SourceContext)
182  for (;;) {
183  ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
184  tag = p.first;
185  if (!p.second) goto handle_unusual;
186  switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) {
187  // string file_name = 1;
188  case 1: {
189  if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) {
190  DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString(
191  input, this->mutable_file_name()));
192  DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
193  this->file_name().data(), static_cast<int>(this->file_name().length()),
194  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE,
195  "google.protobuf.SourceContext.file_name"));
196  } else {
197  goto handle_unusual;
198  }
199  break;
200  }
201 
202  default: {
203  handle_unusual:
204  if (tag == 0) {
205  goto success;
206  }
208  input, tag, _internal_metadata_.mutable_unknown_fields()));
209  break;
210  }
211  }
212  }
213 success:
214  // @@protoc_insertion_point(parse_success:google.protobuf.SourceContext)
215  return true;
216 failure:
217  // @@protoc_insertion_point(parse_failure:google.protobuf.SourceContext)
218  return false;
219 #undef DO_
220 }
221 #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
222 
224  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const {
225  // @@protoc_insertion_point(serialize_start:google.protobuf.SourceContext)
226  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
227  (void) cached_has_bits;
228 
229  // string file_name = 1;
230  if (this->file_name().size() > 0) {
231  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
232  this->file_name().data(), static_cast<int>(this->file_name().length()),
233  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
234  "google.protobuf.SourceContext.file_name");
235  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased(
236  1, this->file_name(), output);
237  }
238 
239  if (_internal_metadata_.have_unknown_fields()) {
240  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
241  _internal_metadata_.unknown_fields(), output);
242  }
243  // @@protoc_insertion_point(serialize_end:google.protobuf.SourceContext)
244 }
245 
248  // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.SourceContext)
249  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
250  (void) cached_has_bits;
251 
252  // string file_name = 1;
253  if (this->file_name().size() > 0) {
254  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
255  this->file_name().data(), static_cast<int>(this->file_name().length()),
256  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
257  "google.protobuf.SourceContext.file_name");
258  target =
259  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray(
260  1, this->file_name(), target);
261  }
262 
263  if (_internal_metadata_.have_unknown_fields()) {
264  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
265  _internal_metadata_.unknown_fields(), target);
266  }
267  // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.SourceContext)
268  return target;
269 }
270 
272 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.SourceContext)
273  size_t total_size = 0;
274 
275  if (_internal_metadata_.have_unknown_fields()) {
276  total_size +=
277  ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize(
278  _internal_metadata_.unknown_fields());
279  }
280  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
281  // Prevent compiler warnings about cached_has_bits being unused
282  (void) cached_has_bits;
283 
284  // string file_name = 1;
285  if (this->file_name().size() > 0) {
286  total_size += 1 +
287  ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
288  this->file_name());
289  }
290 
291  int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
292  SetCachedSize(cached_size);
293  return total_size;
294 }
295 
296 void SourceContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
297 // @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.SourceContext)
298  GOOGLE_DCHECK_NE(&from, this);
299  const SourceContext* source =
300  ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<SourceContext>(
301  &from);
302  if (source == nullptr) {
303  // @@protoc_insertion_point(generalized_merge_from_cast_fail:google.protobuf.SourceContext)
305  } else {
306  // @@protoc_insertion_point(generalized_merge_from_cast_success:google.protobuf.SourceContext)
307  MergeFrom(*source);
308  }
309 }
310 
312 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.SourceContext)
313  GOOGLE_DCHECK_NE(&from, this);
315  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
316  (void) cached_has_bits;
317 
318  if (from.file_name().size() > 0) {
319 
321  }
322 }
323 
324 void SourceContext::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
325 // @@protoc_insertion_point(generalized_copy_from_start:google.protobuf.SourceContext)
326  if (&from == this) return;
327  Clear();
328  MergeFrom(from);
329 }
330 
332 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.SourceContext)
333  if (&from == this) return;
334  Clear();
335  MergeFrom(from);
336 }
337 
339  return true;
340 }
341 
343  using std::swap;
347 }
348 
349 ::PROTOBUF_NAMESPACE_ID::Metadata SourceContext::GetMetadata() const {
350  return GetMetadataStatic();
351 }
352 
353 
354 // @@protoc_insertion_point(namespace_scope)
355 PROTOBUF_NAMESPACE_CLOSE
356 PROTOBUF_NAMESPACE_OPEN
358  return Arena::CreateInternal< PROTOBUF_NAMESPACE_ID::SourceContext >(arena);
359 }
360 PROTOBUF_NAMESPACE_CLOSE
361 
362 // @@protoc_insertion_point(global_scope)
363 #include <google/protobuf/port_undef.inc>
reflection_ops.h
SourceContext::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: source_context.pb.h:201
SourceContext::InternalSwap
void InternalSwap(SourceContext *other)
Definition: source_context.pb.cc:342
SourceContext
Definition: source_context.pb.h:69
google::protobuf.internal.decoder.SkipField
def SkipField
Definition: decoder.py:1016
SourceContext::ByteSizeLong
size_t ByteSizeLong() const final
Definition: source_context.pb.cc:271
wire_format_lite.h
scc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto
PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: source_context.pb.cc:35
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_initialized
static bool descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_initialized
Definition: source_context.pb.cc:73
length
GLenum GLuint GLenum GLsizei length
Definition: glcorearb.h:2695
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
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: source_context.pb.cc:54
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
SourceContext::mutable_file_name
std::string * mutable_file_name()
Definition: source_context.pb.h:246
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: source_context.pb.cc:357
google::protobuf.internal::InitSCC
void InitSCC(SCCInfoBase *scc)
Definition: generated_message_util.h:217
generated_message_reflection.h
SourceContext::SourceContext
SourceContext()
Definition: source_context.pb.cc:93
target
GLenum target
Definition: glcorearb.h:3739
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: python_message.py:1197
SourceContext::file_name_
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr file_name_
Definition: source_context.pb.h:200
SourceContext::file_name
const std::string & file_name() const
Definition: source_context.pb.h:219
SourceContext::internal_default_instance
static const SourceContext * internal_default_instance()
Definition: source_context.pb.h:106
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: php/ext/google/protobuf/protobuf.h:632
SourceContext::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: source_context.pb.cc:132
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
SourceContext::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: source_context.pb.cc:324
SourceContext::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: source_context.pb.cc:296
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: source_context.pb.cc:39
SourceContext::InitAsDefaultInstance
static void InitAsDefaultInstance()
Definition: source_context.pb.cc:87
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
InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto
static PROTOBUF_NAMESPACE_CLOSE void InitDefaultsscc_info_SourceContext_google_2fprotobuf_2fsource_5fcontext_2eproto()
Definition: source_context.pb.cc:24
coded_stream.h
SourceContext::SetCachedSize
void SetCachedSize(int size) const final
Definition: source_context.pb.cc:123
google::protobuf.internal.decoder.ReadTag
def ReadTag(buffer, pos)
Definition: decoder.py:174
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
SourceContext::SerializeWithCachedSizes
void SerializeWithCachedSizes(::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
Definition: source_context.pb.cc:223
std::swap
void swap(Json::Value &a, Json::Value &b)
Specialize std::swap() for Json::Value.
Definition: json.h:1226
SourceContext::_Internal
Definition: source_context.pb.cc:89
SourceContext
struct SourceContext SourceContext
Definition: php/ext/google/protobuf/protobuf.h:659
TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: source_context.pb.h:54
source
GLsizei GLsizei GLchar * source
Definition: glcorearb.h:3072
SourceContext::InternalSerializeWithCachedSizesToArray
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray(::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
Definition: source_context.pb.cc:246
google::protobuf::python::message_meta::AddDescriptors
static int AddDescriptors(PyObject *cls, const Descriptor *descriptor)
Definition: python/google/protobuf/pyext/message.cc:123
SourceContext::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: source_context.pb.cc:349
void
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: source_context.pb.cc:82
source_context.pb.h
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto
Definition: source_context.pb.cc:74
google::protobuf.internal::ToCachedSize
int ToCachedSize(size_t size)
Definition: message_lite.h:89
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once
Definition: source_context.pb.cc:72
common.h
DO_
#define DO_(EXPRESSION)
SourceContext::default_instance
static const SourceContext & default_instance()
Definition: source_context.pb.cc:126
size
GLsizeiptr size
Definition: glcorearb.h:2943
SourceContext::GetMetadataStatic
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic()
Definition: source_context.pb.h:170
SourceContext::SharedCtor
void SharedCtor()
Definition: source_context.pb.cc:109
file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto
::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto[1]
Definition: source_context.pb.cc:38
SourceContext::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: source_context.pb.h:197
wire_format.h
SourceContext::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
Definition: source_context.pb.cc:177
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:152
descriptor.h
SourceContext::SharedDtor
void SharedDtor()
Definition: source_context.pb.cc:119
SourceContextDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< SourceContext > _instance
Definition: source_context.pb.cc:21
_SourceContext_default_instance_
PROTOBUF_NAMESPACE_OPEN class SourceContextDefaultTypeInternal _SourceContext_default_instance_
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
data
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition: glcorearb.h:2879
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_sccs
::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_sccs[1]
Definition: source_context.pb.cc:69
SourceContext::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: source_context.pb.h:160
descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_deps
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_deps[1]
Definition: source_context.pb.cc:67
output
const upb_json_parsermethod const upb_symtab upb_sink * output
Definition: ruby/ext/google/protobuf_c/upb.h:10503
SourceContextDefaultTypeInternal
Definition: source_context.pb.cc:19
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: source_context.pb.cc:40
SourceContext::IsInitialized
bool IsInitialized() const final
Definition: source_context.pb.cc:338
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
SourceContext::~SourceContext
virtual ~SourceContext()
Definition: source_context.pb.cc:114


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