Searched refs:child_key (Results 1 – 1 of 1) sorted by relevance
1118 uint32_t child_key = dtohl(map_entry->name.ident); in GetBag() local1119 if (!is_internal_resid(child_key)) { in GetBag()1120 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&child_key) != NO_ERROR)) { in GetBag()1121 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, in GetBag()1127 if (child_key <= parent_entry->key) { in GetBag()1131 new_entry->key = child_key; in GetBag()1140 new_entry->value.data, child_key); in GetBag()1151 if (child_key >= parent_entry->key) { in GetBag()