Home
last modified time | relevance | path

Searched refs:otherParticle (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemachecker_helper.cpp99 …cleEqualsRecursively(const XsdParticle::Ptr &particle, const XsdParticle::Ptr &otherParticle) const in particleEqualsRecursively()
104 if (particle->minimumOccurs() != otherParticle->minimumOccurs()) in particleEqualsRecursively()
107 if (particle->maximumOccursUnbounded() != otherParticle->maximumOccursUnbounded()) in particleEqualsRecursively()
110 if (particle->maximumOccurs() != otherParticle->maximumOccurs()) in particleEqualsRecursively()
114 const XsdTerm::Ptr otherTerm = otherParticle->term(); in particleEqualsRecursively()
H A Dqxsdschemachecker_p.h260 …leEqualsRecursively(const XsdParticle::Ptr &particle, const XsdParticle::Ptr &otherParticle) const;
H A Dqxsdschemaresolver.cpp1146 const XsdParticle::Ptr otherParticle = particles.at(j); in resolveTermReference() local
1147 const XsdTerm::Ptr otherTerm = otherParticle->term(); in resolveTermReference()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemachecker_helper.cpp97 …cleEqualsRecursively(const XsdParticle::Ptr &particle, const XsdParticle::Ptr &otherParticle) const in particleEqualsRecursively()
102 if (particle->minimumOccurs() != otherParticle->minimumOccurs()) in particleEqualsRecursively()
105 if (particle->maximumOccursUnbounded() != otherParticle->maximumOccursUnbounded()) in particleEqualsRecursively()
108 if (particle->maximumOccurs() != otherParticle->maximumOccurs()) in particleEqualsRecursively()
112 const XsdTerm::Ptr otherTerm = otherParticle->term(); in particleEqualsRecursively()
H A Dqxsdschemachecker_p.h256 …leEqualsRecursively(const XsdParticle::Ptr &particle, const XsdParticle::Ptr &otherParticle) const;
H A Dqxsdschemaresolver.cpp1144 const XsdParticle::Ptr otherParticle = particles.at(j); in resolveTermReference() local
1145 const XsdTerm::Ptr otherTerm = otherParticle->term(); in resolveTermReference()