Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp7333 class IdmapMatchingResources;
7351 friend IdmapMatchingResources;
7354 class IdmapMatchingResources { class
7356 IdmapMatchingResources(std::unique_ptr<IdmapTypeMapping> tm) : mTypeMapping(std::move(tm)) { in IdmapMatchingResources() function in android::IdmapMatchingResources
7476 const IdmapMatchingResources matchingResources(std::move(typeMapping)); in createIdmap()