HomeSort by relevance Sort by last modified time
    Searched refs:FindChildWithAttribute (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlDom.h 109 Element* FindChildWithAttribute(const android::StringPiece& ns, const android::StringPiece& name,
114 const Element* FindChildWithAttribute(const android::StringPiece& ns,
XmlDom.cpp 436 return FindChildWithAttribute(ns, name, {}, {}, {});
440 return FindChildWithAttribute(ns, name, {}, {}, {});
443 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name,
446 return const_cast<Element*>(static_cast<const Element*>(this)->FindChildWithAttribute(
450 const Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name,

Completed in 292 milliseconds