Searched defs:FindAttribute (Results 1 – 5 of 5) sorted by relevance
94 Result<Res_value> FindAttribute(const ResXMLParser& parser, const std::string& label, in FindAttribute() function
307 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
418 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute() function in aapt::xml::Element422 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() function in aapt::xml::Element
310 std::optional<StringPiece> FindAttribute(const XmlPullParser* parser, const StringPiece& name) { in FindAttribute() function
98 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute() function110 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute() function