Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlUtil.cpp89 auto new_attr_end = std::remove_if( in Visit() local
92 el->attributes.erase(new_attr_end, el->attributes.end()); in Visit()
DXmlDom.cpp429 auto new_attr_end = std::remove_if(attributes.begin(), attributes.end(), in RemoveAttribute() local
434 attributes.erase(new_attr_end, attributes.end()); in RemoveAttribute()