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.cc402 source_code_info_(parser->source_code_info_), in LocationRecorder()
403 location_(parser_->source_code_info_->add_location()) { in LocationRecorder()
409 Init(parent, parent.source_code_info_); in LocationRecorder()
421 Init(parent, parent.source_code_info_); in LocationRecorder()
427 Init(parent, parent.source_code_info_); in LocationRecorder()
435 source_code_info_ = source_code_info; in Init()
437 location_ = source_code_info_->add_location(); in Init()
625 source_code_info_ = &source_code_info; in Parse()
673 source_code_info_ = NULL; in Parse()
1648 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
Dparser.h284 SourceCodeInfo* source_code_info_; variable
528 SourceCodeInfo* source_code_info_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc593 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FileDescriptorProto, source_code_info_),
1667 …ID::_FileDescriptorProto_default_instance_._instance.get_mutable()->source_code_info_ = const_cast… in InitAsDefaultInstance()
1698 return *msg->source_code_info_; in source_code_info()
1716 delete source_code_info_; in unsafe_arena_set_allocated_source_code_info()
1718 source_code_info_ = source_code_info; in unsafe_arena_set_allocated_source_code_info()
1778 source_code_info_ = new PROTOBUF_NAMESPACE_ID::SourceCodeInfo(*from.source_code_info_); in FileDescriptorProto()
1780 source_code_info_ = nullptr; in FileDescriptorProto()
1791 reinterpret_cast<char*>(&source_code_info_) - in SharedCtor()
1792 reinterpret_cast<char*>(&options_)) + sizeof(source_code_info_)); in SharedCtor()
1806 if (this != internal_default_instance()) delete source_code_info_; in SharedDtor()
[all …]
Ddescriptor.cc2061 if (source_code_info_ && in CopySourceCodeInfoTo()
2062 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()
2063 proto->mutable_source_code_info()->CopyFrom(*source_code_info_); in CopySourceCodeInfoTo()
2956 if (source_code_info_) { in GetSourceLocation()
2958 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
3987 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFileWithMutexHeld()
4296 result->source_code_info_ = info; in BuildFileImpl()
4298 result->source_code_info_ = &SourceCodeInfo::default_instance(); in BuildFileImpl()
Ddescriptor.pb.h843 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info_; variable
7038 if (source_code_info_ != nullptr) source_code_info_->Clear(); in clear_source_code_info()
7042 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo* p = source_code_info_; in source_code_info()
7050 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; in release_source_code_info()
7054 source_code_info_ = nullptr; in release_source_code_info()
7060 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; in unsafe_arena_release_source_code_info()
7061 source_code_info_ = nullptr; in unsafe_arena_release_source_code_info()
7066 if (source_code_info_ == nullptr) { in mutable_source_code_info()
7068 source_code_info_ = p; in mutable_source_code_info()
7071 return source_code_info_; in mutable_source_code_info()
[all …]
Ddescriptor.h1492 const SourceCodeInfo* source_code_info_; variable