Home | History | Annotate | Download | only in cmd

Lines Matching refs:GetDiagnostics

85       context->GetDiagnostics()->Error(DiagMessage() << "failed to open file");
92 context->GetDiagnostics()->Error(DiagMessage() << "failed to parse file as proto XML");
99 context->GetDiagnostics()->Error(DiagMessage() << "failed to deserialize proto XML");
106 context->GetDiagnostics()->Error(DiagMessage() << "failed to open file");
113 context->GetDiagnostics()->Error(DiagMessage() << "failed to parse file as binary XML");
140 context->GetDiagnostics()->Error(DiagMessage(file_path) << "failed to open resources.pb");
146 context->GetDiagnostics()->Error(DiagMessage(file_path) << "invalid resources.pb");
151 context->GetDiagnostics()->Error(DiagMessage(file_path)
158 context->GetDiagnostics()->Error(DiagMessage(file_path) << "failed to open resources.arsc");
162 BinaryResourceParser parser(context->GetDiagnostics(), &table, Source(file_path),
181 context->GetDiagnostics()->Error(DiagMessage(file_path)
193 context->GetDiagnostics()->Error(DiagMessage(file_path)
201 context->GetDiagnostics()->Error(DiagMessage(file_path)
214 context->GetDiagnostics()->Error(DiagMessage(file_path)
222 context->GetDiagnostics()->Error(DiagMessage(file_path)
236 context->GetDiagnostics()->Error(
244 context->GetDiagnostics()->Warn(DiagMessage(file_path)
266 IDiagnostics* GetDiagnostics() override {