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

Lines Matching refs:BitMask

1737     class function BitMask(const BitNumber: Integer): UInt64; static;
3433 FBits[N] := FBits[N] or BitMask(El);
3436 class function TBitSet.BitMask(const BitNumber: Integer): UInt64;
3567 Result := ((FBits[N] and BitMask(El)) <> 0);
3604 FBits[N] := (FBits[N] and not BitMask(El));