Home
last modified time | relevance | path

Searched refs:dfsStack (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h186 Path DfsBuildCycleInfo(DfsStack &dfsStack, DfsState state) in DfsBuildCycleInfo() argument
194 while (!dfsStack.empty()) { in DfsBuildCycleInfo()
195 auto s = dfsStack.top(); in DfsBuildCycleInfo()
196 dfsStack.pop(); in DfsBuildCycleInfo()
207 DfsAction DfsVisitChildren(DfsStack &dfsStack, DfsState &state) in DfsVisitChildren() argument
222 dfsStack.push(DfsState {state.currentIdx, nextChild}); in DfsVisitChildren()
232 bool DfsPopState(DfsStack &dfsStack, DfsState &state)
234 while (!dfsStack.empty()) {
235 state = dfsStack.top();
236 dfsStack
[all...]

Completed in 2 milliseconds