Searched refs:source_code_info_ (Results 1 – 6 of 6) sorted by relevance
507 SourceCodeInfo* source_code_info_; variable
339 location_(parser_->source_code_info_->add_location()) { in LocationRecorder()363 location_ = parser_->source_code_info_->add_location(); in Init()526 source_code_info_ = &source_code_info; in Parse()573 source_code_info_ = NULL; in Parse()
516 ::google::protobuf::SourceCodeInfo* source_code_info_;4285 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in clear_source_code_info()4290 return source_code_info_ != NULL ? *source_code_info_ : *default_instance_->source_code_info_; in source_code_info()4294 if (source_code_info_ == NULL) { in mutable_source_code_info()4295 source_code_info_ = new ::google::protobuf::SourceCodeInfo; in mutable_source_code_info()4298 return source_code_info_; in mutable_source_code_info()4303 ::google::protobuf::SourceCodeInfo* temp = source_code_info_; in release_source_code_info()4304 source_code_info_ = NULL; in release_source_code_info()4308 delete source_code_info_; in set_allocated_source_code_info() local4309 source_code_info_ = source_code_info; in set_allocated_source_code_info()
143 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, source_code_info_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()1209 …source_code_info_ = const_cast< ::google::protobuf::SourceCodeInfo*>(&::google::protobuf::SourceCo… in InitAsDefaultInstance()1226 source_code_info_ = NULL; in SharedCtor()1242 delete source_code_info_; in SharedDtor()1286 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in Clear()1601 9, *this->source_code_info_, output); in SerializeWithCachedSizes()1707 9, *this->source_code_info_, false, target); in InternalSerializeWithCachedSizesToArray()1773 *this->source_code_info_); in ByteSize()1951 std::swap(source_code_info_, other->source_code_info_); in InternalSwap()2367 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in clear_source_code_info()[all …]
1780 if (source_code_info_ && in CopySourceCodeInfoTo()1781 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()1782 proto->mutable_source_code_info()->CopyFrom(*source_code_info_); in CopySourceCodeInfoTo()2602 if (source_code_info_) { in GetSourceLocation()2604 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()3582 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFile()3868 result->source_code_info_ = info; in BuildFileImpl()3870 result->source_code_info_ = &SourceCodeInfo::default_instance(); in BuildFileImpl()
1318 const SourceCodeInfo* source_code_info_; variable