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