Home
last modified time | relevance | path

Searched refs:memberTypes (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DParseHelper.cpp1091 TTypeList::const_iterator memberTypes; in addConstructor() local
1093 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()
/external/libxml2/include/libxml/
DschemasInternals.h627 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */ member
/external/libxml2/
Dxmlschemas.c3960 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 …]