Searched refs:entry_map (Results 1 – 2 of 2) sorted by relevance
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()