| 689 | } |
| 690 | |
| 691 | void CompressedVectorWriterImpl::flush() |
| 692 | { |
| 693 | for ( auto &bytestream : bytestreams_ ) |
| 694 | { |
| 695 | bytestream->registerFlushToOutput(); |
| 696 | } |
| 697 | } |
| 698 | |
| 699 | void CompressedVectorWriterImpl::checkImageFileOpen( const char *srcFileName, int srcLineNumber, |
| 700 | const char *srcFunctionName ) const |
no test coverage detected