Searched refs:new_key (Results 1 – 1 of 1) sorted by relevance
1047 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local1048 if (!is_internal_resid(new_key)) { in GetBag()1051 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()1052 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()1059 new_entry->key = new_key; in GetBag()1068 new_entry->value.data, new_key); in GetBag()1165 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local1166 if (!is_internal_resid(new_key)) { in GetBag()1167 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()1168 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()[all …]