Searched refs:style_entry (Results 1 – 1 of 1) sorted by relevance
575 Style::Entry style_entry; in ParseStyle() local576 style_entry.key = Reference(util::DeviceToHost32(map_entry.name.ident)); in ParseStyle()577 style_entry.value = ParseValue(name, config, map_entry.value); in ParseStyle()578 if (!style_entry.value) { in ParseStyle()581 style->entries.push_back(std::move(style_entry)); in ParseStyle()