Home
last modified time | relevance | path

Searched defs:FindAttribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h296 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
DXmlDom.cpp379 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute() function in aapt::xml::Element
388 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() function in aapt::xml::Element
DXmlPullParser.cpp291 Maybe<StringPiece> FindAttribute(const XmlPullParser* parser, in FindAttribute() function