Home
last modified time | relevance | path

Searched refs:ResourceTableTypeView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DDiff.cpp100 const ResourceTableTypeView& type_a, const ResourceTableEntryView& entry_a, in EmitResourceConfigValueDiff()
102 const ResourceTablePackageView& pkg_b, const ResourceTableTypeView& type_b, in EmitResourceConfigValueDiff()
121 const ResourceTableTypeView& type_a, in EmitResourceEntryDiff()
124 const ResourceTableTypeView& type_b, in EmitResourceEntryDiff()
157 const ResourceTableTypeView& type_a, LoadedApk* apk_b, in EmitResourceTypeDiff()
159 const ResourceTableTypeView& type_b) { in EmitResourceTypeDiff()
/frameworks/base/tools/aapt2/
DResourceTable.cpp330 bool operator()(const ResourceTableTypeView& lhs, const ResourceTableTypeView& rhs) { in operator ()()
350 SortedVectorInserter<ResourceTableTypeView, TypeViewComparer> type_inserter; in InsertEntryIntoTableView()
357 ResourceTableTypeView new_type{type->type, id ? id.value().type_id() : Maybe<uint8_t>{}}; in InsertEntryIntoTableView()
416 SortedVectorInserter<ResourceTableTypeView, TypeViewComparer> type_inserter; in GetPartitionedView()
DResourceTable.h219 struct ResourceTableTypeView { struct
234 std::vector<ResourceTableTypeView> types; argument
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.cpp341 bool FlattenConfig(const ResourceTableTypeView& type, const ConfigDescription& config, in FlattenConfig()
544 bool FlattenTypeSpec(const ResourceTableTypeView& type, in FlattenTypeSpec()
594 for (const ResourceTableTypeView& type : package_.types) { in FlattenTypes()