Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp793 Maybe<bool> maybe_formatted = in ParseString() local
795 if (!maybe_formatted) { in ParseString()
800 formatted = maybe_formatted.value(); in ParseString()