Home
last modified time | relevance | path

Searched refs:COutBuffer (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DOutBuffer.cpp9 bool COutBuffer::Create(UInt32 bufSize) throw() in Create()
22 void COutBuffer::Free() throw() in Free()
28 void COutBuffer::Init() throw() in Init()
40 UInt64 COutBuffer::GetProcessedSize() const throw() in GetProcessedSize()
49 HRESULT COutBuffer::FlushPart() throw() in FlushPart()
86 HRESULT COutBuffer::Flush() throw() in Flush()
102 void COutBuffer::FlushWithCheck() in FlushWithCheck()
DOutBuffer.h17 class COutBuffer
36 COutBuffer(): _buf(0), _pos(0), _stream(0), _buf2(0) {} in COutBuffer() function
37 ~COutBuffer() { Free(); } in ~COutBuffer()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h281 COutBuffer _outByte;