Home
last modified time | relevance | path

Searched refs:CPropVariant (Results 1 – 25 of 25) sorted by relevance

/external/lzma/CPP/Windows/
DPropVariant.h46 class CPropVariant : public tagPROPVARIANT
49 CPropVariant() in CPropVariant() function
58 ~CPropVariant() throw() { Clear(); } in throw()
59 CPropVariant(const PROPVARIANT &varSrc);
60 CPropVariant(const CPropVariant &varSrc);
61 CPropVariant(BSTR bstrSrc);
62 CPropVariant(LPCOLESTR lpszSrc);
63CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() function
64 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant() function
67 CPropVariant(Int16 value); // { vt = VT_I2; wReserved1 = 0; iVal = value; }
[all …]
DPropVariant.cpp52 CPropVariant::CPropVariant(const PROPVARIANT &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant
58 CPropVariant::CPropVariant(const CPropVariant &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant
64 CPropVariant::CPropVariant(BSTR bstrSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant
70 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant
76 CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc) in operator =()
82 CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc) in operator =()
88 CPropVariant& CPropVariant::operator=(BSTR bstrSrc) in operator =()
96 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) in operator =()
111 CPropVariant& CPropVariant::operator=(const UString &s) in operator =()
122 CPropVariant& CPropVariant::operator=(const UString2 &s) in operator =()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp18 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop) in ParseNumberString()
40 CPropVariant *values = new CPropVariant[properties.Size()]; in SetProperties()
47 NCOM::CPropVariant propVariant; in SetProperties()
DLoadCodecs.cpp233 NCOM::CPropVariant prop; in GetCoderClass()
298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp()
311 NCOM::CPropVariant prop; in GetProp_Bool()
327 NCOM::CPropVariant prop; in GetProp_UInt32()
345 NCOM::CPropVariant prop; in GetProp_String()
360 NCOM::CPropVariant prop; in GetProp_RawData()
413 NCOM::CPropVariant prop; in LoadFormats()
841 NCOM::CPropVariant prop; in GetProperty()
973 NCOM::CPropVariant prop; in GetCodec_DecoderIsAssigned()
995 NCOM::CPropVariant prop; in GetCodec_EncoderIsAssigned()
[all …]
DOpenArchive.cpp325 NCOM::CPropVariant prop; in GetProperty()
450 NCOM::CPropVariant prop; in Archive_GetItemBoolProp()
482 NCOM::CPropVariant prop; in Archive_GetArcBoolProp()
495 NCOM::CPropVariant prop; in Archive_GetArcProp_UInt()
512 NCOM::CPropVariant prop; in Archive_GetArcProp_Int()
552 NCOM::CPropVariant prop; in GetItemPathToParent()
709 NCOM::CPropVariant prop; in GetItemPath()
732 NCOM::CPropVariant prop; in GetDefaultItemPath()
825 NCOM::CPropVariant prop; in GetItem()
917 NCOM::CPropVariant prop; in Archive_GetItem_Size()
[all …]
DArchiveExtractCallback.cpp98 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode()
104 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode()
365 NCOM::CPropVariant prop; in GetTime()
650 NCOM::CPropVariant prop; in GetStream()
669 NCOM::CPropVariant prop; in GetStream()
699 NCOM::CPropVariant prop; in GetStream()
958 NCOM::CPropVariant prop; in GetStream()
DArchiveOpenCallback.cpp41 NCOM::CPropVariant prop; in GetProperty()
DUpdateCallback.cpp132 NCOM::CPropVariant prop; in GetRootProp()
321 NCOM::CPropVariant prop; in GetProperty()
DOpenArchive.h144 UInt32 GetOpenArcErrorFlags(const NWindows::NCOM::CPropVariant &prop, bool *isDefinedProp = NULL);
DExtract.cpp203 NCOM::CPropVariant prop; in DecompressArchive()
DBench.cpp2000 NCOM::CPropVariant propVariant; in TotalBench()
2291 NCOM::CPropVariant propVariant; in TotalBench_Hash()
2324 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop) in ParseNumberString()
2520 NCOM::CPropVariant propVariant; in Bench()
3042 NCOM::CPropVariant propVariant = (UInt32)pow; in Bench()
DUpdate.cpp922 CPropVariant prop; in EnumerateInArchiveItems()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp94 static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &destProp) in StringToDictSize()
133 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize()
163 NCOM::CPropVariant *_props;
172 _props = new NCOM::CPropVariant[numPropsMax]; in CCoderProps()
265 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty()
357 NCOM::CPropVariant propValue; in SetParam()
DCreateCoder.cpp49 NWindows::NCOM::CPropVariant prop; in ReadNumberOfStreams()
62 NWindows::NCOM::CPropVariant prop; in ReadIsAssignedProp()
88 NWindows::NCOM::CPropVariant prop; in Load()
125 NWindows::NCOM::CPropVariant prop; in Load()
DMethodProps.h23 NWindows::NCOM::CPropVariant Value;
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp112 NCOM::CPropVariant prop; in IsArchiveItemProp()
269 NCOM::CPropVariant prop; in GetStream()
289 NCOM::CPropVariant prop; in GetStream()
309 NCOM::CPropVariant prop; in GetStream()
328 NCOM::CPropVariant prop; in GetStream()
567 NCOM::CPropVariant prop; in GetProperty()
898 NCOM::CPropVariant prop; in main()
907 NCOM::CPropVariant prop; in main()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp106 NCOM::CPropVariant prop; in GetStream()
121 NCOM::CPropVariant prop; in GetStream()
137 NCOM::CPropVariant propTemp; in GetStream()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp161 NCOM::CPropVariant prop; in GetTime()
338 NCOM::CPropVariant prop; in UpdateItems()
371 NCOM::CPropVariant prop; in UpdateItems()
384 NCOM::CPropVariant prop; in UpdateItems()
398 NCOM::CPropVariant prop; in UpdateItems()
515 NCOM::CPropVariant prop; in UpdateItems()
D7zHandler.cpp172 NCOM::CPropVariant prop; in GetArchiveProperty()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp56 NCOM::CPropVariant prop; in GetArchiveProperty()
137 NCOM::CPropVariant prop; in Open2()
278 NCOM::CPropVariant prop; in GetProperty()
DXzHandler.cpp307 NCOM::CPropVariant prop; in GetArchiveProperty()
342 NCOM::CPropVariant prop; in GetProperty()
778 NCOM::CPropVariant prop; in UpdateItems()
790 NCOM::CPropVariant prop; in UpdateItems()
809 NCOM::CPropVariant prop = (UInt64)size; in UpdateItems()
DLzmaHandler.cpp217 NCOM::CPropVariant prop; in GetArchiveProperty()
263 NCOM::CPropVariant prop; in GetProperty()
DArchiveExports.cpp99 NWindows::NCOM::CPropVariant prop; in GetHandlerProperty2()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp633 CPropVariant prop; in PrintItemInfo()
768 CPropVariant prop; in GetUInt64Value()
779 CPropVariant prop; in GetItemMTime()
828 …PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVariant &prop) in PrintPropertyPair2()
846 CPropVariant prop; in PrintArcProp()
930 CPropVariant prop; in Print_OpenArchive_Props()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp784 NCOM::CPropVariant prop; in GetTime()
799 NCOM::CPropVariant prop; in GetItemBoolProp()
837 NCOM::CPropVariant prop; in GetStream7()
869 NCOM::CPropVariant prop; in GetStream7()