Home
last modified time | relevance | path

Searched refs:table_view (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp578 const auto& table_view = in Consume() local
582 table_header->packageCount = android::util::HostToDevice32(table_view.packages.size()); in Consume()
591 for (auto& package : table_view.packages) { in Consume()
/aosp14/frameworks/base/tools/aapt2/
H A DDebug.cpp263 const auto table_view = table.GetPartitionedView(); in PrintTable() local
264 for (const auto& package : table_view.packages) { in PrintTable()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp359 auto table_view = table.GetPartitionedView(); in SerializeTableToPb() local
360 for (const auto& package : table_view.packages) { in SerializeTableToPb()