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()
982 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetParentThemeResourceId() local983 if (entry_map == nullptr) { in GetParentThemeResourceId()988 auto map = *entry_map; in GetParentThemeResourceId()1141 auto entry_map = std::get_if<incfs::verified_map_ptr<ResTable_map_entry>>(&entry->entry); in GetBag() local1142 if (entry_map == nullptr) { in GetBag()1147 auto map = *entry_map; in GetBag()