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()
13203 link = type->memberTypes; in xmlSchemaResolveUnionMemberTypes()
13220 type->memberTypes = link->next; in xmlSchemaResolveUnionMemberTypes()
13245 type->memberTypes = link; in xmlSchemaResolveUnionMemberTypes()
14534 if (type->memberTypes != NULL) in xmlSchemaGetUnionSimpleTypeMemberTypes()
14535 return (type->memberTypes); in xmlSchemaGetUnionSimpleTypeMemberTypes()
14771 cur = baseType->memberTypes; in xmlSchemaCheckCOSSTDerivedOK()
14912 type->memberTypes)); in xmlSchemaCheckUnionTypeDefCircular()
[all …]