Home
last modified time | relevance | path

Searched refs:_openFiles_Indexes (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp662 _openFiles_Indexes.Add(index); in Z7_COM7F_IMF()
983 FOR_VECTOR(i, _openFiles_Indexes) in InFileStream_On_Error()
985 if (_openFiles_Indexes[i] == index) in InFileStream_On_Error()
1010 FOR_VECTOR(i, _openFiles_Indexes) in InFileStream_On_Destroy()
1012 if (_openFiles_Indexes[i] == index) in InFileStream_On_Destroy()
1014 _openFiles_Indexes.Delete(i); in InFileStream_On_Destroy()
DUpdateCallback.h141 CRecordVector<UInt32> _openFiles_Indexes; variable
145 bool AreAllFilesClosed() const { return _openFiles_Indexes.IsEmpty(); } in AreAllFilesClosed()