Home
last modified time | relevance | path

Searched refs:GrowToInclude (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs133 GrowToInclude(el); in Add()
141 public void GrowToInclude(int bit) { in GrowToInclude() method in Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs148 GrowToInclude( el ); in Add()
156 public void GrowToInclude( int bit ) in GrowToInclude() method in Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas450 procedure GrowToInclude(const Bit: Integer); procedure
1747 procedure GrowToInclude(const Bit: Integer); virtual;
3432 GrowToInclude(El);
3542 procedure TBitSet.GrowToInclude(const Bit: Integer); procedure