Searched refs:maybe_max_str (Results 1 – 1 of 1) sorted by relevance
1141 if (Maybe<StringPiece> maybe_max_str = xml::FindAttribute(parser, "max")) { in ParseAttrImpl() local1142 StringPiece max_str = util::TrimWhitespace(maybe_max_str.value()); in ParseAttrImpl()