/external/lzma/CPP/Windows/ |
D | PropVariant.h | 46 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); 63 …CPropVariant(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 …]
|
D | PropVariant.cpp | 52 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/ |
D | SetProperties.cpp | 18 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()
|
D | LoadCodecs.cpp | 233 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 …]
|
D | OpenArchive.cpp | 325 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 …]
|
D | ArchiveExtractCallback.cpp | 107 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()
|
D | ArchiveOpenCallback.cpp | 41 NCOM::CPropVariant prop; in GetProperty()
|
D | UpdateCallback.cpp | 135 NCOM::CPropVariant prop; in GetRootProp() 324 NCOM::CPropVariant prop; in GetProperty()
|
D | OpenArchive.h | 144 UInt32 GetOpenArcErrorFlags(const NWindows::NCOM::CPropVariant &prop, bool *isDefinedProp = NULL);
|
D | Extract.cpp | 206 NCOM::CPropVariant prop; in DecompressArchive()
|
D | Bench.cpp | 2083 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/ |
D | MethodProps.cpp | 102 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()
|
D | MethodProps.h | 26 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()
|
D | CreateCoder.cpp | 49 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/ |
D | Client7z.cpp | 138 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/ |
D | ExtractCallbackSfx.cpp | 106 NCOM::CPropVariant prop; in GetStream() 121 NCOM::CPropVariant prop; in GetStream() 137 NCOM::CPropVariant propTemp; in GetStream()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 166 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()
|
D | 7zHandler.cpp | 171 NCOM::CPropVariant prop; in GetArchiveProperty()
|
D | 7zEncode.cpp | 388 NWindows::NCOM::CPropVariant prop = (UInt64)unpackSize; in Encode()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 56 NCOM::CPropVariant prop; in GetArchiveProperty() 137 NCOM::CPropVariant prop; in Open2() 278 NCOM::CPropVariant prop; in GetProperty()
|
D | LzmaHandler.cpp | 196 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()
|
D | ArchiveExports.cpp | 99 NWindows::NCOM::CPropVariant prop; in GetHandlerProperty2()
|
D | XzHandler.cpp | 327 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/ |
D | List.cpp | 629 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/ |
D | ExtractCallback.cpp | 786 NCOM::CPropVariant prop; in GetTime() 801 NCOM::CPropVariant prop; in GetItemBoolProp() 839 NCOM::CPropVariant prop; in GetStream7() 871 NCOM::CPropVariant prop; in GetStream7()
|