Searched refs:maybe_product (Results 1 – 1 of 1) sorted by relevance
468 if (std::optional<StringPiece> maybe_product = xml::FindNonEmptyAttribute(parser, "product")) { in ParseResources() local469 parsed_resource.product = std::string(maybe_product.value()); in ParseResources()