Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp502 _openFiles_Indexes.Add(index); in GetStream2()
745 FOR_VECTOR(i, _openFiles_Indexes) in InFileStream_On_Error()
747 if (_openFiles_Indexes[i] == index) in InFileStream_On_Error()
761 FOR_VECTOR(i, _openFiles_Indexes) in InFileStream_On_Destroy()
763 if (_openFiles_Indexes[i] == index) in InFileStream_On_Destroy()
765 _openFiles_Indexes.Delete(i); in InFileStream_On_Destroy()
DUpdateCallback.h114 CRecordVector<UInt32> _openFiles_Indexes; variable
117 bool AreAllFilesClosed() const { return _openFiles_Indexes.IsEmpty(); } in AreAllFilesClosed()