Home
last modified time | relevance | path

Searched refs:layoutQueue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp89 std::queue<std::string> layoutQueue; in PreTopologicalLoopDetection() local
109 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() local
209 layoutQueue.push(flexItem->GetId()); in TopologicalSort()
212 while (layoutQueue.size() > 0) { in TopologicalSort()
214 layoutQueue.pop(); in TopologicalSort()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1202 std::queue<std::string> layoutQueue; in PreTopologicalLoopDetection() local
1210 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() local
1279 while (!layoutQueue.empty()) { in TopologicalSort()
1281 layoutQueue.pop(); in TopologicalSort()
[all …]