Searched refs:hashedName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp25 android::String16 hashedName; member in struct:CacheEntry
29 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { }
64 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); local
65 const uint32_t hashcode = hash(hashedName);
74 if (hashedName == (*item).second.hashedName) {
92 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); local
93 const uint32_t hashcode = hash(hashedName);
94 mIdMap[hashcode] = CacheEntry(hashedName, resId);

Completed in 52 milliseconds