Home | History | Annotate | Download | only in text

Lines Matching defs:fIncludesSets

46            List<RBBINode>     fIncludesSets;    // vector of the the original
52 fIncludesSets = new ArrayList<RBBINode>();
59 fIncludesSets = new ArrayList<RBBINode>(other.fIncludesSets);
78 // TODO: fIncludesSets is not updated. Check it out.
105 for (i=0; i<this.fIncludesSets.size(); i++) {
106 RBBINode usetNode = fIncludesSets.get(i);
216 if (rlRange.fIncludesSets.indexOf(usetNode) == -1) {
217 rlRange.fIncludesSets.add(usetNode);
244 if (rlRange.fIncludesSets.equals(rlSearchRange.fIncludesSets)) {
253 addValToSets(rlRange.fIncludesSets, fGroupCount+2);
422 for (i=0; i<rlRange.fIncludesSets.size(); i++) {
423 RBBINode usetNode = rlRange.fIncludesSets.get(i);
463 for (i=0; i<rlRange.fIncludesSets.size(); i++) {
464 RBBINode usetNode = rlRange.fIncludesSets.get(i);