Lines Matching refs:OutputFormat
247 bool keep_raw_values, bool utf16, OutputFormat format, in FlattenXml()
257 case OutputFormat::kApk: { in FlattenXml()
272 case OutputFormat::kProto: { in FlattenXml()
305 OutputFormat output_format = OutputFormat::kApk;
510 ResourceFile::Type XmlFileTypeForOutputFormat(OutputFormat format) { in XmlFileTypeForOutputFormat()
512 case OutputFormat::kApk: in XmlFileTypeForOutputFormat()
514 case OutputFormat::kProto: in XmlFileTypeForOutputFormat()
1189 bool FlattenTable(ResourceTable* table, OutputFormat format, IArchiveWriter* writer) { in FlattenTable()
1192 case OutputFormat::kApk: { in FlattenTable()
1206 case OutputFormat::kProto: { in FlattenTable()
2461 options_.output_format = OutputFormat::kProto; in Action()
2463 options_.output_format = OutputFormat::kProto; in Action()