Searched refs:TBitSet (Results 1 – 2 of 2) sorted by relevance
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1720 TBitSet = class(TANTLRObject, IBitSet, ICloneable) class 3396 class function TBitSet.BitSetOf(const El: Integer): IBitSet; 3398 Result := TBitSet.Create(El + 1); 3402 class function TBitSet.BitSetOf(const A, B: Integer): IBitSet; 3404 Result := TBitSet.Create(Max(A,B) + 1); 3409 class function TBitSet.BitSetOf(const A, B, C: Integer): IBitSet; 3411 Result := TBitSet.Create; 3417 class function TBitSet.BitSetOf(const A, B, C, D: Integer): IBitSet; 3419 Result := TBitSet.Create; 3426 procedure TBitSet.Add(const El: Integer); [all …]
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1795 <name> := TBitSet.Create([<words64:{<it>};separator=",">]);<\n>
|