| 86 | } |
| 87 | |
| 88 | WriterVersion getWriterVersionImpl(const FileContents* contents) { |
| 89 | if (!contents->postscript->has_writer_version()) { |
| 90 | return WriterVersion_ORIGINAL; |
| 91 | } |
| 92 | return static_cast<WriterVersion>(contents->postscript->writer_version()); |
| 93 | } |
| 94 | |
| 95 | void ColumnSelector::selectChildren(std::vector<bool>& selectedColumns, const Type& type) { |
| 96 | return selectChildren(selectedColumns, type, EMPTY_IDREADINTENTMAP()); |
no outgoing calls
no test coverage detected