Searched refs:ResourceTableTypeView (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Diff.cpp | 100 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/ |
D | ResourceTable.cpp | 330 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()
|
D | ResourceTable.h | 219 struct ResourceTableTypeView { struct 234 std::vector<ResourceTableTypeView> types; argument
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener.cpp | 341 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()
|