Home
last modified time | relevance | path

Searched refs:notes_ (Results 1 – 4 of 4) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Dvendor_info.cc24 VendorInfo::VendorInfo() : manufacturer_(""), model_(""), notes_("") {} in VendorInfo()
47 vendor_info->notes_ = notes; in FromData()
68 const string& VendorInfo::GetNotes() const { return notes_; } in GetNotes()
86 if (!notes_.empty()) { in Serialize()
87 serializer->WriteProperty(DynamicDepthConst::VendorInfo(), kNotes, notes_); in Serialize()
102 deserializer.ParseString(DynamicDepthConst::VendorInfo(), kNotes, &notes_); in ParseFields()
/external/llvm-project/flang/lib/Frontend/
DTextDiagnosticBuffer.cpp33 all_.emplace_back(level, notes_.size()); in HandleDiagnostic()
34 notes_.emplace_back(info.getLocation(), std::string(buf.str())); in HandleDiagnostic()
60 Diag << notes_[i.second].second; in FlushDiagnostics()
/external/llvm-project/flang/include/flang/Frontend/
DTextDiagnosticBuffer.h34 DiagList errors_, warnings_, remarks_, notes_;
/external/dynamic_depth/includes/dynamic_depth/
Dvendor_info.h69 string notes_; // The notes. variable