Lines Matching refs:map_entry
805 const ResTable_map* map_entry = in GetBag() local
807 const ResTable_map* const map_entry_end = map_entry + dtohl(map->count); in GetBag()
818 const size_t entry_count = map_entry_end - map_entry; in GetBag()
822 for (; map_entry != map_entry_end; ++map_entry) { in GetBag()
823 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag()
838 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
878 while (map_entry != map_entry_end && parent_entry != parent_entry_end) { in GetBag()
879 uint32_t child_key = dtohl(map_entry->name.ident); in GetBag()
895 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
904 ++map_entry; in GetBag()
919 while (map_entry != map_entry_end) { in GetBag()
920 uint32_t new_key = dtohl(map_entry->name.ident); in GetBag()
932 new_entry->value.copyFrom_dtoh(map_entry->value); in GetBag()
940 ++map_entry; in GetBag()