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

/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp636 const pb::CompoundValue& pb_compound_value = pb_value.compound_value(); local
637 switch (pb_compound_value.value_case()) {
639 const pb::Attribute& pb_attr = pb_compound_value.attr();
656 const pb::Style& pb_style = pb_compound_value.style();
691 const pb::Styleable& pb_styleable = pb_compound_value.styleable();
703 const pb::Array& pb_array = pb_compound_value.array();
719 const pb::Plural& pb_plural = pb_compound_value.plural();
735 LOG(FATAL) << "unknown compound value: " << (int)pb_compound_value.value_case();

Completed in 7 milliseconds