Searched refs:_wasFinished (Results 1 - 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp16 _wasFinished(false),
44 _wasFinished = false;
57 if (_wasFinished)
72 _wasFinished = (processed == 0);
73 return !_wasFinished;
H A DInBuffer.h27 bool _wasFinished; member in class:CInBufferBase
43 bool WasFinished() const { return _wasFinished; }
54 _wasFinished = false;
H A DLimitedStreams.h18 bool _wasFinished; member in class:CLimitedSequentialInStream
26 _wasFinished = false;
34 bool WasFinished() const { return _wasFinished; }
H A DLimitedStreams.cpp23 _wasFinished = true;
/external/lzma/CPP/7zip/Archive/Common/
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; }
H A DInStreamWithCRC.cpp15 _wasFinished = true;
31 _wasFinished = true;
H A DCoderMixer2.h42 bool _wasFinished; member in class:CSequentialInStreamCalcSize
48 _wasFinished = false;
52 bool WasFinished() const { return _wasFinished; }
H A DCoderMixer2.cpp17 _wasFinished = true;

Completed in 95 milliseconds