Lines Matching refs:new_key
1170 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1171 if (!is_internal_resid(new_key)) { in GetBag()
1174 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()
1175 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
1182 new_entry->key = new_key; in GetBag()
1191 new_entry->value.data, new_key); in GetBag()
1288 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
1289 if (!is_internal_resid(new_key)) { in GetBag()
1290 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR)) { in GetBag()
1291 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
1297 new_entry->key = new_key; in GetBag()
1305 new_entry->value.dataType, new_entry->value.data, new_key); in GetBag()