Home | History | Annotate | Download | only in FileManager

Lines Matching refs:pair

187     CAttribIconPair pair;

193 , attrib, pair.IconIndex
194 // , pair.TypeName
203 pair.Attrib = attrib;
204 _attribMap.Insert(insertPos, pair);
205 // if (typeName) *typeName = pair.TypeName;
206 return pair.IconIndex;
242 CExtIconPair pair;
243 pair.Ext = ext;
244 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
245 _extMap.Insert(insertPos, pair);
246 // if (typeName) *typeName = pair.TypeName;
247 return pair.IconIndex;