Searched refs:fFollowPos (Results 1 – 8 of 8) sorted by relevance
104 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode116 fFollowPos = new HashSet<RBBINode>(); in RBBINode()144 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
367 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()375 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()439 if (!endNode.fFollowPos.contains(endMarkNode)) { in calcChainedFollowPos()476 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()526 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()583 U.addAll(p.fFollowPos); in buildStateTable()884 printSet(n.fFollowPos); in printPosSets()
103 Set<RBBINode> fFollowPos; // See Aho. field in RBBINode115 fFollowPos = new HashSet<RBBINode>(); in RBBINode()143 fFollowPos = new HashSet<RBBINode>(other.fFollowPos);
366 i.fFollowPos.addAll(n.fRightChild.fFirstPosSet); in calcFollowPos()374 i.fFollowPos.addAll(n.fFirstPosSet); in calcFollowPos()438 if (!endNode.fFollowPos.contains(endMarkNode)) { in calcChainedFollowPos()475 endNode.fFollowPos.addAll(startNode.fFollowPos); in calcChainedFollowPos()525 bofNode.fFollowPos.addAll(startNode.fFollowPos); in bofFixup()582 U.addAll(p.fFollowPos); in buildStateTable()883 printSet(n.fFollowPos); in printPosSets()
71 fFollowPos = new UVector(status); in RBBINode()100 fFollowPos = new UVector(status); in RBBINode()135 delete fFollowPos; in ~RBBINode()
363 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()375 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()454 if (!endNode->fFollowPos->contains(endMarkNode)) { in calcChainedFollowPos()492 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()550 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()651 setAdd(U, p->fFollowPos); in buildStateTable()1137 printSet(n->fFollowPos); in printPosSets()
91 UVector *fFollowPos; variable