Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp840 Maybe<bool> maybe_formatted = in ParseString() local
842 if (!maybe_formatted) { in ParseString()
847 formatted = maybe_formatted.value(); in ParseString()