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.cpp672 pb::Array* pb_array = out_value_->mutable_compound_value()->mutable_array(); in Visit() local
674 pb::Array_Element* pb_element = pb_array->add_element(); in Visit()
DProtoDeserialize.cpp821 const pb::Array& pb_array = pb_compound_value.array(); in DeserializeValueFromPb() local
823 for (const pb::Array_Element& pb_entry : pb_array.element()) { in DeserializeValueFromPb()