Searched refs:SourceStream (Results 1 – 2 of 2) sorted by relevance
260 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local262 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources()
1389 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local1415 SourceStream = File.createIndexedStream(Index); in exportStream()1417 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()1420 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()