Home
last modified time | relevance | path

Searched refs:source_code_info (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptorProto.php79 * Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo source_code_info = 9;</code>
81 protected $source_code_info = null; variable
113 * @type \Google\Protobuf\Internal\SourceCodeInfo $source_code_info
410 * Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo source_code_info = 9;</code>
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);
434 * Generated from protobuf field <code>optional .google.protobuf.SourceCodeInfo source_code_info = 9;</code>
441 $this->source_code_info variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h236 SourceCodeInfo* source_code_info);
287 void Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info);
554 // This is semi-obsolete: FileDescriptorProto.source_code_info now contains
H A Dparser.cc415 SourceCodeInfo* source_code_info) { in LocationRecorder()
416 Init(parent, source_code_info); in LocationRecorder()
434 SourceCodeInfo* source_code_info) { in Init()
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()
413 LocationRecorder(const LocationRecorder& parent, int path1, SourceCodeInfo* source_code_info) LocationRecorder() argument
433 Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info) Init() argument
H A Dmock_code_generator.cc205 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
H A Dparser_unittest.cc2552 // recorded correctly in FileDescriptorProto.source_code_info.location.
2567 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h837 // optional .google.protobuf.SourceCodeInfo source_code_info = 9;
843 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);
7199 // optional .google.protobuf.SourceCodeInfo source_code_info = 9;
7217 inline const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& FileDescriptorProto::source_code_info() const { in source_code_info() function in FileDescriptorProto
7218 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.source_code_info) in source_code_info()
7222 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) { in unsafe_arena_set_allocated_source_code_info()
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()
7221 unsafe_arena_set_allocated_source_code_info( PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) unsafe_arena_set_allocated_source_code_info() argument
7262 set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) set_allocated_source_code_info() argument
[all...]
H A Ddescriptor.pb.cc1025 "Options\0229\n\020source_code_info\030\t \001(\0132\037.goog"
1601 static const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info(const FileDescriptorProto* msg);
1615 FileDescriptorProto::_Internal::source_code_info(const FileDescriptorProto* msg) { in source_code_info() function in FileDescriptorProto::_Internal
1849 // optional .google.protobuf.SourceCodeInfo source_code_info = 9; in _InternalParse()
1997 // optional .google.protobuf.SourceCodeInfo source_code_info = 9; in _InternalSerialize()
2002 9, _Internal::source_code_info(this), target, stream); in _InternalSerialize()
2127 // optional .google.protobuf.SourceCodeInfo source_code_info = 9; in ByteSizeLong()
H A Ddescriptor.cc4354 info->CopyFrom(proto.source_code_info()); in BuildFileImpl()
H A Ddescriptor_unittest.cc7780 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()

Completed in 66 milliseconds