/external/lzma/CPP/Windows/ |
D | PropVariant.h | 12 class CPropVariant : public tagPROPVARIANT 15 CPropVariant() { vt = VT_EMPTY; wReserved1 = 0; } in CPropVariant() function 16 ~CPropVariant() { Clear(); } in ~CPropVariant() 17 CPropVariant(const PROPVARIANT &varSrc); 18 CPropVariant(const CPropVariant &varSrc); 19 CPropVariant(BSTR bstrSrc); 20 CPropVariant(LPCOLESTR lpszSrc); 21 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() function 22 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant() function 23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; } in CPropVariant() function [all …]
|
D | PropVariant.cpp | 12 CPropVariant::CPropVariant(const PROPVARIANT &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant 18 CPropVariant::CPropVariant(const CPropVariant &varSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant 24 CPropVariant::CPropVariant(BSTR bstrSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant 30 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) in CPropVariant() function in NWindows::NCOM::CPropVariant 36 CPropVariant& CPropVariant::operator=(const CPropVariant &varSrc) in operator =() 41 CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc) in operator =() 47 CPropVariant& CPropVariant::operator=(BSTR bstrSrc) in operator =() 55 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) in operator =() 71 CPropVariant& CPropVariant::operator=(const char *s) in operator =() 92 CPropVariant& CPropVariant::operator=(bool bSrc) in operator =() [all …]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SetProperties.cpp | 17 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop) in ParseNumberString() 39 CPropVariant *values = new CPropVariant[properties.Size()]; in SetProperties() 46 NCOM::CPropVariant propVariant; in SetProperties()
|
D | LoadCodecs.cpp | 98 NWindows::NCOM::CPropVariant prop; in GetCoderClass() 142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in ReadProp() 154 NCOM::CPropVariant prop; in ReadBoolProp() 168 NCOM::CPropVariant prop; in ReadStringProp() 265 NCOM::CPropVariant prop; in LoadFormats() 550 NWindows::NCOM::CPropVariant propVariant; in GetProperty() 557 NWindows::NCOM::CPropVariant propVariant; in GetProperty() 606 NWindows::NCOM::CPropVariant prop; in CreateCoder() 641 NWindows::NCOM::CPropVariant prop; in GetCodecEncoderIsAssigned() 663 NWindows::NCOM::CPropVariant prop; in GetCodecId() [all …]
|
D | OpenArchive.cpp | 23 NCOM::CPropVariant prop; in GetArchiveItemBoolProp() 41 NCOM::CPropVariant prop; in GetItemPath() 53 NCOM::CPropVariant prop; in GetItemPath() 68 NCOM::CPropVariant prop; in GetItemMTime() 304 NCOM::CPropVariant prop; in OpenStream() 418 NCOM::CPropVariant prop; in Open()
|
D | ArchiveExtractCallback.cpp | 125 NCOM::CPropVariant prop; in GetTime() 139 NCOM::CPropVariant prop; in GetUnpackSize() 169 NCOM::CPropVariant prop; in GetStream() 200 NCOM::CPropVariant prop; in GetStream()
|
D | ArchiveOpenCallback.cpp | 41 NCOM::CPropVariant prop; in GetProperty()
|
D | UpdateCallback.cpp | 92 NWindows::NCOM::CPropVariant prop; in GetProperty()
|
D | Extract.cpp | 91 NCOM::CPropVariant prop; in DecompressArchive()
|
D | Update.cpp | 532 CPropVariant prop; in EnumerateInArchiveItems() 540 CPropVariant prop; in EnumerateInArchiveItems()
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 52 NWindows::NCOM::CPropVariant *values = new NWindows::NCOM::CPropVariant[numProps]; in SetMethodProperties() 60 NWindows::NCOM::CPropVariant &value = values[i]; in SetMethodProperties()
|
D | CreateCoder.cpp | 25 NWindows::NCOM::CPropVariant prop; in ReadNumberOfStreams() 38 NWindows::NCOM::CPropVariant prop; in ReadIsAssignedProp() 56 NWindows::NCOM::CPropVariant prop; in LoadExternalCodecs()
|
D | MethodProps.h | 15 NWindows::NCOM::CPropVariant Value;
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 53 NCOM::CPropVariant prop; in GetArchiveProperty() 155 NCOM::CPropVariant prop; in Open() 216 NCOM::CPropVariant prop; in Open() 243 NCOM::CPropVariant prop; in Open() 284 NWindows::NCOM::CPropVariant prop; in GetProperty()
|
D | XzHandler.cpp | 258 NWindows::NCOM::CPropVariant prop; in GetArchiveProperty() 279 NWindows::NCOM::CPropVariant prop; in GetProperty() 612 NCOM::CPropVariant prop; in UpdateItems() 624 NCOM::CPropVariant prop; in UpdateItems()
|
D | LzmaHandler.cpp | 211 NCOM::CPropVariant prop; in GetArchiveProperty() 258 NCOM::CPropVariant prop; in GetProperty()
|
D | ArchiveExports.cpp | 92 NWindows::NCOM::CPropVariant prop; in GetHandlerProperty2()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 81 NCOM::CPropVariant prop; in IsArchiveItemProp() 236 NCOM::CPropVariant prop; in GetStream() 256 NCOM::CPropVariant prop; in GetStream() 276 NCOM::CPropVariant prop; in GetStream() 295 NCOM::CPropVariant prop; in GetStream() 517 NWindows::NCOM::CPropVariant prop; in GetProperty() 837 NWindows::NCOM::CPropVariant prop; in main() 845 NWindows::NCOM::CPropVariant prop; in main()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 175 NCOM::CPropVariant prop; in GetTime() 244 NCOM::CPropVariant prop; in UpdateItems() 263 NCOM::CPropVariant prop; in UpdateItems() 276 NCOM::CPropVariant prop; in UpdateItems() 290 NCOM::CPropVariant prop; in UpdateItems() 317 NCOM::CPropVariant prop; in UpdateItems()
|
D | 7zHandler.cpp | 86 NCOM::CPropVariant prop; in GetArchiveProperty() 130 static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::CPropVariant &prop) in SetPropFromUInt64Def() 204 NCOM::CPropVariant prop; in GetProperty()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 266 static void PrintTime(const NCOM::CPropVariant &prop) in PrintTime() 301 NCOM::CPropVariant prop; in PrintItemInfo() 375 NCOM::CPropVariant prop; in PrintSummaryInfo() 402 NCOM::CPropVariant prop; in GetUInt64Value() 521 NCOM::CPropVariant prop; in ListArchives() 541 NCOM::CPropVariant prop; in ListArchives()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp) in ConvertProperty() 181 static void SetMethodProp(COneMethodInfo &m, PROPID propID, const NCOM::CPropVariant &value) in SetMethodProp() 350 NCOM::CPropVariant propValue; in SetParam()
|