Searched refs:pbStyle (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp249 const pb::Style& pbStyle = pbCompoundValue.style(); local
251 if (pbStyle.has_parent()) {
253 if (!deserializeReferenceFromPb(pbStyle.parent(), &style->parent.value())) {
257 if (pbStyle.has_parent_source()) {
259 deserializeSourceFromPb(pbStyle.parent_source(), *mSourcePool,
265 for (const pb::Style_Entry& pbEntry : pbStyle.entries()) {
H A DTableProtoSerializer.cpp101 pb::Style* pbStyle = getPbCompoundValue()->mutable_style(); variable
103 serializeReferenceToPb(style->parent.value(), pbStyle->mutable_parent());
106 pbStyle->mutable_parent_source());
110 pb::Style_Entry* pbEntry = pbStyle->add_entries();

Completed in 121 milliseconds