Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp377 xml::Attribute cloned_attr; in Clone() local
378 cloned_attr.name = attr.name; in Clone()
379 cloned_attr.namespace_uri = attr.namespace_uri; in Clone()
380 cloned_attr.value = attr.value; in Clone()
381 cloned_attr.compiled_attribute = attr.compiled_attribute; in Clone()
383 cloned_attr.compiled_value.reset(attr.compiled_value->Clone(&cloned->string_pool)); in Clone()
385 dst->attributes.push_back(std::move(cloned_attr)); in Clone()