Searched refs:otherAttr (Results 1 – 1 of 1) sorted by relevance
109 const Attribute* otherAttr = other->getAttributeItem(attribute->name()); in isEquivalent() local110 if (!otherAttr || attribute->value() != otherAttr->value()) in isEquivalent()