Searched refs:notes_ (Results 1 – 4 of 4) sorted by relevance
/external/dynamic_depth/internal/dynamic_depth/ |
D | vendor_info.cc | 24 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, ¬es_); in ParseFields()
|
/external/llvm-project/flang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 33 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/ |
D | TextDiagnosticBuffer.h | 34 DiagList errors_, warnings_, remarks_, notes_;
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | vendor_info.h | 69 string notes_; // The notes. variable
|