Home
last modified time | relevance | path

Searched refs:parent_entry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1312 const ResolvedBag::Entry* parent_entry = (*parent_bag)->entries; in GetBag() local
1313 const ResolvedBag::Entry* const parent_entry_end = parent_entry + (*parent_bag)->entry_count; in GetBag()
1317 while (map_entry != map_entry_end && parent_entry != parent_entry_end) { in GetBag()
1331 if (child_key <= parent_entry->key) { in GetBag()
1350 memcpy(new_entry, parent_entry, sizeof(*new_entry)); in GetBag()
1355 if (child_key >= parent_entry->key) { in GetBag()
1357 ++parent_entry; in GetBag()
1396 if (parent_entry != parent_entry_end) { in GetBag()
1398 const size_t num_entries_to_copy = parent_entry_end - parent_entry; in GetBag()
1399 memcpy(new_entry, parent_entry, num_entries_to_copy * sizeof(*new_entry)); in GetBag()