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