Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.cpp434 auto type_index_iter = type_new_package_index.find(type.named_type); in GetPartitionedView() local
435 if (type_index_iter == type_new_package_index.end()) { in GetPartitionedView()
437 type_new_package_index.insert(type_index_iter, in GetPartitionedView()
445 const size_t index = type_index_iter->second; in GetPartitionedView()