Searched defs:VarType (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DVarType.java35 public enum VarType { enum
65 VarType(){ method in class:VarType
68 VarType(boolean multiData, boolean textureType){ method in class:VarType
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp108 VARTYPE VarType; member in struct:NArchive::CNameToPropID
352 if (nameToPropID.VarType == VT_BSTR)
354 else if (nameToPropID.VarType == VT_BOOL)
370 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
615 if (!ConvertProperty(value, nameToPropID.VarType, prop.Value))
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1719 QualType VarType; member in class:__anon15181::CXXByrefHelpers
1725 : ByrefHelpers(alignment), VarType(type), CopyExpr(copyExpr) {}
1736 CGF.PushDestructorCleanup(VarType, field);
1741 id.AddPointer(VarType.getCanonicalType().getAsOpaquePtr());

Completed in 131 milliseconds