Home
last modified time | relevance | path

Searched defs:maybe_type (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.cpp561 if (std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local
584 if (std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local
928 std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local
972 std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseGroupImpl() local
1100 std::optional<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParseSymbolImpl() local
1245 } else if (std::optional<StringPiece> maybe_type = in ParseOverlayable() local