Home
last modified time | relevance | path

Searched refs:source_code_info (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorProto.php81 protected $source_code_info = null; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
415 return isset($this->source_code_info) ? $this->source_code_info : null;
420 return isset($this->source_code_info);
425 unset($this->source_code_info);
441 $this->source_code_info = $var;
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h236 SourceCodeInfo* source_code_info);
287 void Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info);
Dparser.cc415 SourceCodeInfo* source_code_info) { in LocationRecorder() argument
416 Init(parent, source_code_info); in LocationRecorder()
434 SourceCodeInfo* source_code_info) { in Init() argument
436 source_code_info_ = source_code_info; in Init()
625 SourceCodeInfo source_code_info; in Parse() local
626 source_code_info_ = &source_code_info; in Parse()
676 source_code_info.Swap(file->mutable_source_code_info()); in Parse()
Dmock_code_generator.cc205 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
Dparser_unittest.cc2567 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h843 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info() const;
846 void set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
852 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
7217 inline const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& FileDescriptorProto::source_code_info() const { in source_code_info() function
7222 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) { in unsafe_arena_set_allocated_source_code_info() argument
7226 source_code_info_ = source_code_info; in unsafe_arena_set_allocated_source_code_info()
7227 if (source_code_info) { in unsafe_arena_set_allocated_source_code_info()
7262 …torProto::set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) { in set_allocated_source_code_info() argument
7267 if (source_code_info) { in set_allocated_source_code_info()
7269 ::PROTOBUF_NAMESPACE_ID::Arena::GetArena(source_code_info); in set_allocated_source_code_info()
[all …]
Ddescriptor.proto86 optional SourceCodeInfo source_code_info = 9; field
Ddescriptor.pb.cc1601 …static const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info(const FileDescriptorProto* ms…
1615 FileDescriptorProto::_Internal::source_code_info(const FileDescriptorProto* msg) { in source_code_info() function in FileDescriptorProto::_Internal
2002 9, _Internal::source_code_info(this), target, stream); in _InternalSerialize()
Ddescriptor_unittest.cc7780 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
Ddescriptor.cc4354 info->CopyFrom(proto.source_code_info()); in BuildFileImpl()
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9; field