Home
last modified time | relevance | path

Searched refs:FindNonEmptyAttribute (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp598 Maybe<StringPiece> maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseResource()
932 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic()
977 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseGroupImpl()
1022 auto maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseGroupImpl()
1029 if (xml::FindNonEmptyAttribute(parser, "id")) { in ParseGroupImpl()
1035 if (xml::FindNonEmptyAttribute(parser, "type")) { in ParseGroupImpl()
1093 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseSymbolImpl()
1456 Maybe<StringPiece> maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseEnumOrFlagItem()
1463 Maybe<StringPiece> maybe_value = xml::FindNonEmptyAttribute(parser, "value"); in ParseEnumOrFlagItem()
1487 Maybe<StringPiece> maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseStyleItem()
[all …]
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h204 Maybe<android::StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser,
H A DXmlPullParser.cpp320 Maybe<StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser, in FindNonEmptyAttribute() function