Home
last modified time | relevance | path

Searched refs:VT_BSTR (Results 1 – 24 of 24) sorted by relevance

/external/lzma/CPP/7zip/Common/
DPropId.cpp13 VT_BSTR,
14 VT_BSTR,
15 VT_BSTR,
30 VT_BSTR,
32 VT_BSTR,
33 VT_BSTR,
34 VT_BSTR,
35 VT_BSTR,
36 VT_BSTR,
38 VT_BSTR,
[all …]
DMethodProps.cpp32 case VT_BSTR: return StringToBool(prop.bstrVal, dest) ? S_OK : E_INVALIDARG; in PROPVARIANT_to_bool()
133 if (prop.vt == VT_BSTR) in PROPVARIANT_to_DictSize()
234 { VT_BSTR, "mf" },
347 if (nameToPropID.VarType == VT_BSTR) in SetParam()
438 if (value.vt != VT_BSTR) in ParseMethodFromPROPVARIANT()
DCreateCoder.cpp78 if (prop.vt == VT_BSTR) in LoadCodecs()
105 if (prop.vt == VT_BSTR) in LoadCodecs()
/external/lzma/CPP/Windows/
DPropVariant.cpp21 p->vt = VT_BSTR; in PropVarEm_Alloc_Bstr()
35 p->vt = VT_BSTR; in PropVarEm_Set_Str()
88 vt = VT_BSTR; in operator =()
103 vt = VT_BSTR; in operator =()
136 vt = VT_BSTR; in AllocBstr()
295 case VT_BSTR: return 0; // Not implemented in Compare()
DPropVariantConv.cpp65 case VT_BSTR: dest[0] = '?'; dest[1] = 0; return; in ConvertPropVariantToShortString()
86 case VT_BSTR: dest[0] = '?'; dest[1] = 0; return; in ConvertPropVariantToShortString()
/external/lzma/CPP/Common/
DMyWindows.cpp107 if (prop->vt == VT_BSTR) in VariantClear()
118 if (src->vt == VT_BSTR) in VariantCopy()
124 dest->vt = VT_BSTR; in VariantCopy()
DMyWindows.h130 VT_BSTR = 8, enumerator
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp32 value->vt = VT_BSTR; in SetPropString()
160 value->vt = VT_BSTR; in GetMethodProperty()
234 value->vt = VT_BSTR; in GetHasherProp()
DLzmaEncoder.cpp82 if (prop.vt != VT_BSTR) in SetLzmaProp()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
48 { 98, { NULL,kpidMethod, VT_BSTR } },
D7zHandlerOut.cpp361 else if (prop.vt != VT_BSTR) in UpdateItems()
726 case VT_BSTR: in SetSolidFromPROPVARIANT()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp191 if (prop.vt == VT_BSTR) in GetCoderClass()
297 if (prop.vt == VT_BSTR) in GetProp_String()
312 if (prop.vt == VT_BSTR) in GetProp_RawData()
366 if (prop.vt != VT_BSTR) in LoadFormats()
867 if (prop.vt == VT_BSTR) in GetCodecName()
886 if (prop.vt == VT_BSTR) in GetHasherName()
DOpenArchive.cpp549 if (prop.vt == VT_BSTR) in GetItemPathToParent()
669 if (prop.vt == VT_BSTR) in GetItemPath()
682 if (prop.vt == VT_BSTR) in GetItemPath()
987 ErrorInfo.ErrorMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown error"; in ReadBasicProps()
994 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR) ? prop.bstrVal : L"Unknown warning"; in ReadBasicProps()
1131 if (prop.vt == VT_BSTR) in ReadParseItemProps()
1139 if (prop.vt == VT_BSTR) in ReadParseItemProps()
1147 if (prop.vt == VT_BSTR) in ReadParseItemProps()
DPropIDUtils.cpp140 if (prop.vt == VT_BSTR) in ConvertPropertyToString()
DArchiveExtractCallback.cpp479 if (prop.vt == VT_BSTR) in GetStream()
495 if (prop.vt == VT_BSTR) in GetStream()
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc212 name.vt == VT_BSTR) { in GetDevices()
216 path.vt == VT_BSTR) { in GetDevices()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp88 if (value.vt != VT_BSTR) in SetProperty()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp38 value->vt = VT_BSTR; in SetPropString()
DSplitHandler.cpp154 if (prop.vt != VT_BSTR) in Open2()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp105 if (propVariantName.vt != VT_BSTR) in GetStream()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp269 if (prop.vt != VT_BSTR) in GetStream()
897 if (prop.vt == VT_BSTR) in main()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp466 props[6].vt = VT_BSTR; in main2()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp632 if(SUCCEEDED(hr) && var.vt == VT_BSTR && var.bstrVal != NULL) in CheckXInputDevices()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp635 else if (prop.vt == VT_BSTR) in PrintItemInfo()