Searched refs:groupEntry (Results 1 – 1 of 1) sorted by relevance
131 for (const auto& groupEntry : floors["floors"]) in setFloorTable() local133 if ((!groupEntry.contains("group") && in setFloorTable()134 !groupEntry.contains("parameter")) || in setFloorTable()135 !groupEntry.contains("floors")) in setFloorTable()144 if (groupEntry.contains("group")) in setFloorTable()147 getGroup(groupEntry["group"].get<std::string>()); in setFloorTable()152 groupEntry["parameter"].get<std::string>(); in setFloorTable()155 for (const auto& floorEntry : groupEntry["floors"]) in setFloorTable()