HomeSort by relevance Sort by last modified time
    Searched refs:CStreamBinder (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 13 CStreamBinder *_binder;
18 CBinderInStream(CStreamBinder *binder): _binder(binder) {}
28 CStreamBinder *_binder;
33 CBinderOutStream(CStreamBinder *binder): _binder(binder) {}
41 WRes CStreamBinder::CreateEvents()
48 void CStreamBinder::ReInit()
65 void CStreamBinder::CreateStreams(ISequentialInStream **inStream, ISequentialOutStream **outStream)
87 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
119 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)
StreamBinder.h 22 class CStreamBinder
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 416 CObjectVector<CStreamBinder> _streamBinders;
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp     [all...]

Completed in 682 milliseconds