HomeSort by relevance Sort by last modified time
    Searched refs:CProperty (Results 1 - 16 of 16) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
Property.h 8 struct CProperty
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
SetProperties.cpp 30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
46 const CProperty &property = properties[i];
Bench.h 50 const CObjectVector<CProperty> &props,
Extract.h 48 CObjectVector<CProperty> Properties;
ArchiveCommandLine.h 88 CObjectVector<CProperty> Properties;
Update.h 57 CObjectVector<CProperty> Properties;
OpenArchive.h 32 CObjectVector<CProperty> Props;
39 #define OPEN_PROPS_DECL const CObjectVector<CProperty> *props;
ArchiveCommandLine.cpp 833 static void SetMethodOptions(const CParser &parser, CObjectVector<CProperty> &properties)
839 CProperty prop;
    [all...]
Bench.cpp     [all...]
Update.cpp 1027 CProperty property;
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.h 12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
List.h 22 const CObjectVector<CProperty> *props,
BenchCon.cpp 35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f)
List.cpp 978 const CObjectVector<CProperty> *props,
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 298 static void AddProp(CObjectVector<CProperty> &props2, const char *name, const wchar_t *val)
300 CProperty &prop = props2.AddNew();
358 CObjectVector<CProperty> props2;

Completed in 191 milliseconds