Searched defs:Text (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DXmlDom.h110 * A Text (CDATA) XML node. Can not have any children.
112 struct Text : public BaseNode<Text> { struct in namespace:aapt::xml
115 Text();
137 virtual void visit(Text* text) = 0;
H A DXmlDom.cpp147 Text* text = static_cast<Text*>(lastChild);
154 std::unique_ptr<Text> text = util::make_unique<Text>();
277 std::unique_ptr<Text> node = util::make_unique<Text>();
418 Text::Text() : BaseNode(NodeType::kText) { function in class:aapt::xml::Text
421 std::unique_ptr<Node> Text::clone() const {
422 Text* e
[all...]

Completed in 8549 milliseconds