Home
last modified time | relevance | path

Searched refs:kAllDiagnostics (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Ddiagnostics.h60 extern const std::map<std::string, DiagnosticOption> kAllDiagnostics;
Ddiagnostics.cpp29 const std::map<std::string, DiagnosticOption> kAllDiagnostics = { variable
84 auto it = kAllDiagnostics.find(w); in Suppress()
85 if (it == kAllDiagnostics.end()) { in Suppress()
Doptions.cpp712 if (kAllDiagnostics.count(name) == 0) { in Parse()
724 for (const auto& [_, d] : kAllDiagnostics) { in GetDiagnosticMapping()