| /third_party/lzma/CPP/7zip/Common/ |
| D | LimitedStreams.h | 20 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 49 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function 155 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function 209 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
|
| D | OutBuffer.h | 43 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| D | InBuffer.h | 53 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
| D | StreamObjects.h | 132 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| D | LimitedStreams.cpp | 81 streamSpec->SetStream(inStream); in CreateLimitedInStream()
|
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| D | InStreamWithCRC.h | 26 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 54 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function
|
| D | DummyOutStream.h | 17 void SetStream(ISequentialOutStream *outStream) { _stream = outStream; } in SetStream() function
|
| D | OutStreamWithCRC.h | 23 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| D | CoderMixer2.h | 44 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 69 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| D | CoderMixer2.cpp | 467 spec->SetStream(seqInStream); in GetInStream() 572 spec->SetStream(seqOutStream); in GetOutStream()
|
| /third_party/lzma/CS/7zip/Compress/LZ/ |
| D | IMatchFinder.cs | 9 void SetStream(System.IO.Stream inStream); in SetStream() method
|
| D | LzBinTree.cs | 51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
|
| D | LzInWindow.cs | 81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
|
| /third_party/lzma/CS/7zip/Common/ |
| D | OutBuffer.cs | 19 public void SetStream(System.IO.Stream stream) { m_Stream = stream; } in SetStream() method in SevenZip.Buffer.OutBuffer
|
| /third_party/lzma/Java/SevenZip/Compression/LZ/ |
| D | OutWindow.java | 24 public void SetStream(java.io.OutputStream stream) throws IOException in SetStream() method in OutWindow
|
| D | InWindow.java | 81 public void SetStream(java.io.InputStream stream) { _stream = stream; } in SetStream() method in InWindow
|
| /third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
| D | Decoder.java | 17 public final void SetStream(java.io.InputStream stream) in SetStream() method in Decoder
|
| D | Encoder.java | 21 public void SetStream(java.io.OutputStream stream) in SetStream() method in Encoder
|
| /third_party/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Decoder.java | 204 m_RangeDecoder.SetStream(inStream); in Code() 205 m_OutWindow.SetStream(outStream); in Code()
|
| /third_party/lzma/CS/7zip/Compress/RangeCoder/ |
| D | RangeCoder.cs | 18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder
|
| /third_party/python/Lib/msilib/ |
| D | __init__.py | 114 r.SetStream(i+1, field.name) 129 r.SetStream(1, path)
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveExtractCallback.h | 38 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| D | 7zDecode.cpp | 555 streamSpec->SetStream(packStream); in Decode()
|
| D | 7zEncode.cpp | 449 …outStreamSizeCountSpec->SetStream(mtOutStreamNotify ? (ISequentialOutStream *)mtOutStreamNotify : … in Encode()
|
| /third_party/lzma/CPP/7zip/Archive/ |
| D | LzmaHandler.cpp | 483 outStreamSpec->SetStream(realOutStream); in Extract()
|