Home
last modified time | relevance | path

Searched refs:VARTYPE (Results 1 – 10 of 10) sorted by relevance

/external/chromium/base/win/
Dscoped_variant.h45 explicit ScopedVariant(int value, VARTYPE vt = VT_I4);
49 explicit ScopedVariant(double value, VARTYPE vt = VT_R8);
65 inline VARTYPE type() const { in type()
151 static bool IsLeakableVarType(VARTYPE vt);
Dscoped_variant.cc29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) { in ScopedVariant()
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) { in ScopedVariant()
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) { in IsLeakableVarType()
/external/chromium_org/base/win/
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 { in type()
150 static bool IsLeakableVarType(VARTYPE vt);
Dscoped_variant.cc29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) { in ScopedVariant()
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) { in ScopedVariant()
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) { in IsLeakableVarType()
/external/lzma/CPP/7zip/Archive/
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/
DMyWindows.h143 typedef unsigned short VARTYPE; typedef
152 VARTYPE vt;
/external/lzma/CPP/7zip/UI/Console/
DList.cpp227 VARTYPE vt; in Init()
519 VARTYPE vt; in ListArchives()
539 VARTYPE vt; in ListArchives()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandler.cpp65 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp108 VARTYPE VarType;
133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp) in ConvertProperty()