Lines Matching refs:static
839 /// static.
1736 class function WordNumber(const Bit: Integer): Integer; static;
1737 class function BitMask(const BitNumber: Integer): UInt64; static;
1738 class function NumWordsToHold(const El: Integer): Integer; static;
1761 /// <summary>Construction from a static array of ulongs </summary>
1771 class function BitSetOf(const El: Integer): IBitSet; overload; static;
1772 class function BitSetOf(const A, B: Integer): IBitSet; overload; static;
1773 class function BitSetOf(const A, B, C: Integer): IBitSet; overload; static;
1774 class function BitSetOf(const A, B, C, D: Integer): IBitSet; overload; static;
1962 class procedure Initialize; static;
2427 class function UnpackEncodedString(const EncodedString: String): TSmallintArray; static;
2428 class function UnpackEncodedStringArray(const EncodedStrings: TStringArray): TSmallintMatrix; overload; static;
2429 class function UnpackEncodedStringArray(const EncodedStrings: array of String): TSmallintMatrix; overload; static;
2430 class function UnpackEncodedStringToUnsignedChars(const EncodedString: String): TCharArray; static;