Searched refs:still_open (Results 1 – 1 of 1) sorted by relevance
229 std::vector<GroupInfo*> still_open; in ComputeLayoutTable() local236 auto it = still_open.begin(); in ComputeLayoutTable()237 while (it != still_open.end()) { in ComputeLayoutTable()239 it = still_open.erase(it); in ComputeLayoutTable()255 for (const auto& open : still_open) { in ComputeLayoutTable()271 still_open.push_back(group); in ComputeLayoutTable()