Lines Matching refs:new_key
823 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
824 if (!is_internal_resid(new_key)) { in GetBag()
827 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
828 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
834 new_entry->key = new_key; in GetBag()
843 new_entry->value.data, new_key); in GetBag()
920 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag() local
921 if (!is_internal_resid(new_key)) { in GetBag()
922 if (entry.dynamic_ref_table->lookupResourceId(&new_key) != NO_ERROR) { in GetBag()
923 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", new_key, in GetBag()
929 new_entry->key = new_key; in GetBag()
937 new_entry->value.dataType, new_entry->value.data, new_key); in GetBag()