Home | History | Annotate | Download | only in 7z

Lines Matching refs:_fileInfoPopIDs

97   _fileInfoPopIDs.Clear();

111 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kName);
112 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kAnti);
113 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kSize);
114 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kPackInfo);
115 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kCTime);
116 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kMTime);
117 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kATime);
118 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kWinAttributes);
119 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kCRC);
120 CopyOneItem(fileInfoPopIDs, _fileInfoPopIDs, NID::kComment);
121 _fileInfoPopIDs += fileInfoPopIDs;
124 _fileInfoPopIDs.Add(97);
125 _fileInfoPopIDs.Add(98);
126 _fileInfoPopIDs.Add(99);
129 _fileInfoPopIDs.Add(100);
130 _fileInfoPopIDs.Add(101);
131 _fileInfoPopIDs.Add(102);
132 _fileInfoPopIDs.Add(103);
133 _fileInfoPopIDs.Add(104);
137 InsertToHead(_fileInfoPopIDs, NID::kMTime);
138 InsertToHead(_fileInfoPopIDs, NID::kPackInfo);
139 InsertToHead(_fileInfoPopIDs, NID::kSize);
140 InsertToHead(_fileInfoPopIDs, NID::kName);
146 *numProperties = _fileInfoPopIDs.Size();
152 if ((int)index >= _fileInfoPopIDs.Size())
154 int indexInMap = FindPropInMap(_fileInfoPopIDs[index]);