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

/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp87 pb::Attribute* pbAttr = getPbCompoundValue()->mutable_attr(); variable
88 pbAttr->set_format_flags(attr->typeMask);
89 pbAttr->set_min_int(attr->minInt);
90 pbAttr->set_max_int(attr->maxInt);
93 pb::Attribute_Symbol* pbSymbol = pbAttr->add_symbols();
H A DTableProtoDeserializer.cpp234 const pb::Attribute& pbAttr = pbCompoundValue.attr(); local
236 attr->typeMask = pbAttr.format_flags();
237 for (const pb::Attribute_Symbol& pbSymbol : pbAttr.symbols()) {

Completed in 402 milliseconds