Home | History | Annotate | Download | only in common

Lines Matching defs:setAdd

272         setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
273 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
276 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
278 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
284 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
318 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
319 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
322 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
324 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
330 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
360 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet);
372 setAdd(i->fFollowPos, n->fFirstPosSet);
436 setAdd(&matchStartNodes, node->fFirstPosSet);
498 setAdd(endNode->fFollowPos, startNode->fFollowPos);
556 setAdd(bofNode->fFollowPos, startNode->fFollowPos);
613 setAdd(initialState->fPositions, fTree->fFirstPosSet);
657 setAdd(U, p->fFollowPos);
975 // setAdd Set operation on UVector
980 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) {