Searched refs:source_code_info (Results 1 – 13 of 13) sorted by relevance
81 protected $source_code_info = null; variable in Google\\Protobuf\\Internal\\FileDescriptorProto415 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;
236 SourceCodeInfo* source_code_info);287 void Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info);
415 SourceCodeInfo* source_code_info) { in LocationRecorder() argument416 Init(parent, source_code_info); in LocationRecorder()434 SourceCodeInfo* source_code_info) { in Init() argument436 source_code_info_ = source_code_info; in Init()625 SourceCodeInfo source_code_info; in Parse() local626 source_code_info_ = &source_code_info; in Parse()676 source_code_info.Swap(file->mutable_source_code_info()); in Parse()
205 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
2567 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
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);7217 inline const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& FileDescriptorProto::source_code_info() const { in source_code_info() function7222 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info) { in unsafe_arena_set_allocated_source_code_info() argument7226 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() argument7267 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 …]
86 optional SourceCodeInfo source_code_info = 9; field
1601 …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::_Internal2002 9, _Internal::source_code_info(this), target, stream); in _InternalSerialize()
7780 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
4354 info->CopyFrom(proto.source_code_info()); in BuildFileImpl()
80 optional SourceCodeInfo source_code_info = 9; field