Searched defs:DfsStackElem (Results 1 – 1 of 1) sorted by relevance
27 struct DfsStackElem { struct28 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() function30 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() function33 int node;36 bool children_visited;38 int src;