Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:BS

3452   BS: TBitSet;
3454 BS := TBitSet.Create;
3455 Result := BS;
3456 SetLength(BS.FBits,Length(FBits));
3458 Move(FBits[0],BS.FBits[0],Length(FBits) * SizeOf(UInt64));