Lines Matching refs:_fileInfoPopIDs
94 #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()
139 _fileInfoPopIDs.Add(104); in FillPopIDs()
143 InsertToHead(_fileInfoPopIDs, NID::kMTime); in FillPopIDs()
144 InsertToHead(_fileInfoPopIDs, NID::kPackInfo); in FillPopIDs()
145 InsertToHead(_fileInfoPopIDs, NID::kSize); in FillPopIDs()
146 InsertToHead(_fileInfoPopIDs, NID::kName); in FillPopIDs()
152 *numProps = _fileInfoPopIDs.Size(); in GetNumberOfProperties()
158 if ((int)index >= _fileInfoPopIDs.Size()) in GetPropertyInfo()
160 int indexInMap = FindPropInMap(_fileInfoPopIDs[index]); in GetPropertyInfo()