Searched defs:Clone (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.cpp45 NativeFrame* NativeFrame::Clone() const { function in class:android::filterfw::NativeFrame
H A Dgl_frame.cpp195 GLFrame* GLFrame::Clone() const { function in class:android::filterfw::GLFrame
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp57 RawString* RawString::Clone(StringPool* new_pool) const { function in class:aapt::RawString
117 Reference* Reference::Clone(StringPool* /*new_pool*/) const { function in class:aapt::Reference
158 Id* Id::Clone(StringPool* /*new_pool*/) const { return new Id(*this); } function in class:aapt::Id
199 String* String::Clone(StringPool* new_pool) const { function in class:aapt::String
247 StyledString* StyledString::Clone(StringPool* new_pool) const { function in class:aapt::StyledString
282 FileReference* FileReference::Clone(StringPool* new_pool) const { function in class:aapt::FileReference
316 BinaryPrimitive* BinaryPrimitive::Clone(StringPool* /*new_pool*/) const { function in class:aapt::BinaryPrimitive
412 Attribute* Attribute::Clone(StringPool* /*new_pool*/) const { function in class:Attribute
718 Style* Style::Clone(StringPool* new_pool) const {
725 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_poo
[all...]
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp431 std::unique_ptr<Node> Element::Clone(const ElementCloneFunc& el_cloner) const { function in class:aapt::xml::Element
443 el->AppendChild(child->Clone(el_cloner));
449 return std::unique_ptr<Element>(static_cast<Element*>(Clone(el_cloner).release()));
458 std::unique_ptr<Node> Text::Clone(const ElementCloneFunc&) const { function in class:aapt::xml::Text

Completed in 142 milliseconds