Lines Matching refs:siblingPos
328 int siblingPos = correction->getTreeSiblingPos(outputIndex);
331 const bool needsToTraverseChildrenNodes = processCurrentNode(siblingPos,
332 bigramMap, bigramFilter, correction, &childCount, &firstChildPos, &siblingPos,
335 correction->setTreeSiblingPos(outputIndex, siblingPos);
777 const int siblingPos = BinaryFormat::skipChildrenPosAndAttributes(root, flags, pos);
785 stackSiblingPos[depth] = siblingPos;
799 pos = siblingPos;