Searched refs:resource_type (Results 1 – 1 of 1) sorted by relevance
546 std::string resource_type = parser->element_name(); in ParseResource() local553 if (resource_type == "item") { in ParseResource()562 resource_type = std::string(maybe_type.value()); in ParseResource()580 } else if (resource_type == "bag") { in ParseResource()585 resource_type = std::string(maybe_type.value()); in ParseResource()597 if (resource_type == "id") { in ParseResource()634 } else if (resource_type == "macro") { in ParseResource()648 const auto item_iter = elToItemMap.find(resource_type); in ParseResource()676 const auto bag_iter = elToBagMap.find(resource_type); in ParseResource()679 if (resource_type != kPublicGroupTag && resource_type != kStagingPublicGroupTag && in ParseResource()[all …]