Home | History | Annotate | Download | only in common

Lines Matching defs:setAdd

270         setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
274 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
282 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet);
316 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
317 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
320 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
322 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
328 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet);
358 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet);
370 setAdd(i->fFollowPos, n->fFirstPosSet);
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
530 setAdd(bofNode->fFollowPos, startNode->fFollowPos);
587 setAdd(initialState->fPositions, fTree->fFirstPosSet);
631 setAdd(U, p->fFollowPos);
949 // setAdd Set operation on UVector
954 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) {