Searched refs:child_key (Results 1 – 1 of 1) sorted by relevance
1322 uint32_t child_key = dtohl(map_entry->name.ident); in GetBag() local1323 if (!is_internal_resid(child_key)) { in GetBag()1324 if (UNLIKELY(entry->dynamic_ref_table->lookupResourceId(&child_key) != NO_ERROR)) { in GetBag()1325 LOG(ERROR) << base::StringPrintf("Failed to resolve key 0x%08x in bag 0x%08x.", child_key, in GetBag()1331 if (child_key <= parent_entry->key) { in GetBag()1335 new_entry->key = child_key; in GetBag()1344 new_entry->value.data, child_key); in GetBag()1355 if (child_key >= parent_entry->key) { in GetBag()