Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp45 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties()
61 const CProperty &property = properties[i]; in SetProperties()
DProperty.h8 struct CProperty struct
DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
DExtract.h56 CObjectVector<CProperty> Properties;
DArchiveCommandLine.h100 CObjectVector<CProperty> Properties;
DBench.h104 const CObjectVector<CProperty> &props,
DUpdate.h57 CObjectVector<CProperty> Properties;
DOpenArchive.h40 #define OPEN_PROPS_DECL const CObjectVector<CProperty> *props;
DArchiveCommandLine.cpp956 static void SetMethodOptions(const CParser &parser, CObjectVector<CProperty> &properties) in SetMethodOptions()
962 CProperty prop; in SetMethodOptions()
DBench.cpp3625 const CObjectVector<CProperty> &props,
3690 const CProperty &property = props[i];
3706 const CProperty &property = props[i];
DUpdate.cpp1145 CProperty property; in UpdateArchive()
/third_party/lzma/CPP/7zip/UI/Console/
DBenchCon.h12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
DList.h35 const CObjectVector<CProperty> *props,
DBenchCon.cpp35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f) in BenchCon()
DList.cpp1060 const CObjectVector<CProperty> *props, in ListArchives()
/third_party/lzma/CPP/7zip/UI/GUI/
DHashGUI.h15 typedef CObjectVector<CProperty> CPropNameValPairs;
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp328 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val)
330 CProperty &prop = props2.AddNew();
388 CObjectVector<CProperty> props2;