Lines Matching refs:pair
198 CAttribIconPair pair;
204 , attrib, pair.IconIndex
205 // , pair.TypeName
214 pair.Attrib = attrib;
215 _attribMap.Insert(insertPos, pair);
216 // if (typeName) *typeName = pair.TypeName;
217 return pair.IconIndex;
253 CExtIconPair pair;
254 pair.Ext = ext;
255 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
256 _extMap.Insert(insertPos, pair);
257 // if (typeName) *typeName = pair.TypeName;
258 return pair.IconIndex;