Searched refs:memberType (Results 1 – 6 of 6) sorted by relevance
45 String memberType = this instanceof MethodIdsSection ? "methods" : "fields"; in orderItems() local46 throw new DexException("Too many " + memberType + ": " + items().size() in orderItems()
252 const VariableType& memberType = i->getType(); in getTypeConstructorDepth() local254 switch (memberType.getBaseType()) in getTypeConstructorDepth()257 depth = getTypeConstructorDepth(memberType); in getTypeConstructorDepth()263 depth = memberType.getNumElements() == 1 ? 1 : 2; in getTypeConstructorDepth()
873 String memberType, boolean useNew) { in linkToClass() argument896 if (memberType != null) in linkToClass()897 res += "(" + memberType + ")"; in linkToClass()
1696 public void emitChanges(MemberDiff memberDiff, int memberType){ in emitChanges() argument1703 if (memberType == 1) { in emitChanges()1720 if (memberType == 1 && in emitChanges()1745 if (memberType != 2 && in emitChanges()
13259 xmlSchemaTypePtr memberType; in xmlSchemaResolveUnionMemberTypes() local13279 memberType = xmlSchemaGetType(ctxt->schema, name, nsName); in xmlSchemaResolveUnionMemberTypes()13280 if ((memberType == NULL) || (! WXS_IS_SIMPLE(memberType))) { in xmlSchemaResolveUnionMemberTypes()13295 link->type = memberType; in xmlSchemaResolveUnionMemberTypes()13303 memberType = type->subtypes; in xmlSchemaResolveUnionMemberTypes()13304 while (memberType != NULL) { in xmlSchemaResolveUnionMemberTypes()13310 link->type = memberType; in xmlSchemaResolveUnionMemberTypes()13317 memberType = memberType->next; in xmlSchemaResolveUnionMemberTypes()14940 xmlSchemaTypePtr memberType; in xmlSchemaCheckUnionTypeDefCircularRecur() local14944 memberType = member->type; in xmlSchemaCheckUnionTypeDefCircularRecur()[all …]
13287 xmlSchemaTypePtr memberType; in xmlSchemaResolveUnionMemberTypes() local13307 memberType = xmlSchemaGetType(ctxt->schema, name, nsName); in xmlSchemaResolveUnionMemberTypes()13308 if ((memberType == NULL) || (! WXS_IS_SIMPLE(memberType))) { in xmlSchemaResolveUnionMemberTypes()13323 link->type = memberType; in xmlSchemaResolveUnionMemberTypes()13331 memberType = type->subtypes; in xmlSchemaResolveUnionMemberTypes()13332 while (memberType != NULL) { in xmlSchemaResolveUnionMemberTypes()13338 link->type = memberType; in xmlSchemaResolveUnionMemberTypes()13345 memberType = memberType->next; in xmlSchemaResolveUnionMemberTypes()14968 xmlSchemaTypePtr memberType; in xmlSchemaCheckUnionTypeDefCircularRecur() local14972 memberType = member->type; in xmlSchemaCheckUnionTypeDefCircularRecur()[all …]