Searched refs:elToItemMap (Results 1 – 1 of 1) sorted by relevance
368 static const auto elToItemMap = ImmutableMap<std::string, ItemTypeFormat>::CreatePreSorted({ in ParseResource() local471 const auto item_iter = elToItemMap.find(resource_type); in ParseResource()472 if (item_iter != elToItemMap.end()) { in ParseResource()