Searched refs:assignTableIndices (Results 1 – 1 of 1) sorted by relevance
33 assignTableIndices(&rootNode, 0)190 func assignTableIndices(node *Node, idx int) int { func197 idx = assignTableIndices(node.child[0], idx)198 idx = assignTableIndices(node.child[1], idx)