Searched refs:VARTYPE (Results 1 – 10 of 10) sorted by relevance
/external/chromium/base/win/ |
D | scoped_variant.h | 45 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);
|
D | scoped_variant.cc | 29 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/ |
D | scoped_variant.h | 44 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);
|
D | scoped_variant.cc | 29 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/ |
D | IArchive.h | 132 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/ |
D | MyWindows.h | 143 typedef unsigned short VARTYPE; typedef 152 VARTYPE vt;
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 227 VARTYPE vt; in Init() 519 VARTYPE vt; in ListArchives() 539 VARTYPE vt; in ListArchives()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
|
D | 7zHandler.cpp | 65 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */) in GetPropertyInfo() argument
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 108 VARTYPE VarType; 133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp) in ConvertProperty()
|