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