Searched refs:layoutQueue (Results 1 – 2 of 2) sorted by relevance
89 std::queue<std::string> layoutQueue; in PreTopologicalLoopDetection() local109 layoutQueue.push(flexItem->GetId()); in PreTopologicalLoopDetection()114 while (!layoutQueue.empty()) { in PreTopologicalLoopDetection()115 auto currentNodeName = layoutQueue.front(); in PreTopologicalLoopDetection()116 layoutQueue.pop(); in PreTopologicalLoopDetection()124 layoutQueue.push(node); in PreTopologicalLoopDetection()202 std::queue<std::string> layoutQueue; in TopologicalSort() local209 layoutQueue.push(flexItem->GetId()); in TopologicalSort()212 while (layoutQueue.size() > 0) { in TopologicalSort()214 layoutQueue.pop(); in TopologicalSort()[all …]
1202 std::queue<std::string> layoutQueue; in PreTopologicalLoopDetection() local1210 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()1217 layoutQueue.push(mapItem.second.id); in PreTopologicalLoopDetection()1235 layoutQueue.push(barrier.first); in PreTopologicalLoopDetection()1241 while (!layoutQueue.empty()) { in PreTopologicalLoopDetection()1243 layoutQueue.pop(); in PreTopologicalLoopDetection()1252 layoutQueue.push(node); in PreTopologicalLoopDetection()1270 std::queue<std::string> layoutQueue; in TopologicalSort() local1279 while (!layoutQueue.empty()) { in TopologicalSort()1281 layoutQueue.pop(); in TopologicalSort()[all …]