Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceParser.cpp591 if (std::optional<StringPiece> maybe_format = xml::FindNonEmptyAttribute(parser, "format")) { in ParseResource() local
1336 std::optional<StringPiece> maybe_format = xml::FindAttribute(parser, "format"); in ParseAttrImpl() local