Searched refs:SourceStream (Results 1 – 2 of 2) sorted by relevance
253 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local255 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources()
1363 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local1389 SourceStream = File.createIndexedStream(Index); in exportStream()1391 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()1394 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()