Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp468 if (std::optional<StringPiece> maybe_product = xml::FindNonEmptyAttribute(parser, "product")) { in ParseResources()
561 if (std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource()
569 if (std::optional<StringPiece> maybe_format = xml::FindNonEmptyAttribute(parser, "format")) { in ParseResource()
584 if (std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource()
595 std::optional<StringPiece> maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseResource()
928 std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic()
944 if (std::optional<StringPiece> maybe_id_str = xml::FindNonEmptyAttribute(parser, "id")) { in ParsePublic()
972 std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseGroupImpl()
988 std::optional<StringPiece> maybe_id_str = xml::FindNonEmptyAttribute(parser, "first-id"); in ParseGroupImpl()
1019 auto maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseGroupImpl()
[all …]
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h202 std::optional<android::StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser,
DXmlPullParser.cpp317 std::optional<StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser, StringPiece name) { in FindNonEmptyAttribute() function