Home
last modified time | relevance | path

Searched refs:SetStream (Results 1 - 25 of 32) sorted by relevance

12

/third_party/lzma/CPP/7zip/Common/
H A DLimitedStreams.h22 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
47 void SetStream(IInStream *stream) { _stream = stream; }
135 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
181 void SetStream(IInStream *stream) { _stream = stream; }
H A DOutBuffer.h43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function in COutBuffer
H A DInBuffer.h53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function in CInBufferBase
H A DStreamObjects.h117 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
H A DLimitedStreams.cpp81 streamSpec->SetStream(inStream); in CreateLimitedInStream()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h28 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
54 void SetStream(IInStream *stream) { _stream = stream; }
H A DDummyOutStream.h17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
H A DOutStreamWithCRC.h21 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
H A DCoderMixer2.h39 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
59 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
H A DCoderMixer2.cpp465 spec->SetStream(seqInStream); in GetInStream()
570 spec->SetStream(seqOutStream); in GetOutStream()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs9 void SetStream(System.IO.Stream inStream); in SetStream() method
H A DLzBinTree.cs51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
H A DLzInWindow.cs81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
/third_party/lzma/CS/7zip/Common/
H A DOutBuffer.cs19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() method in SevenZip.Buffer.OutBuffer
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() method in OutWindow
H A DInWindow.java81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() method in InWindow
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java17 public final void SetStream(java.io.InputStream stream) in SetStream() method in Decoder
H A DEncoder.java21 public void SetStream(java.io.OutputStream stream) in SetStream() method in Encoder
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java204 m_RangeDecoder.SetStream(inStream); in Code()
205 m_OutWindow.SetStream(outStream); in Code()
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder
/third_party/python/Lib/msilib/
H A D__init__.py117 r.SetStream(i+1, field.name)
132 r.SetStream(1, path)
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h36 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp571 streamSpec->SetStream(packStream);
H A D7zEncode.cpp477 outStreamSizeCountSpec->SetStream(mtOutStreamNotify ? (ISequentialOutStream *)mtOutStreamNotify : outStream); in Encode1()
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp470 outStreamSpec->SetStream(realOutStream);

Completed in 15 milliseconds

12