Searched refs:FindChildWithAttribute (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 449 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild() 453 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild() 456 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute() function in aapt::xml::Element 459 return const_cast<Element*>(static_cast<const Element*>(this)->FindChildWithAttribute( in FindChildWithAttribute() 463 const Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute() function in aapt::xml::Element
|
D | XmlDom.h | 111 Element* FindChildWithAttribute(const android::StringPiece& ns, const android::StringPiece& name, 116 const Element* FindChildWithAttribute(const android::StringPiece& ns,
|