Searched refs:PostorderTraverse (Results 1 – 1 of 1) sorted by relevance
309 std::function<void(NodeId)> PostorderTraverse = [&](NodeId Id) { in initTree() local311 PostorderTraverse(Child); in initTree()315 PostorderTraverse(getRootId()); in initTree()