Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp87 auto new_attr_end = std::remove_if( in Visit() local
90 el->attributes.erase(new_attr_end, el->attributes.end()); in Visit()
H A DXmlDom.cpp434 auto new_attr_end = std::remove_if(attributes.begin(), attributes.end(), in RemoveAttribute() local
439 attributes.erase(new_attr_end, attributes.end()); in RemoveAttribute()