Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7240 IdmapMatchingResources(std::unique_ptr<IdmapTypeMapping> tm) : mTypeMapping(std::move(tm)) { in IdmapMatchingResources()
7241 assert(mTypeMapping); in IdmapMatchingResources()
7242 for (auto ti = mTypeMapping->mData.cbegin(); ti != mTypeMapping->mData.cend(); ++ti) { in IdmapMatchingResources()
7256 return mTypeMapping->mData; in getTypeMapping()
7269 const std::unique_ptr<IdmapTypeMapping> mTypeMapping; member in android::IdmapMatchingResources