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