Lines Matching defs:Integer

132     procedure SetCapacity(Value: Integer);
134 procedure SetCount(Value: Integer);
135 function GetItem(Index: Integer): T; in GetItem()
156 procedure Delete(Index: Integer);
157 procedure DeleteRange(AIndex, ACount: Integer);
170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload; in BinarySearch()
175 function GetRange(const Index, Count: Integer): IList<T>; in GetRange()
221 procedure SetCapacity(Value: Integer);
223 procedure SetCount(Value: Integer);
224 function GetItem(Index: Integer): T; in GetItem()
228 function GetRange(const Index, Count: Integer): IList<T>; in GetRange()
253 procedure SetCapacity(ACapacity: Integer);
254 procedure Rehash(NewCapPow2: Integer);
256 function GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in GetBucketIndex()
263 constructor Create(ACapacity: Integer = 0); overload;
377 procedure SetAsInteger(const Name: String; const Value: Integer);
389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean; in InCircularRange()
478 function TList<T>.GetItem(Index: Integer): T; in GetItem()
488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>; in TList()
517 procedure TList<T>.SetCapacity(Value: Integer);
522 procedure TList<T>.SetCount(Value: Integer);
551 procedure TDictionary<TKey,TValue>.Rehash(NewCapPow2: Integer);
571 procedure TDictionary<TKey,TValue>.SetCapacity(ACapacity: Integer);
599 function TDictionary<TKey,TValue>.GetBucketIndex(const Key: TKey; HashCode: Integer): Integer; in TDictionary()
695 constructor TDictionary<TKey,TValue>.Create(ACapacity: Integer = 0);
760 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean; in InCircularRange()
964 procedure TLocalStorage.SetAsInteger(const Name: String; const Value: Integer);