Searched refs:pbCompoundValue (Results 1 – 1 of 1) sorted by relevance
232 const pb::CompoundValue pbCompoundValue = pbValue.compound_value(); in deserializeValueFromPb() local233 if (pbCompoundValue.has_attr()) { in deserializeValueFromPb()234 const pb::Attribute& pbAttr = pbCompoundValue.attr(); in deserializeValueFromPb()250 } else if (pbCompoundValue.has_style()) { in deserializeValueFromPb()251 const pb::Style& pbStyle = pbCompoundValue.style(); in deserializeValueFromPb()284 } else if (pbCompoundValue.has_styleable()) { in deserializeValueFromPb()285 const pb::Styleable& pbStyleable = pbCompoundValue.styleable(); in deserializeValueFromPb()295 } else if (pbCompoundValue.has_array()) { in deserializeValueFromPb()296 const pb::Array& pbArray = pbCompoundValue.array(); in deserializeValueFromPb()310 } else if (pbCompoundValue.has_plural()) { in deserializeValueFromPb()[all …]