Searched refs:_wasFinished (Results 1 - 6 of 6) sorted by path

/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.cpp13 _wasFinished = true;
26 _wasFinished = true;
H A DInStreamWithCRC.h24 bool _wasFinished; member in class:CSequentialInStreamWithCRC
30 _wasFinished = false;
36 bool WasFinished() const { return _wasFinished; }
52 // bool _wasFinished;
58 // _wasFinished = false;
64 // bool WasFinished() const { return _wasFinished; }
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp46 _wasFinished = false;
58 if (_wasFinished)
71 _wasFinished = (numProcessedBytes == 0);
72 return (!_wasFinished);
H A DInBuffer.h25 bool _wasFinished; member in class:CInBuffer
78 bool WasFinished() const { return _wasFinished; }
H A DLimitedStreams.cpp18 _wasFinished = true;
H A DLimitedStreams.h17 bool _wasFinished; member in class:CLimitedSequentialInStream
25 _wasFinished = false;
32 bool WasFinished() const { return _wasFinished; }

Completed in 2365 milliseconds