Searched refs:memberTypes (Results 1 – 3 of 3) sorted by relevance
1091 TTypeList::const_iterator memberTypes; in addConstructor() local1093 memberTypes = type->getStruct()->begin(); in addConstructor()1115 newNode = constructStruct(node, (*memberTypes).type, 1, node->getLine(), false); in addConstructor()1146 …newNode = constructStruct(*p, (memberTypes[paramCount]).type, paramCount+1, node->getLine(), true); in addConstructor()
627 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */ member
3960 if (type->memberTypes != NULL) in xmlSchemaFreeType()3961 xmlSchemaFreeTypeLinkList(type->memberTypes); in xmlSchemaFreeType()8910 type->memberTypes = link; in xmlSchemaParseUnion()13271 link = type->memberTypes; in xmlSchemaResolveUnionMemberTypes()13288 type->memberTypes = link->next; in xmlSchemaResolveUnionMemberTypes()13313 type->memberTypes = link; in xmlSchemaResolveUnionMemberTypes()14602 if (type->memberTypes != NULL) in xmlSchemaGetUnionSimpleTypeMemberTypes()14603 return (type->memberTypes); in xmlSchemaGetUnionSimpleTypeMemberTypes()14839 cur = baseType->memberTypes; in xmlSchemaCheckCOSSTDerivedOK()14980 type->memberTypes)); in xmlSchemaCheckUnionTypeDefCircular()[all …]