Searched refs:FindNonEmptyAttribute (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/ |
H A D | ResourceParser.cpp | 598 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 D | XmlPullParser.h | 204 Maybe<android::StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser,
|
H A D | XmlPullParser.cpp | 320 Maybe<StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser, in FindNonEmptyAttribute() function
|