Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DManifestMerger.cpp57 std::set<xml::Attribute, decltype(&attrLess)> lhsAttrs(&attrLess); in compare() local
58 lhsAttrs.insert(lhs->attributes.begin(), lhs->attributes.end()); in compare()
60 if (lhsAttrs.erase(attr) == 0) { in compare()
66 if (!lhsAttrs.empty()) { in compare()