Lines Matching refs:_stream
17 CMyComPtr<ISequentialInStream> _stream;
22 void SetStream(ISequentialInStream *stream) { _stream = stream; }
23 void ReleaseStream() { _stream.Release(); }
39 CMyComPtr<IInStream> _stream;
45 HRESULT SeekToPhys() { return InStream_SeekSet(_stream, _physPos); }
47 void SetStream(IInStream *stream) { _stream = stream; }
130 CMyComPtr<ISequentialOutStream> _stream;
135 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
136 void ReleaseStream() { _stream.Release(); }
167 CMyComPtr<IInStream> _stream;
177 HRESULT SeekToPhys() { return InStream_SeekSet(_stream, _physPos); }
181 void SetStream(IInStream *stream) { _stream = stream; }