Home
last modified time | relevance | path

Searched refs:_fileInfoPopIDs (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp86 #define COPY_ONE_ITEM(id) CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::id);
90 _fileInfoPopIDs.Clear(); in FillPopIDs()
119 _fileInfoPopIDs += fileInfoPopIDs; in FillPopIDs()
122 _fileInfoPopIDs.Add(97); in FillPopIDs()
123 _fileInfoPopIDs.Add(98); in FillPopIDs()
124 _fileInfoPopIDs.Add(99); in FillPopIDs()
128 _fileInfoPopIDs.Add(100); in FillPopIDs()
129 _fileInfoPopIDs.Add(101); in FillPopIDs()
130 _fileInfoPopIDs.Add(102); in FillPopIDs()
131 _fileInfoPopIDs.Add(103); in FillPopIDs()
[all …]
D7zHandler.h169 CRecordVector<UInt64> _fileInfoPopIDs; variable
D7zHandler.cpp652 _fileInfoPopIDs.Clear(); in Open()