Searched refs:style_entry (Results 1 – 1 of 1) sorted by relevance
624 Style::Entry style_entry; in ParseStyle() local625 style_entry.key = Reference(android::util::DeviceToHost32(map_entry.name.ident)); in ParseStyle()626 style_entry.value = ParseValue(name, config, map_entry.value); in ParseStyle()627 if (!style_entry.value) { in ParseStyle()630 style->entries.push_back(std::move(style_entry)); in ParseStyle()