Searched refs:_attribMap (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.h | 33 CRecordVector<CAttribIconPair> _attribMap;
member in CExtToIconMap 44 _attribMap.Clear();
in Clear()
|
H A D | SysIconUtils.cpp | 183 sprintf(s, "SPEC i = %3d, attr = %7x", _attribMap.Size(), attrib);
in GetIconIndex() 192 const int index = FindInSorted_Attrib(_attribMap, attrib, insertPos);
in GetIconIndex() 195 // if (typeName) *typeName = _attribMap[index].TypeName;
in GetIconIndex() 196 return _attribMap[(unsigned)index].IconIndex;
in GetIconIndex() 210 sprintf(s, "i = %3d, attr = %7x", _attribMap.Size(), attrib);
in GetIconIndex() 215 _attribMap.Insert(insertPos, pair);
in GetIconIndex()
|
Completed in 1 milliseconds