| 2425 | } |
| 2426 | |
| 2427 | TypedArray<ExportReport> ImportExporterReport::get_failed() const { |
| 2428 | return vector_to_typed_array(failed); |
| 2429 | } |
| 2430 | |
| 2431 | TypedArray<ExportReport> ImportExporterReport::get_not_converted() const { |
| 2432 | return vector_to_typed_array(not_converted); |