Home
last modified time | relevance | path

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

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