Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp56 using ::aapt::xml::NodeCast;
279 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in __anon84c32c5c0402()
304 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in __anon84c32c5c0502()
333 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in __anon84c32c5c0602()
463 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in __anon84c32c5c0902()
493 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in __anon84c32c5c0a02()
DConfigurationParser_test.cpp40 using xml::NodeCast;
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp366 return NodeCast<Element>(node); in FindRootElement()
405 if (Element* el = NodeCast<Element>(child.get())) { in FindChildWithAttribute()
424 if (Element* child = NodeCast<Element>(child_node.get())) { in GetChildElements()
DXmlDom.h250 T* NodeCast(Node* node) { in NodeCast() function
/frameworks/base/tools/aapt2/compile/
DInlineXmlFormatParser.cpp136 if (xml::Text* t = xml::NodeCast<xml::Text>(child.get())) { in Consume()