Searched refs:SourceStream (Results 1 – 2 of 2) sorted by relevance
265 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local267 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources()
1387 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local1413 SourceStream = File.createIndexedStream(Index); in exportStream()1415 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()1418 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()