Searched defs:CArcExtInfo (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h31 struct CArcExtInfo struct
35 CArcExtInfo() {} function in struct:CArcExtInfo
36 CArcExtInfo(const UString &ext): Ext(ext) {} function in struct:CArcExtInfo
37 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {} function in struct:CArcExtInfo
52 CObjectVector<CArcExtInfo> Exts;

Completed in 1152 milliseconds