Searched refs:DfsAction (Results 1 – 1 of 1) sorted by relevance
179 enum class DfsAction { RESTART = 0, FINISH = 1, PROCEED = 2 }; enum207 DfsAction DfsVisitChildren(DfsStack &dfsStack, DfsState &state) in DfsVisitChildren()218 return DfsAction::FINISH; in DfsVisitChildren()225 return DfsAction::RESTART; in DfsVisitChildren()229 return DfsAction::PROCEED; in DfsVisitChildren()253 DfsAction a = DfsVisitChildren(dfsStack, state); in RunDfsFromVertex()255 case DfsAction::FINISH: in RunDfsFromVertex()257 case DfsAction::RESTART: in RunDfsFromVertex()259 case DfsAction::PROCEED: in RunDfsFromVertex()