Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp7356 IdmapMatchingResources(std::unique_ptr<IdmapTypeMapping> tm) : mTypeMapping(std::move(tm)) { in IdmapMatchingResources()
7357 assert(mTypeMapping); in IdmapMatchingResources()
7358 for (auto ti = mTypeMapping->mData.cbegin(); ti != mTypeMapping->mData.cend(); ++ti) { in IdmapMatchingResources()
7372 return mTypeMapping->mData; in getTypeMapping()
7385 const std::unique_ptr<IdmapTypeMapping> mTypeMapping; member in android::IdmapMatchingResources