Home
last modified time | relevance | path

Searched refs:pb_array (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize.cpp586 pb::Array* pb_array = out_value_->mutable_compound_value()->mutable_array(); in Visit() local
588 pb::Array_Element* pb_element = pb_array->add_element(); in Visit()
DProtoDeserialize.cpp764 const pb::Array& pb_array = pb_compound_value.array(); in DeserializeValueFromPb() local
766 for (const pb::Array_Element& pb_entry : pb_array.element()) { in DeserializeValueFromPb()