Home
last modified time | relevance | path

Searched refs:typeDef (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemas.c895 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member
954 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ member
15061 xmlSchemaResolveTypeReferences(xmlSchemaTypePtr typeDef, in xmlSchemaResolveTypeReferences() argument
15064 if (typeDef == NULL) in xmlSchemaResolveTypeReferences()
15070 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()
15071 typeDef->baseType = xmlSchemaGetType(ctxt->schema, in xmlSchemaResolveTypeReferences()
15072 typeDef->base, typeDef->baseNs); in xmlSchemaResolveTypeReferences()
15073 if (typeDef->baseType == NULL) { in xmlSchemaResolveTypeReferences()
15076 WXS_BASIC_CAST typeDef, typeDef->node, in xmlSchemaResolveTypeReferences()
15077 "base", typeDef->base, typeDef->baseNs, in xmlSchemaResolveTypeReferences()
[all …]
/external/skqp/tools/bookmaker/
DbmhParser.cpp1209 Definition* typeDef = &tEntry.second; in setUpGlobalSubstitutes() local
1210 string defName = typeDef->fName; in setUpGlobalSubstitutes()
1211 TextParser parser(typeDef->fFileName, typeDef->fStart, typeDef->fContentStart, in setUpGlobalSubstitutes()
1212 typeDef->fLineCount); in setUpGlobalSubstitutes()