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/
H A DUpdateCallback.h141 CRecordVector<UInt32> _openFiles_Indexes; member in Z7_final
145 bool AreAllFilesClosed() const { return _openFiles_Indexes.IsEmpty(); } in AreAllFilesClosed()
H A DUpdateCallback.cpp662 _openFiles_Indexes.Add(index); in GetStream2()
666 /* 21.02 : we set Callback/CallbackRef after _openFiles_Indexes adding in GetStream2()
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()

Completed in 4 milliseconds