Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc403 source_code_info_(parser->source_code_info_), in LocationRecorder()
404 location_(parser_->source_code_info_->add_location()) { in LocationRecorder()
410 Init(parent, parent.source_code_info_); in LocationRecorder()
422 Init(parent, parent.source_code_info_); in LocationRecorder()
428 Init(parent, parent.source_code_info_); in LocationRecorder()
436 source_code_info_ = source_code_info; in Init()
438 location_ = source_code_info_->add_location(); in Init()
626 source_code_info_ = &source_code_info; in Parse()
674 source_code_info_ = NULL; in Parse()
1681 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
Dparser.h284 SourceCodeInfo* source_code_info_; variable
529 SourceCodeInfo* source_code_info_; variable
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.cc591 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FileDescriptorProto, source_code_info_),
1585 …ID::_FileDescriptorProto_default_instance_._instance.get_mutable()->source_code_info_ = const_cast… in InitAsDefaultInstance()
1616 return *msg->source_code_info_; in source_code_info()
1663 source_code_info_ = new PROTOBUF_NAMESPACE_ID::SourceCodeInfo(*from.source_code_info_); in FileDescriptorProto()
1665 source_code_info_ = nullptr; in FileDescriptorProto()
1676 reinterpret_cast<char*>(&source_code_info_) - in SharedCtor()
1677 reinterpret_cast<char*>(&options_)) + sizeof(source_code_info_)); in SharedCtor()
1692 if (this != internal_default_instance()) delete source_code_info_; in SharedDtor()
1739 GOOGLE_DCHECK(source_code_info_ != nullptr); in Clear()
1740 source_code_info_->Clear(); in Clear()
[all …]
Ddescriptor.pb.h875 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info_; variable
7202 PROTOBUF_ASSUME(!value || source_code_info_ != nullptr); in _internal_has_source_code_info()
7209 if (source_code_info_ != nullptr) source_code_info_->Clear(); in clear_source_code_info()
7213 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo* p = source_code_info_; in _internal_source_code_info()
7224 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_code_info_); in unsafe_arena_set_allocated_source_code_info()
7226 source_code_info_ = source_code_info; in unsafe_arena_set_allocated_source_code_info()
7236 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; in release_source_code_info()
7237 source_code_info_ = nullptr; in release_source_code_info()
7246 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* temp = source_code_info_; in unsafe_arena_release_source_code_info()
7247 source_code_info_ = nullptr; in unsafe_arena_release_source_code_info()
[all …]
Ddescriptor.cc2081 if (source_code_info_ && in CopySourceCodeInfoTo()
2082 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()
2083 proto->mutable_source_code_info()->CopyFrom(*source_code_info_); in CopySourceCodeInfoTo()
2970 if (source_code_info_) { in GetSourceLocation()
2972 tables_->GetSourceLocation(path, source_code_info_)) { in GetSourceLocation()
4013 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFileWithMutexHeld()
4355 result->source_code_info_ = info; in BuildFileImpl()
4357 result->source_code_info_ = &SourceCodeInfo::default_instance(); in BuildFileImpl()
Ddescriptor.h1583 const SourceCodeInfo* source_code_info_; variable