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

/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp529 pb::Array* pb_array = out_value_->mutable_compound_value()->mutable_array(); variable
531 pb::Array_Element* pb_element = pb_array->add_element();
H A DProtoDeserialize.cpp703 const pb::Array& pb_array = pb_compound_value.array(); local
705 for (const pb::Array_Element& pb_entry : pb_array.element()) {

Completed in 174 milliseconds