Searched refs:entry_map (Results 1 – 3 of 3) sorted by relevance
114 auto entry_map = new CdEntryMapZip32(num_entries); in Create() local115 CHECK(entry_map->hash_table_ != nullptr) in Create()116 << "Zip: unable to allocate the " << entry_map->hash_table_size_ in Create()118 return std::unique_ptr<CdEntryMapInterface>(entry_map); in Create()
79 auto entry_map = target_map.find(target_resource); in MappingExists() local80 if (entry_map == target_map.end()) { in MappingExists()84 auto actual_overlay_resource = std::get_if<ResourceId>(&entry_map->second); in MappingExists()111 auto entry_map = target_map.find(target_resource); in MappingExists() local112 if (entry_map == target_map.end()) { in MappingExists()116 auto actual_overlay_value = std::get_if<TargetValue>(&entry_map->second); in MappingExists()
1018 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetBag() local1019 if (entry_map == nullptr) { in GetBag()1024 auto map = *entry_map; in GetBag()