Home
last modified time | relevance | path

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

12

/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()
975 NCOM::CPropVariant prop; in GetCodec_DecoderIsAssigned()
997 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()
712 NCOM::CPropVariant prop; in GetItemPath()
735 NCOM::CPropVariant prop; in GetDefaultItemPath()
828 NCOM::CPropVariant prop; in GetItem()
920 NCOM::CPropVariant prop; in Archive_GetItem_Size()
[all …]
DArchiveExtractCallback.cpp107 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode()
113 NCOM::CPropVariant prop; in Archive_Get_HardLinkNode()
377 NCOM::CPropVariant prop; in GetTime()
661 NCOM::CPropVariant prop; in GetStream()
680 NCOM::CPropVariant prop; in GetStream()
710 NCOM::CPropVariant prop; in GetStream()
970 NCOM::CPropVariant prop; in GetStream()
DArchiveOpenCallback.cpp41 NCOM::CPropVariant prop; in GetProperty()
DUpdateCallback.cpp135 NCOM::CPropVariant prop; in GetRootProp()
324 NCOM::CPropVariant prop; in GetProperty()
DOpenArchive.h144 UInt32 GetOpenArcErrorFlags(const NWindows::NCOM::CPropVariant &prop, bool *isDefinedProp = NULL);
DExtract.cpp206 NCOM::CPropVariant prop; in DecompressArchive()
DBench.cpp2083 NCOM::CPropVariant propVariant; in TotalBench()
2374 NCOM::CPropVariant propVariant; in TotalBench_Hash()
2407 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop) in ParseNumberString()
2871 NCOM::CPropVariant propVariant; in Bench()
3468 NCOM::CPropVariant propVariant = (UInt32)pow; in Bench()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp102 static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &destProp) in StringToDictSize()
141 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize()
183 NCOM::CPropVariant *_props;
192 _props = new NCOM::CPropVariant[numPropsMax]; in CCoderProps()
293 static bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destPr… in ConvertProperty()
393 NCOM::CPropVariant propValue; in SetParam()
DMethodProps.h26 NWindows::NCOM::CPropVariant Value;
112 const NWindows::NCOM::CPropVariant &val = Props[i].Value; in Get_Lzma_Eos()
153 const NWindows::NCOM::CPropVariant &val = Props[i].Value; in GetProp_BlockSize()
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()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp138 NCOM::CPropVariant prop; in IsArchiveItemProp()
299 NCOM::CPropVariant prop; in GetStream()
319 NCOM::CPropVariant prop; in GetStream()
339 NCOM::CPropVariant prop; in GetStream()
358 NCOM::CPropVariant prop; in GetStream()
597 NCOM::CPropVariant prop; in GetProperty()
935 NCOM::CPropVariant prop; in main()
944 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.cpp166 NCOM::CPropVariant prop; in GetTime()
350 NCOM::CPropVariant prop; in UpdateItems()
383 NCOM::CPropVariant prop; in UpdateItems()
397 NCOM::CPropVariant prop; in UpdateItems()
411 NCOM::CPropVariant prop; in UpdateItems()
528 NCOM::CPropVariant prop; in UpdateItems()
D7zHandler.cpp171 NCOM::CPropVariant prop; in GetArchiveProperty()
D7zEncode.cpp388 NWindows::NCOM::CPropVariant prop = (UInt64)unpackSize; in Encode()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp56 NCOM::CPropVariant prop; in GetArchiveProperty()
137 NCOM::CPropVariant prop; in Open2()
278 NCOM::CPropVariant prop; in GetProperty()
DLzmaHandler.cpp196 void GetMethod(NCOM::CPropVariant &prop);
215 NCOM::CPropVariant prop; in GetArchiveProperty()
270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod()
300 NCOM::CPropVariant prop; in GetProperty()
DArchiveExports.cpp99 NWindows::NCOM::CPropVariant prop; in GetHandlerProperty2()
DXzHandler.cpp327 NCOM::CPropVariant prop; in GetArchiveProperty()
387 NCOM::CPropVariant prop; in GetProperty()
1072 NCOM::CPropVariant prop; in UpdateItems()
1084 NCOM::CPropVariant prop; in UpdateItems()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp629 CPropVariant prop; in PrintItemInfo()
765 CPropVariant prop; in GetUInt64Value()
776 CPropVariant prop; in GetItemMTime()
879 …PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVariant &prop) in PrintPropertyPair2()
899 CPropVariant prop; in PrintArcProp()
983 CPropVariant prop; in Print_OpenArchive_Props()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp786 NCOM::CPropVariant prop; in GetTime()
801 NCOM::CPropVariant prop; in GetItemBoolProp()
839 NCOM::CPropVariant prop; in GetStream7()
871 NCOM::CPropVariant prop; in GetStream7()

12