Searched refs:systemsArrayIt (Results 1 – 1 of 1) sorted by relevance
391 const auto& systemsArrayIt = json.find("systems"); in LoadString() local392 if (systemsArrayIt && systemsArrayIt->is_array()) { in LoadString()393 for (const auto& systemJson : systemsArrayIt->array_) { in LoadString()