Searched refs:VARTYPE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/win/
H A Dscoped_variant.h44 explicit ScopedVariant(int value, VARTYPE vt = VT_I4);
48 explicit ScopedVariant(double value, VARTYPE vt = VT_R8);
64 inline VARTYPE type() const {
150 static bool IsLeakableVarType(VARTYPE vt);
H A Dscoped_variant.cc29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) {
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x;
190 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
226 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \
/external/lzma/CPP/Common/
H A DMyWindows.h143 typedef unsigned short VARTYPE; typedef
152 VARTYPE vt;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
H A D7zHandler.cpp65 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */)
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp227 VARTYPE vt;
519 VARTYPE vt;
539 VARTYPE vt;
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp108 VARTYPE VarType;
133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp)

Completed in 143 milliseconds