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

/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp23 android::String16 hashedName; member in struct:CacheEntry
27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { }
62 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); local
63 const uint32_t hashcode = hash(hashedName);
72 if (hashedName == (*item).second.hashedName) {
90 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); local
91 const uint32_t hashcode = hash(hashedName);
92 mIdMap[hashcode] = CacheEntry(hashedName, resId);

Completed in 236 milliseconds