Home
last modified time | relevance | path

Searched refs:derivationSet (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemahelper.cpp592 …QSet<SchemaType::DerivationMethod> &derivationSet, NamedSchemaComponent::BlockingConstraints &bloc… in foundSubstitutionGroupTypeInheritance() argument
600 derivationSet.insert(memberType->derivationMethod()); in foundSubstitutionGroupTypeInheritance()
607 …foundSubstitutionGroupTypeInheritance(headType, memberType->wxsSuperType(), derivationSet, blockSe… in foundSubstitutionGroupTypeInheritance()
631 QSet<SchemaType::DerivationMethod> derivationSet; in substitutionGroupOkTransitive() local
634 … foundSubstitutionGroupTypeInheritance(head->type(), member->type(), derivationSet, blockSet); in substitutionGroupOkTransitive()
643 …if ((checkSet & NamedSchemaComponent::RestrictionConstraint) && derivationSet.contains(SchemaType:… in substitutionGroupOkTransitive()
645 …if ((checkSet & NamedSchemaComponent::ExtensionConstraint) && derivationSet.contains(SchemaType::D… in substitutionGroupOkTransitive()
H A Dqxsdschemahelper_p.h170 … QSet<SchemaType::DerivationMethod> &derivationSet,
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemahelper.cpp577 …QSet<SchemaType::DerivationMethod> &derivationSet, NamedSchemaComponent::BlockingConstraints &bloc… in foundSubstitutionGroupTypeInheritance() argument
585 derivationSet.insert(memberType->derivationMethod()); in foundSubstitutionGroupTypeInheritance()
592 …foundSubstitutionGroupTypeInheritance(headType, memberType->wxsSuperType(), derivationSet, blockSe… in foundSubstitutionGroupTypeInheritance()
616 QSet<SchemaType::DerivationMethod> derivationSet; in substitutionGroupOkTransitive() local
619 … foundSubstitutionGroupTypeInheritance(head->type(), member->type(), derivationSet, blockSet); in substitutionGroupOkTransitive()
628 …if ((checkSet & NamedSchemaComponent::RestrictionConstraint) && derivationSet.contains(SchemaType:… in substitutionGroupOkTransitive()
630 …if ((checkSet & NamedSchemaComponent::ExtensionConstraint) && derivationSet.contains(SchemaType::D… in substitutionGroupOkTransitive()
H A Dqxsdschemahelper_p.h166 … QSet<SchemaType::DerivationMethod> &derivationSet,