/external/lzma/CPP/7zip/UI/Common/ |
PropIDUtils.h | 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
SetProperties.cpp | 7 #include "Windows/PropVariant.h"
46 NCOM::CPropVariant propVariant;
54 propVariant = false;
56 propVariant = true;
57 if (propVariant.vt != VT_EMPTY)
62 ParseNumberString(property.Value, propVariant);
64 values[i] = propVariant;
|
ArchiveOpenCallback.cpp | 8 #include "Windows/PropVariant.h"
38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
|
LoadCodecs.cpp | 11 #include "../../../Windows/PropVariant.h"
89 typedef UInt32 (WINAPI *GetHandlerPropertyFunc)(PROPID propID, PROPVARIANT *value);
90 typedef UInt32 (WINAPI *GetHandlerPropertyFunc2)(UInt32 index, PROPID propID, PROPVARIANT *value);
521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
535 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
550 NWindows::NCOM::CPropVariant propVariant;
551 propVariant = ci.DecoderIsAssigned;
552 propVariant.Detach(value);
557 NWindows::NCOM::CPropVariant propVariant;
558 propVariant = ci.EncoderIsAssigned; [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.h | 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
14 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
|
HandlerOut.h | 22 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
25 HRESULT SetSolidSettings(const PROPVARIANT &value);
|
ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
115 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value)
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
|
/external/lzma/CPP/Windows/ |
PropVariantConversions.h | 11 UString ConvertPropVariantToString(const PROPVARIANT &prop);
12 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop);
|
PropVariant.h | 1 // Windows/PropVariant.h
17 CPropVariant(const PROPVARIANT &varSrc);
30 CPropVariant& operator=(const PROPVARIANT &varSrc);
44 HRESULT Copy(const PROPVARIANT *pSrc);
45 HRESULT Attach(PROPVARIANT *pSrc);
46 HRESULT Detach(PROPVARIANT *pDest);
49 void InternalCopy(const PROPVARIANT *pSrc);
|
PropVariant.cpp | 1 // Windows/PropVariant.cpp
5 #include "PropVariant.h"
12 CPropVariant::CPropVariant(const PROPVARIANT &varSrc)
41 CPropVariant& CPropVariant::operator=(const PROPVARIANT &varSrc)
115 static HRESULT MyPropVariantClear(PROPVARIANT *prop)
147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc)
168 memmove((PROPVARIANT*)this, pSrc, sizeof(PROPVARIANT));
171 return ::VariantCopy((tagVARIANT *)this, (tagVARIANT *)const_cast<PROPVARIANT *>(pSrc));
175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc) [all...] |
PropVariantConversions.cpp | 75 UString ConvertPropVariantToString(const PROPVARIANT &prop)
95 UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop)
|
/external/chromium_org/base/win/ |
scoped_propvariant.h | 16 // A PROPVARIANT that is automatically initialized and cleared upon respective 28 // Returns a pointer to the underlying PROPVARIANT for use as an out param in 30 PROPVARIANT* Receive() { 43 const PROPVARIANT& get() const { return pv_; } 45 const PROPVARIANT* operator&() const { return &pv_; } 48 PROPVARIANT pv_;
|
/external/lzma/CPP/7zip/Compress/ |
DeltaFilter.cpp | 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
64 const PROPVARIANT &prop = props[i];
|
Lzma2Encoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
LzmaEncoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
59 const PROPVARIANT *coderProps, UInt32 numProps)
|
CodecExports.cpp | 7 #include "../../Windows/PropVariant.h"
21 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value)
28 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
33 static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value)
119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
|
LzmaEncoder.cpp | 76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
102 const PROPVARIANT *coderProps, UInt32 numProps)
109 const PROPVARIANT &prop = coderProps[i];
|
PpmdEncoder.cpp | 37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
41 const PROPVARIANT &prop = props[i];
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 8 #include "../../../Windows/PropVariant.h"
|
7zHandler.h | 63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
|
/external/lzma/CPP/7zip/Common/ |
MethodProps.h | 8 #include "../../Windows/PropVariant.h"
|
/external/lzma/CPP/7zip/Archive/ |
ArchiveExports.cpp | 7 #include "../../Windows/PropVariant.h"
31 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value)
38 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
126 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value)
|
IArchive.h | 96 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
130 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) x; \
153 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
185 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) PURE;
231 STDMETHODIMP CHandler::GetArchiveProperty(PROPID, PROPVARIANT *value) \
|
/external/lzma/CPP/7zip/ |
ICoder.h | 53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
131 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
|