Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp7079 IdmapMatchingResources(std::unique_ptr<IdmapTypeMapping> tm) : mTypeMapping(std::move(tm)) { in IdmapMatchingResources()
7080 assert(mTypeMapping); in IdmapMatchingResources()
7081 for (auto ti = mTypeMapping->mData.cbegin(); ti != mTypeMapping->mData.cend(); ++ti) { in IdmapMatchingResources()
7095 return mTypeMapping->mData; in getTypeMapping()
7108 const std::unique_ptr<IdmapTypeMapping> mTypeMapping; member in android::IdmapMatchingResources