Searched refs:maybe_key (Results 1 – 1 of 1) sorted by relevance
1493 Maybe<Reference> maybe_key = ResourceUtils::ParseXmlAttributeName(maybe_name.value()); in ParseStyleItem() local1494 if (!maybe_key) { in ParseStyleItem()1499 ResolvePackage(parser, &maybe_key.value()); in ParseStyleItem()1500 maybe_key.value().SetSource(source); in ParseStyleItem()1508 style->entries.push_back(Style::Entry{std::move(maybe_key.value()), std::move(value)}); in ParseStyleItem()