Home
last modified time | relevance | path

Searched refs:OrInPlace (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs125 s.OrInPlace(a); in Or()
146 public void OrInPlace(BitSet a) { in OrInPlace() method in Antlr.Runtime.BitSet
DBaseRecognizer.cs570 followSet.OrInPlace(localFollowSet); in CombineFollows()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs138 s.OrInPlace( a ); in Or()
162 public void OrInPlace( BitSet a ) in OrInPlace() method in Antlr.Runtime.BitSet
DBaseRecognizer.cs646 followSet.OrInPlace( localFollowSet ); in CombineFollows()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas452 procedure OrInPlace(const A: IBitSet); procedure
1748 procedure OrInPlace(const A: IBitSet); virtual;
3447 Result.OrInPlace(A);
3581 procedure TBitSet.OrInPlace(const A: IBitSet); procedure
4229 Result.OrInPlace(LocalFollowSet);