HomeSort by relevance Sort by last modified time
    Searched refs:PROPVARIANT (Results 1 - 25 of 43) sorted by null

1 2

  /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/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/7zip/UI/Common/
PropIDUtils.h 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
PropIDUtils.cpp 51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)
ArchiveOpenCallback.cpp 8 #include "Windows/PropVariant.h"
38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
  /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/lzma/CPP/7zip/Compress/
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);
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.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/
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/Archive/7z/
7zHandler.h 63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
7zHandler.cpp 83 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
447 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
459 const PROPVARIANT &value = values[i];
  /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;
  /external/lzma/CPP/Common/
MyWindows.h 173 } PROPVARIANT;
175 typedef PROPVARIANT tagVARIANT;
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 104 const PROPVARIANT *properties, UInt32 numProperties);

Completed in 223 milliseconds

1 2