Searched refs:source_code_info (Results 1 – 9 of 9) sorted by relevance
143 file_descriptor_proto.source_code_info().location_size() > 0; in Generate()
425 SourceCodeInfo source_code_info; in Parse() local426 source_code_info_ = &source_code_info; in Parse()465 source_code_info.Swap(file->mutable_source_code_info()); in Parse()
1662 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
417 inline const ::google::protobuf::SourceCodeInfo& source_code_info() const;420 inline void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info);3361 inline const ::google::protobuf::SourceCodeInfo& FileDescriptorProto::source_code_info() const { in source_code_info() function3377 …riptorProto::set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info) { in set_allocated_source_code_info() argument3379 source_code_info_ = source_code_info; in set_allocated_source_code_info()3380 if (source_code_info) { in set_allocated_source_code_info()
1371 9, this->source_code_info(), output); in SerializeWithCachedSizes()1467 9, this->source_code_info(), target); in SerializeWithCachedSizesToArray()1521 this->source_code_info()); in ByteSize()1629 …mutable_source_code_info()->::google::protobuf::SourceCodeInfo::MergeFrom(from.source_code_info()); in MergeFrom()
80 optional SourceCodeInfo source_code_info = 9; field
5483 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
3352 info->CopyFrom(proto.source_code_info()); in BuildFile()