Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp384 xml::Attribute cloned_attr; in Clone() local
385 cloned_attr.name = attr.name; in Clone()
386 cloned_attr.namespace_uri = attr.namespace_uri; in Clone()
387 cloned_attr.value = attr.value; in Clone()
388 cloned_attr.compiled_attribute = attr.compiled_attribute; in Clone()
390 cloned_attr.compiled_value = attr.compiled_value->Transform(cloner); in Clone()
392 dst->attributes.push_back(std::move(cloned_attr)); in Clone()