Lines Matching refs:OutputFormat
216 OutputFormat format, IArchiveWriter* writer) { in FlattenXml()
225 case OutputFormat::kApk: { in FlattenXml()
240 case OutputFormat::kProto: { in FlattenXml()
272 OutputFormat output_format = OutputFormat::kApk;
480 ResourceFile::Type XmlFileTypeForOutputFormat(OutputFormat format) { in XmlFileTypeForOutputFormat()
482 case OutputFormat::kApk: in XmlFileTypeForOutputFormat()
484 case OutputFormat::kProto: in XmlFileTypeForOutputFormat()
1050 bool FlattenTable(ResourceTable* table, OutputFormat format, IArchiveWriter* writer) { in FlattenTable()
1053 case OutputFormat::kApk: { in FlattenTable()
1066 case OutputFormat::kProto: { in FlattenTable()
2126 options_.output_format = OutputFormat::kProto; in Action()
2128 options_.output_format = OutputFormat::kProto; in Action()