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

  /external/lzma/CPP/Windows/
PropVariantConv.h 24 case VT_UI1: value = prop.bVal; return true;
PropVariantConv.cpp 66 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
87 case VT_UI1: ConvertUInt32ToString(prop.bVal, dest); return;
PropVariant.cpp 153 SET_PROP_FUNC(Byte, VT_UI1, bVal)
166 case VT_UI1:
206 case VT_UI1:
285 case VT_UI1: return MyCompare(bVal, a.bVal);
PropVariant.h 61 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_varenum.h 27 VT_UI1 = 17,
  /external/lzma/CPP/Common/
MyWindows.h 138 VT_UI1 = 17,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 580 V_VT(this) = VT_UI1;
686 if(V_VT(this)==VT_UI1) return V_UI1(this);
688 varDest.ChangeType(VT_UI1,this);
932 if(V_VT(this)!=VT_UI1) {
936 V_VT(this) = VT_UI1;
1100 case VT_UI1:
_dbdao.h 130 vt = VT_ARRAY|VT_UI1;
331 #define ATV(psa,var) do { if(!psa) { var.vt = VT_ERROR; var.scode = DISP_E_PARAMNOTFOUND; } else { var.vt = VT_ARRAY|VT_UI1; SafeArrayCopy(psa,&var.parray); } } while (0)
wtypes.h 721 VT_UI1 = 17,
wiadef.h     [all...]
oleauto.h 450 #define VTBIT_UI1 (1 << VT_UI1)
    [all...]
mfobjects.h 146 MF_ATTRIBUTE_BLOB = VT_VECTOR | VT_UI1,
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 716 case VT_UI1: size = prop.bVal; break;
737 case VT_UI1: size = prop.bVal; break;
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 40 case VT_UI1:
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 883 case VT_VECTOR | VT_UI1:
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 3362 milliseconds