Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp94 #define COPY_ONE_ITEM(id) CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::id);
98 _fileInfoPopIDs.Clear(); in FillPopIDs()
127 _fileInfoPopIDs += fileInfoPopIDs; in FillPopIDs()
130 _fileInfoPopIDs.Add(97); in FillPopIDs()
131 _fileInfoPopIDs.Add(98); in FillPopIDs()
132 _fileInfoPopIDs.Add(99); in FillPopIDs()
135 _fileInfoPopIDs.Add(100); in FillPopIDs()
136 _fileInfoPopIDs.Add(101); in FillPopIDs()
137 _fileInfoPopIDs.Add(102); in FillPopIDs()
138 _fileInfoPopIDs.Add(103); in FillPopIDs()
[all …]
D7zHandler.h167 CRecordVector<UInt64> _fileInfoPopIDs; variable
D7zHandler.cpp658 _fileInfoPopIDs.Clear(); in Open()