Lines Matching refs:Style
249 const pb::Style& pbStyle = pbCompoundValue.style();
250 std::unique_ptr<Style> style = util::make_unique<Style>();
252 style->parent = Reference();
253 if (!deserializeReferenceFromPb(pbStyle.parent(), &style->parent.value())) {
261 style->parent.value().setSource(std::move(parentSource));
266 Style::Entry entry;
278 style->entries.push_back(std::move(entry));
280 value = std::move(style);