Searched refs:postnum (Results 1 – 1 of 1) sorted by relevance
130 …xVector& first_kid, IndexVector& next_kid, IndexVector& post, typename IndexVector::Scalar postnum) in nr_etdfs() argument134 while (postnum != n) in nr_etdfs()143 post(current) = postnum++; in nr_etdfs()152 post(current) = postnum++; in nr_etdfs()158 if (postnum == n+1) return; in nr_etdfs()182 StorageIndex postnum; in treePostorder() local198 postnum = 0; in treePostorder()199 internal::nr_etdfs(n, parent, first_kid, next_kid, post, postnum); in treePostorder()