Searched refs:DfsStackElem (Results 1 – 2 of 2) 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() function50 std::vector<DfsStackElem> stack; in DfsTraversal()63 DfsStackElem w = stack.back(); in DfsTraversal()
731 struct DfsStackElem { struct732 DfsStackElem(int node, bool children_visited, int src) in DfsStackElem() argument734 explicit DfsStackElem(int node) : DfsStackElem(node, false, -1) {} in DfsStackElem() argument752 std::vector<DfsStackElem> stack; in DfsTypeTraversal()766 DfsStackElem w = stack.back(); in DfsTypeTraversal()