Searched defs:pbCompoundValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp232 const pb::CompoundValue pbCompoundValue = pbValue.compound_value(); local
233 if (pbCompoundValue.has_attr()) {
234 const pb::Attribute& pbAttr = pbCompoundValue.attr();
248 } else if (pbCompoundValue.has_style()) {
249 const pb::Style& pbStyle = pbCompoundValue.style();
282 } else if (pbCompoundValue.has_styleable()) {
283 const pb::Styleable& pbStyleable = pbCompoundValue.styleable();
293 } else if (pbCompoundValue.has_array()) {
294 const pb::Array& pbArray = pbCompoundValue.array();
308 } else if (pbCompoundValue
[all...]

Completed in 46 milliseconds