HomeSort by relevance Sort by last modified time
    Searched refs:VARTYPE (Results 1 - 10 of 10) sorted by null

  /external/chromium/base/win/
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 {
151 static bool IsLeakableVarType(VARTYPE vt);
scoped_variant.cc 29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
214 DCHECK(!array) << "Unable to determine safearray vartype";
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) {
  /external/chromium_org/base/win/
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 {
150 static bool IsLeakableVarType(VARTYPE vt);
scoped_variant.cc 29 ScopedVariant::ScopedVariant(int value, VARTYPE vt) {
34 ScopedVariant::ScopedVariant(double value, VARTYPE vt) {
214 DCHECK(!array) << "Unable to determine safearray vartype";
235 bool ScopedVariant::IsLeakableVarType(VARTYPE vt) {
  /external/lzma/CPP/7zip/Archive/
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) \
193 *propID = srcItem.propid; *varType = srcItem.vt; *name = 0; return S_OK; } \
196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
199 *propID = srcItem.propid; *varType = srcItem.vt; \
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 143 typedef unsigned short VARTYPE;
152 VARTYPE vt;
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
159 *varType = srcItem.vt;
7zHandler.cpp 65 BSTR * /* name */, PROPID * /* propID */, VARTYPE * /* varType */)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 227 VARTYPE vt;
519 VARTYPE vt;
539 VARTYPE vt;
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 108 VARTYPE VarType;
133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp)
135 if (varType == srcProp.vt)
140 if (varType == VT_UI1)
151 else if (varType == VT_BOOL)
352 if (nameToPropID.VarType == VT_BSTR)
354 else if (nameToPropID.VarType == VT_BOOL)
370 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
    [all...]

Completed in 1284 milliseconds