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