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
306 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
420 Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) { in FindAttribute() function in aapt::xml::Element424 const Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) const { in FindAttribute() function in aapt::xml::Element
309 std::optional<StringPiece> FindAttribute(const XmlPullParser* parser, StringPiece name) { in FindAttribute() function
104 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute() function116 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute() function