Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp1141 if (Maybe<StringPiece> maybe_max_str = xml::FindAttribute(parser, "max")) { in ParseAttrImpl() local
1142 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl()