Lines Matching refs:Clone

80 RawString* RawString::Clone(StringPool* new_pool) const {  in Clone()  function in aapt::RawString
139 Reference* Reference::Clone(StringPool* /*new_pool*/) const { in Clone() function in aapt::Reference
223 Id* Id::Clone(StringPool* /*new_pool*/) const { in Clone() function in aapt::Id
269 String* String::Clone(StringPool* new_pool) const { in Clone() function in aapt::String
324 StyledString* StyledString::Clone(StringPool* new_pool) const { in Clone() function in aapt::StyledString
360 FileReference* FileReference::Clone(StringPool* new_pool) const { in Clone() function in aapt::FileReference
409 BinaryPrimitive* BinaryPrimitive::Clone(StringPool* /*new_pool*/) const { in Clone() function in aapt::BinaryPrimitive
594 Attribute* Attribute::Clone(StringPool* /*new_pool*/) const { in Clone() function in aapt::Attribute
900 Style* Style::Clone(StringPool* new_pool) const { in Clone() function in aapt::Style
907 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_pool))}); in Clone()
927 cloned_entry.value.reset(entry.value->Clone(pool)); in CloneEntry()
1000 Array* Array::Clone(StringPool* new_pool) const { in Clone() function in aapt::Array
1005 array->elements.emplace_back(std::unique_ptr<Item>(item->Clone(new_pool))); in Clone()
1037 Plural* Plural::Clone(StringPool* new_pool) const { in Clone() function in aapt::Plural
1044 p->values[i] = std::unique_ptr<Item>(values[i]->Clone(new_pool)); in Clone()
1093 Styleable* Styleable::Clone(StringPool* /*new_pool*/) const { in Clone() function in aapt::Styleable