| /external/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
|
| /external/lzma/CPP/7zip/Common/ |
| D | LimitedStreams.h | 20 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function 48 void SetStream(IInStream *stream) { _stream = stream; } in SetStream() function 147 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function 201 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 | 45 void SetStream(ISequentialInStream *stream) { _stream = stream; } in SetStream() function
|
| D | StreamObjects.h | 107 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|
| /external/lzma/CPP/7zip/Compress/ |
| D | RangeCoder.h | 26 void SetStream(ISequentialOutStream *stream) { Stream.SetStream(stream); } in SetStream() function 124 void SetStream(ISequentialInStream *stream) { Stream.SetStream(stream); } in SetStream() function
|
| /external/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
|
| /external/lzma/CS/7zip/Compress/LZ/ |
| D | IMatchFinder.cs | 9 void SetStream(System.IO.Stream inStream); in SetStream() method
|
| D | LzInWindow.cs | 81 public void SetStream(System.IO.Stream stream) { _stream = stream; } in SetStream() method in SevenZip.Compression.LZ.InWindow
|
| D | LzBinTree.cs | 51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); } in SetStream() method in SevenZip.Compression.LZ.BinTree
|
| /external/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
|
| /external/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
|
| /external/lzma/CS/7zip/Compress/RangeCoder/ |
| D | RangeCoder.cs | 18 public void SetStream(System.IO.Stream stream) in SetStream() method in SevenZip.Compression.RangeCoder.Encoder
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveExtractCallback.h | 36 void SetStream(ISequentialOutStream *stream) { _stream = stream; } in SetStream() function
|