Home
last modified time | relevance | path

Searched refs:CProperty (Results 1 – 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties()
46 const CProperty &property = properties[i]; in SetProperties()
DProperty.h8 struct CProperty struct
DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
DExtract.h48 CObjectVector<CProperty> Properties;
DArchiveCommandLine.h87 CObjectVector<CProperty> Properties;
DBench.h60 const CObjectVector<CProperty> &props,
DUpdate.h57 CObjectVector<CProperty> Properties;
DOpenArchive.h39 #define OPEN_PROPS_DECL const CObjectVector<CProperty> *props;
DArchiveCommandLine.cpp783 static void SetMethodOptions(const CParser &parser, CObjectVector<CProperty> &properties) in SetMethodOptions()
789 CProperty prop; in SetMethodOptions()
DUpdate.cpp1094 CProperty property; in UpdateArchive()
DBench.cpp2791 const CObjectVector<CProperty> &props, in Bench()
2831 const CProperty &property = props[i]; in Bench()
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.h12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
DList.h22 const CObjectVector<CProperty> *props,
DBenchCon.cpp35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f) in BenchCon()
DList.cpp1032 const CObjectVector<CProperty> *props, in ListArchives()
/external/lzma/CPP/7zip/UI/GUI/
DHashGUI.h15 typedef CObjectVector<CProperty> CPropNameValPairs;
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp319 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val) in AddProp()
321 CProperty &prop = props2.AddNew(); in AddProp()
379 CObjectVector<CProperty> props2; in main2()