Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dgraph.h180 struct DfsState { struct in Commonlibrary::Concurrent::LocksModule::Graph::Vertex::DfsAction
184 using DfsStack = std::stack<DfsState>;
186 Path DfsBuildCycleInfo(DfsStack &dfsStack, DfsState state) in DfsBuildCycleInfo()
207 DfsAction DfsVisitChildren(DfsStack &dfsStack, DfsState &state) in DfsVisitChildren()
222 dfsStack.push(DfsState {state.currentIdx, nextChild}); in DfsVisitChildren()
232 bool DfsPopState(DfsStack &dfsStack, DfsState &state)
248 DfsState state {seedVertexIdx, 0};

Completed in 2 milliseconds