Home
last modified time | relevance | path

Searched refs:CExtIconPair (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.h12 struct CExtIconPair struct
18 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
34 CObjectVector<CExtIconPair> _extMap;
H A DSysIconUtils.cpp148 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, unsigned &insertPos) in FindInSorted_Ext()
225 const CExtIconPair &pa = _extMap[index]; in GetIconIndex()
253 CExtIconPair pair; in GetIconIndex()

Completed in 1 milliseconds