Searched refs:NodeCast (Results 1 – 5 of 5) sorted by relevance
56 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()
40 using xml::NodeCast;
366 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()
250 T* NodeCast(Node* node) { in NodeCast() function
136 if (xml::Text* t = xml::NodeCast<xml::Text>(child.get())) { in Consume()