Home
last modified time | relevance | path

Searched refs:orInPlace (Results 1 – 13 of 13) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/misc/
DBitSet.java100 this.orInPlace((BitSet)set); in addAll()
106 this.orInPlace(BitSet.range(I.a,I.b)); in addAll()
378 s.orInPlace((BitSet)a); in or()
382 public void orInPlace(BitSet a) { in orInPlace() method in BitSet
/external/antlr/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java180 f.orInPlace(look); in LOOK()
264 fset.orInPlace(tset); // tset cached; or into new set in _FIRST()
274 tset1.orInPlace(tset); in _FIRST()
DLookaheadSet.java60 public void orInPlace(LookaheadSet other) { in orInPlace() method in LookaheadSet
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js185 this.orInPlace(elements);
470 s.orInPlace(a);
479 orInPlace: function(a) {
DBaseRecognizer.js596 followSet.orInPlace(localFollowSet);
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DBitSet.java112 s.orInPlace(a); in or()
136 public void orInPlace(BitSet a) { in orInPlace() method in BitSet
DBaseRecognizer.java541 followSet.orInPlace(localFollowSet); in combineFollows()
/external/antlr/runtime/ObjC/Framework/
DANTLRBitSet.h71 - (void) orInPlace:(ANTLRBitSet *) aBitSet;
DANTLRBitSet.m198 [bitsetCopy orInPlace:aBitSet];
203 - (void) orInPlace:(ANTLRBitSet *) aBitSet
DBaseRecognizer.m685 [followSet orInPlace:localFollowSet];
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as75 s.orInPlace(a);
97 public function orInPlace(a:BitSet):void { method in org.antlr.runtime.BitSet
DBaseRecognizer.as509 followSet.orInPlace(localFollowSet);
/external/antlr/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.m111 [followSet orInPlace:bitSet];