Searched refs:FastAreAttrValuesEqual (Results 1 – 4 of 4) sorted by relevance
112 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b);
555 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b) { in FastAreAttrValuesEqual() function
202 if (!FastAreAttrValuesEqual(lhs.second, (*it).second)) return false; in operator ==()
3399 if (!FastAreAttrValuesEqual(attr1.second, it->second)) return false; in SameNode()