Searched defs:FindAttribute (Results 1 – 3 of 3) sorted by relevance
299 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
404 Attribute* Element::FindAttribute(const StringPiece& ns, in FindAttribute() function in aapt::xml::Element414 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() function in aapt::xml::Element
285 Maybe<StringPiece> FindAttribute(const XmlPullParser* parser, in FindAttribute() function