Searched defs:OrInPlace (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs125 s.OrInPlace(a);
146 public void OrInPlace(BitSet a) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs138 s.OrInPlace( a );
162 public void OrInPlace( BitSet a ) method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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);
4229 Result.OrInPlace(LocalFollowSet);

Completed in 202 milliseconds