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

/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp656 const pb::Style& pb_style = pb_compound_value.style(); local
658 if (pb_style.has_parent()) {
660 if (!DeserializeReferenceFromPb(pb_style.parent(), &style->parent.value(), out_error)) {
664 if (pb_style.has_parent_source()) {
666 DeserializeSourceFromPb(pb_style.parent_source(), src_pool, &parent_source);
671 for (const pb::Style_Entry& pb_entry : pb_style.entry()) {
H A DProtoSerialize.cpp502 pb::Style* pb_style = out_value_->mutable_compound_value()->mutable_style(); variable
505 SerializeReferenceToPb(parent, pb_style->mutable_parent());
507 SerializeSourceToPb(parent.GetSource(), src_pool_, pb_style->mutable_parent_source());
512 pb::Style_Entry* pb_entry = pb_style->add_entry();

Completed in 79 milliseconds