Searched refs:baseType (Results 1 – 5 of 5) sorted by relevance
1087 xmlSchemaTypePtr baseType,1796 ws = xmlSchemaGetWhiteSpaceFacetValue(type->baseType); in xmlSchemaFormatFacetEnumSet()1831 type = type->baseType; in xmlSchemaFormatFacetEnumSet()2999 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr() argument3009 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL), in xmlSchemaPIllegalFacetAtomicErr()8853 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE); in xmlSchemaParseUnion()9021 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE); in xmlSchemaParseList()11560 type->baseType = (xmlSchemaTypePtr) in xmlSchemaParseRestriction()12277 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYTYPE); in xmlSchemaParseComplexType()13342 type = type->baseType; in xmlSchemaGetPrimitiveType()[all …]
258 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType() argument270 ret->baseType = baseType; in xmlSchemaInitBasicType()400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; in xmlSchemaInitTypes()
1285 GraphicsContext3D::WebGLEnumType baseType; in getUniform() local1289 baseType = GraphicsContext3D::BOOL; in getUniform()1293 baseType = GraphicsContext3D::BOOL; in getUniform()1297 baseType = GraphicsContext3D::BOOL; in getUniform()1301 baseType = GraphicsContext3D::BOOL; in getUniform()1305 baseType = GraphicsContext3D::INT; in getUniform()1309 baseType = GraphicsContext3D::INT; in getUniform()1313 baseType = GraphicsContext3D::INT; in getUniform()1317 baseType = GraphicsContext3D::INT; in getUniform()1321 baseType = GraphicsContext3D::FLOAT; in getUniform()[all …]
703 baseType (); in fieldType()709 void baseType () throws IOException in baseType() method in Types.methodDescriptorCompiler
620 xmlSchemaTypePtr baseType; /* The base type component */ member