Home | History | Annotate | Download | only in cmd

Lines Matching defs:proto

28 #include "format/proto/ProtoDeserialize.h"
79 static bool DumpXmlFile(IAaptContext* context, io::IFile* file, bool proto,
82 if (proto) {
92 context->GetDiagnostics()->Error(DiagMessage() << "failed to parse file as proto XML");
99 context->GetDiagnostics()->Error(DiagMessage() << "failed to deserialize proto XML");
102 printer->Println("Proto XML");
134 bool proto = false;
136 proto = true;
170 if (proto) {
171 printer.Println("Proto APK");
186 return DumpXmlFile(context, file, proto, &printer);
215 << "failed to parse proto table: " << entry->GetError());
237 DiagMessage(file_path) << "failed to parse compiled proto file: " << entry->GetError());