Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp544 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local
545 resource_type = maybe_type.value().to_string(); in ParseResource()
568 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local
569 resource_type = maybe_type.value().to_string(); in ParseResource()
854 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local
855 if (!maybe_type) { in ParsePublic()
861 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()
864 << maybe_type.value() in ParsePublic()
903 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local
904 if (!maybe_type) { in ParsePublicGroup()
[all …]