Searched refs:entry_map (Results 1 – 2 of 2) sorted by relevance
78 auto entry_map = target_map.find(target_resource); in MappingExists() local79 if (entry_map == target_map.end()) { in MappingExists()88 auto actual_overlay_resource = std::get_if<ResourceId>(&entry_map->second); in MappingExists()115 auto entry_map = target_map.find(target_resource); in MappingExists() local116 if (entry_map == target_map.end()) { in MappingExists()125 auto config_map = std::get_if<ConfigMap>(&entry_map->second); in MappingExists()
1054 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetParentThemeResourceId() local1055 if (entry_map == nullptr) { in GetParentThemeResourceId()1060 auto map = *entry_map; in GetParentThemeResourceId()1222 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetBag() local1223 if (entry_map == nullptr) { in GetBag()1228 auto map = *entry_map; in GetBag()