Home
last modified time | relevance | path

Searched refs:source_code_info_ (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc339 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()
Dparser.h507 SourceCodeInfo* source_code_info_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h507 ::google::protobuf::SourceCodeInfo* source_code_info_;
4077 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in clear_source_code_info()
4082 return source_code_info_ != NULL ? *source_code_info_ : *default_instance_->source_code_info_; in source_code_info()
4086 if (source_code_info_ == NULL) { in mutable_source_code_info()
4087 source_code_info_ = new ::google::protobuf::SourceCodeInfo; in mutable_source_code_info()
4090 return source_code_info_; in mutable_source_code_info()
4095 ::google::protobuf::SourceCodeInfo* temp = source_code_info_; in release_source_code_info()
4096 source_code_info_ = NULL; in release_source_code_info()
4100 delete source_code_info_; in set_allocated_source_code_info() local
4101 source_code_info_ = source_code_info; in set_allocated_source_code_info()
Ddescriptor.pb.cc139 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileDescriptorProto, source_code_info_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
1183source_code_info_ = const_cast< ::google::protobuf::SourceCodeInfo*>(&::google::protobuf::SourceCo… in InitAsDefaultInstance()
1200 source_code_info_ = NULL; in SharedCtor()
1216 delete source_code_info_; in SharedDtor()
1260 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in Clear()
1575 9, *this->source_code_info_, output); in SerializeWithCachedSizes()
1681 9, *this->source_code_info_, target); in SerializeWithCachedSizesToArray()
1747 *this->source_code_info_); in ByteSize()
1921 std::swap(source_code_info_, other->source_code_info_); in InternalSwap()
2337 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCodeInfo::Clear(); in clear_source_code_info()
[all …]
Ddescriptor.cc1780 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()
2596 if (source_code_info_) { in GetSourceLocation()
2598 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
3576 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFile()
3862 result->source_code_info_ = info; in BuildFileImpl()
3864 result->source_code_info_ = &SourceCodeInfo::default_instance(); in BuildFileImpl()
Ddescriptor.h1312 const SourceCodeInfo* source_code_info_; variable