Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7203 IdmapMatchingResources(std::unique_ptr<IdmapTypeMapping> tm) : mTypeMapping(std::move(tm)) { in IdmapMatchingResources()
7204 assert(mTypeMapping); in IdmapMatchingResources()
7205 for (auto ti = mTypeMapping->mData.cbegin(); ti != mTypeMapping->mData.cend(); ++ti) { in IdmapMatchingResources()
7219 return mTypeMapping->mData; in getTypeMapping()
7232 const std::unique_ptr<IdmapTypeMapping> mTypeMapping; member in android::IdmapMatchingResources