Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp837 std::optional<bool> maybe_formatted = ResourceUtils::ParseBool(formatted_attr.value()); in ParseString() local
838 if (!maybe_formatted) { in ParseString()
843 formatted = maybe_formatted.value(); in ParseString()